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

/external/chromium_org/content/child/webcrypto/openssl/
H A Daes_cbc_openssl.cc27 const EVP_CIPHER* GetAESCipherByKeyLength(unsigned int key_length_bytes) { function in namespace:content::webcrypto::__anon7535
74 const EVP_CIPHER* const cipher = GetAESCipherByKeyLength(raw_key.size());
H A Daes_ctr_openssl.cc28 const EVP_CIPHER* GetAESCipherByKeyLength(unsigned int key_length_bytes) { function in namespace:content::webcrypto::__anon7536
178 const EVP_CIPHER* const cipher = GetAESCipherByKeyLength(raw_key.size());

Completed in 340 milliseconds