Searched refs:expected_mac (Results 1 – 4 of 4) sorted by relevance
/external/crosvm/tests/ |
D | plugin_net_config.c | 26 const uint8_t expected_mac[] = {0xde, 0x21, 0xe8, 0x47, 0x6b, 0x6a}; variable 72 expected_mac, in main() 73 sizeof(expected_mac)) != 0) { in main()
|
/external/rust/crates/ring/src/aead/ |
D | poly1305.rs | 146 let expected_mac = test_case.consume_bytes("MAC"); in test_poly1305() localVariable 149 assert_eq!(expected_mac, actual_mac.as_ref()); in test_poly1305()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 575 const CBS *authsafes, const CBS *expected_mac) { in pkcs12_check_mac() argument 591 *out_mac_ok = CBS_mem_equal(expected_mac, hmac, hmac_len); in pkcs12_check_mac() 678 CBS mac, salt, expected_mac; in PKCS12_get_key_and_certs() local 689 if (!CBS_get_asn1(&mac, &expected_mac, CBS_ASN1_OCTETSTRING) || in PKCS12_get_key_and_certs() 707 iterations, md, &authsafes, &expected_mac)) { in PKCS12_get_key_and_certs() 718 iterations, md, &authsafes, &expected_mac)) { in PKCS12_get_key_and_certs()
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 606 const CBS *authsafes, const CBS *expected_mac) { in pkcs12_check_mac() argument 622 *out_mac_ok = CBS_mem_equal(expected_mac, hmac, hmac_len); in pkcs12_check_mac() 709 CBS mac, salt, expected_mac; in PKCS12_get_key_and_certs() local 720 if (!CBS_get_asn1(&mac, &expected_mac, CBS_ASN1_OCTETSTRING) || in PKCS12_get_key_and_certs() 738 iterations, md, &authsafes, &expected_mac)) { in PKCS12_get_key_and_certs() 749 iterations, md, &authsafes, &expected_mac)) { in PKCS12_get_key_and_certs()
|