Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dblock_cipher_operation.h73 Key&& key, const EvpCipherDescription& cipher_description);
122 const EvpCipherDescription& cipher_description) in BlockCipherEvpEncryptOperation() argument
124 move(key), cipher_description) {} in BlockCipherEvpEncryptOperation()
142 const EvpCipherDescription& cipher_description) in BlockCipherEvpDecryptOperation() argument
145 cipher_description) {} in BlockCipherEvpDecryptOperation()
Dblock_cipher_operation.cpp146 const EvpCipherDescription& cipher_description) in BlockCipherEvpOperation() argument
149 key_(key.key_material_move()), cipher_description_(cipher_description) { in BlockCipherEvpOperation()