Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_vfy_test.c151 static int test_validate_msg_mac_alg_protection(int miss, int wrong) in test_validate_msg_mac_alg_protection() function
169 return test_validate_msg_mac_alg_protection(0, 0); in test_validate_msg_mac_alg_protection_ok()
174 return test_validate_msg_mac_alg_protection(1, 0); in test_validate_msg_mac_alg_protection_missing()
179 return test_validate_msg_mac_alg_protection(0, 1); in test_validate_msg_mac_alg_protection_wrong()