HomeSort by relevance Sort by last modified time
    Searched refs:kMinGcmTagLength (Results 1 - 3 of 3) sorted by null

  /system/keymaster/include/keymaster/km_openssl/
aes_key.h 26 const size_t kMinGcmTagLength = 12 * 8;
  /system/keymaster/km_openssl/
aes_key.cpp 82 if (min_tag_length < kMinGcmTagLength || min_tag_length > kMaxGcmTagLength)
block_cipher_operation.cpp 67 tag_length_bits < kMinGcmTagLength) {

Completed in 176 milliseconds