OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 56 milliseconds