Home
last modified time | relevance | path

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

/external/chromium_org/content/child/webcrypto/openssl/
Daes_cbc_openssl.cc27 const EVP_CIPHER* GetAESCipherByKeyLength(unsigned int key_length_bytes) { in GetAESCipherByKeyLength() argument
29 switch (key_length_bytes) { in GetAESCipherByKeyLength()
Daes_ctr_openssl.cc28 const EVP_CIPHER* GetAESCipherByKeyLength(unsigned int key_length_bytes) { in GetAESCipherByKeyLength() argument
30 switch (key_length_bytes) { in GetAESCipherByKeyLength()