Searched defs:UnwrapKeyState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc316 struct UnwrapKeyState : public BaseState { struct in namespace:content::__anon7555
317 UnwrapKeyState(blink::WebCryptoKeyFormat format, function in struct:content::__anon7555::UnwrapKeyState
556 void DoUnwrapKeyReply(scoped_ptr<UnwrapKeyState> state) {
560 void DoUnwrapKey(scoped_ptr<UnwrapKeyState> passed_state) {
561 UnwrapKeyState* state = passed_state.get();
725 scoped_ptr<UnwrapKeyState> state(new UnwrapKeyState(format,

Completed in 839 milliseconds