Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp535 uint32_t mac_size = 0; in verifyAuthenticationKeyAttributes() local
536 if ((!hardware_enforced_characteristics.GetTagValue(keymaster::TAG_MIN_MAC_LENGTH, &mac_size) && in verifyAuthenticationKeyAttributes()
538 &mac_size)) || in verifyAuthenticationKeyAttributes()
539 mac_size != kHMACOutputSize) { in verifyAuthenticationKeyAttributes()