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

/external/chromium/crypto/
H A Dencryptor_openssl.cc19 const EVP_CIPHER* GetCipherForKey(SymmetricKey* key) { function in namespace:crypto::__anon2002
63 if (GetCipherForKey(key) == NULL)
89 const EVP_CIPHER* cipher = GetCipherForKey(key_);

Completed in 341 milliseconds