Searched refs:mac_ok (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 697 int mac_ok; in PKCS12_get_key_and_certs() local 698 if (!pkcs12_check_mac(&mac_ok, ctx.password, ctx.password_len, &salt, in PKCS12_get_key_and_certs() 702 if (!mac_ok && ctx.password_len == 0) { in PKCS12_get_key_and_certs() 709 if (!pkcs12_check_mac(&mac_ok, ctx.password, ctx.password_len, &salt, in PKCS12_get_key_and_certs() 714 if (!mac_ok) { in PKCS12_get_key_and_certs()
|
/external/boringssl/src/ssl/ |
D | t1_lib.cc | 3449 bool mac_ok = CRYPTO_memcmp(mac, ticket_mac.data(), mac_len) == 0; in decrypt_ticket_with_cipher_ctx() local 3451 mac_ok = true; in decrypt_ticket_with_cipher_ctx() 3453 if (!mac_ok) { in decrypt_ticket_with_cipher_ctx()
|