Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore_client_impl.cpp601 auto mac_size = NullOrOr(hardware_enforced_characteristics.GetTagValue(TAG_MIN_MAC_LENGTH), in verifyAuthenticationKeyAttributes() local
603 if (!mac_size.isOk() || mac_size.value() != kHMACOutputSize) { in verifyAuthenticationKeyAttributes()