Searched refs:mac_size (Results 1 – 1 of 1) sorted by relevance
601 auto mac_size = NullOrOr(hardware_enforced_characteristics.GetTagValue(TAG_MIN_MAC_LENGTH), in verifyAuthenticationKeyAttributes() local603 if (!mac_size.isOk() || mac_size.value() != kHMACOutputSize) { in verifyAuthenticationKeyAttributes()