Home
last modified time | relevance | path

Searched defs:tag_length (Results 1 – 2 of 2) 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.cpp54 size_t* tag_length) { in GetAndValidateGcmTagLength()
98 size_t tag_length = 0; in CreateOperation() local
147 size_t tag_length, Key&& key, in BlockCipherEvpOperation()