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

  /system/keymaster/
hmac_key.h 24 const size_t kMinHmacLengthBits = 64;
hmac_key.cpp 108 if (min_mac_length_bits < kMinHmacLengthBits)
hmac_operation.cpp 128 if (mac_length > EVP_MD_size(md) || mac_length < kMinHmacLengthBits / 8) {
184 if (siglen > digest_len || siglen < kMinHmacLengthBits / 8)

Completed in 44 milliseconds