OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxGcmTagLength
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/include/keymaster/km_openssl/
aes_key.h
27
const size_t
kMaxGcmTagLength
= 16 * 8;
/system/keymaster/km_openssl/
aes_key.cpp
82
if (min_tag_length < kMinGcmTagLength || min_tag_length >
kMaxGcmTagLength
)
block_cipher_operation.cpp
66
if (tag_length_bits % 8 != 0 || tag_length_bits >
kMaxGcmTagLength
||
Completed in 232 milliseconds