OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cipher_description_
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/km_openssl/
block_cipher_operation.h
101
size_t block_size_bytes() const { return
cipher_description_
.block_size_bytes(); }
115
const EvpCipherDescription&
cipher_description_
;
member in class:keymaster::BlockCipherEvpOperation
block_cipher_operation.cpp
151
key_(key.key_material_move()),
cipher_description_
(cipher_description) {
228
cipher_description_
.GetCipherInstance(key.key_material_size, block_mode_, &error);
Completed in 3242 milliseconds