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

/external/chromium_org/content/child/webcrypto/nss/
H A Daes_cbc_nss.cc101 class AesCbcImplementation : public AesAlgorithm { class in namespace:content::webcrypto::__anon7526
103 AesCbcImplementation() : AesAlgorithm(CKM_AES_CBC, "CBC") {} function in class:content::webcrypto::__anon7526::AesCbcImplementation
123 return new AesCbcImplementation;
/external/chromium_org/content/child/webcrypto/openssl/
H A Daes_cbc_openssl.cc112 class AesCbcImplementation : public AesAlgorithm { class in namespace:content::webcrypto::__anon7535
114 AesCbcImplementation() : AesAlgorithm("CBC") {} function in class:content::webcrypto::__anon7535::AesCbcImplementation
134 return new AesCbcImplementation;

Completed in 151 milliseconds