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.h121 bool caller_iv, size_t tag_length, Key&& key, in BlockCipherEvpEncryptOperation()
141 size_t tag_length, Key&& key, in BlockCipherEvpDecryptOperation()
Dblock_cipher_operation.cpp52 size_t* tag_length) { in GetAndValidateGcmTagLength()
96 size_t tag_length = 0; in CreateOperation() local
145 size_t tag_length, Key&& key, in BlockCipherEvpOperation()
/system/logging/logd/
DLogBufferTest.cpp254 int tag_length = 2 + rand() % 10; in GenerateRandomLogMessage() local