Home
last modified time | relevance | path

Searched defs:tag_length (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/km_openssl/
Dblock_cipher_operation.h123 bool caller_iv, size_t tag_length, Key&& key, in BlockCipherEvpEncryptOperation()
143 size_t tag_length, Key&& key, in BlockCipherEvpDecryptOperation()
Dblock_cipher_operation.cpp54 size_t* tag_length) { in GetAndValidateGcmTagLength()
98 size_t tag_length = 0; in CreateOperation() local
148 size_t tag_length, Key&& key, in BlockCipherEvpOperation()
/system/logging/logd/
DLogBufferTest.cpp254 int tag_length = 2 + rand() % 10; in GenerateRandomLogMessage() local