HomeSort by relevance Sort by last modified time
    Searched refs:GetCipherForKey (Results 1 - 2 of 2) sorted by null

  /external/chromium/crypto/
encryptor_openssl.cc 19 const EVP_CIPHER* GetCipherForKey(SymmetricKey* key) {
63 if (GetCipherForKey(key) == NULL)
89 const EVP_CIPHER* cipher = GetCipherForKey(key_);
  /external/chromium_org/crypto/
encryptor_openssl.cc 19 const EVP_CIPHER* GetCipherForKey(SymmetricKey* key) {
65 if (GetCipherForKey(key) == NULL)
99 const EVP_CIPHER* cipher = GetCipherForKey(key_);

Completed in 82 milliseconds