Searched defs:block_mode (Results 1 – 7 of 7) sorted by relevance
/system/keymaster/km_openssl/ |
D | block_cipher_operation.h | 120 BlockCipherEvpEncryptOperation(keymaster_block_mode_t block_mode, keymaster_padding_t padding, in BlockCipherEvpEncryptOperation() 140 BlockCipherEvpDecryptOperation(keymaster_block_mode_t block_mode, keymaster_padding_t padding, in BlockCipherEvpDecryptOperation()
|
D | triple_des_operation.cpp | 30 TripleDesEvpCipherDescription::GetCipherInstance(size_t key_size, keymaster_block_mode_t block_mode, in GetCipherInstance()
|
D | aes_operation.cpp | 31 keymaster_block_mode_t block_mode, in GetCipherInstance()
|
D | block_cipher_operation.cpp | 37 inline bool allows_padding(keymaster_block_mode_t block_mode) { in allows_padding() 81 keymaster_block_mode_t block_mode; in CreateOperation() local 143 keymaster_block_mode_t block_mode, in BlockCipherEvpOperation()
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.cpp | 494 string Keymaster2Test::EncryptMessage(const string& message, keymaster_block_mode_t block_mode, in EncryptMessage() 540 keymaster_block_mode_t block_mode, in EncryptMessage() 584 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() 605 string Keymaster2Test::DecryptMessage(const string& ciphertext, keymaster_block_mode_t block_mode, in DecryptMessage() 696 keymaster_block_mode_t block_mode, in CheckTripleDesTestVector()
|
D | android_keymaster_test.cpp | 3205 const keymaster_block_mode_t block_mode; member
|
/system/keymaster/include/keymaster/km_openssl/ |
D | attestation_record.h | 78 ASN1_INTEGER_SET* block_mode; member
|