Searched refs:WrapKeyState (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc296 struct WrapKeyState : public BaseState { struct in namespace:content::__anon7555
297 WrapKeyState(blink::WebCryptoKeyFormat format, function in struct:content::__anon7555::WrapKeyState
538 void DoWrapKeyReply(scoped_ptr<WrapKeyState> state) {
542 void DoWrapKey(scoped_ptr<WrapKeyState> passed_state) {
543 WrapKeyState* state = passed_state.get();
707 scoped_ptr<WrapKeyState> state(
708 new WrapKeyState(format, key, wrapping_key, wrap_algorithm, result));

Completed in 82 milliseconds