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

/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc189 struct EncryptState : public BaseState { struct in namespace:content::__anon7555
190 EncryptState(const blink::WebCryptoAlgorithm& algorithm, function in struct:content::__anon7555::EncryptState
207 typedef EncryptState DecryptState;
208 typedef EncryptState DigestState;
271 typedef EncryptState SignState;
354 void DoEncryptReply(scoped_ptr<EncryptState> state) {
358 void DoEncrypt(scoped_ptr<EncryptState> passed_state) {
359 EncryptState* state = passed_state.get();
593 scoped_ptr<EncryptState> state(
594 new EncryptState(algorith
[all...]

Completed in 665 milliseconds