Searched defs:expected_mac (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/pkcs8/
H A Dpkcs8_x509.c552 CBS mac, salt, expected_mac; local
563 if (!CBS_get_asn1(&mac, &expected_mac, CBS_ASN1_OCTETSTRING) ||
593 if (!CBS_mem_equal(&expected_mac, hmac, hmac_len)) {

Completed in 100 milliseconds