HomeSort by: relevance | last modified time | path
    Searched defs:test_validate_msg_mac_alg_protection (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
cmp_vfy_test.c 156 static int test_validate_msg_mac_alg_protection(int miss, int wrong) function
175 return test_validate_msg_mac_alg_protection(0, 0);
181 return test_validate_msg_mac_alg_protection(1, 0);
186 return test_validate_msg_mac_alg_protection(0, 1);
  /src/crypto/external/bsd/openssl/dist/test/
cmp_vfy_test.c 151 static int test_validate_msg_mac_alg_protection(int miss, int wrong) function
169 return test_validate_msg_mac_alg_protection(0, 0);
174 return test_validate_msg_mac_alg_protection(1, 0);
179 return test_validate_msg_mac_alg_protection(0, 1);

Completed in 21 milliseconds