Home
last modified time | relevance | path

Searched refs:kMaxGcmTagLength (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/include/keymaster/km_openssl/
Daes_key.h27 const size_t kMaxGcmTagLength = 16 * 8; variable
/system/keymaster/km_openssl/
Daes_key.cpp82 if (min_tag_length < kMinGcmTagLength || min_tag_length > kMaxGcmTagLength) in validate_algorithm_specific_new_key_params()
Dblock_cipher_operation.cpp66 if (tag_length_bits % 8 != 0 || tag_length_bits > kMaxGcmTagLength || in GetAndValidateGcmTagLength()