Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/crypto/
H A Dencryptor.cc21 const EVP_CIPHER* GetCipherForKey(const SymmetricKey* key) { in GetCipherForKey() function
56 if (GetCipherForKey(key) == nullptr) in Init()
141 const EVP_CIPHER* cipher = GetCipherForKey(key_); in Crypt()