| H A D | endecode_test.c | 554 static int test_unprotected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_DER() argument 562 dump_der, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_unprotected_via_DER() 575 static int test_unprotected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_unprotected_via_PEM() argument 583 dump_pem, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_unprotected_via_PEM() 730 static int test_protected_via_DER(const char *type, EVP_PKEY *key, int fips) in test_protected_via_DER() argument 739 dump_der, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_protected_via_DER() 752 static int test_protected_via_PEM(const char *type, EVP_PKEY *key, int fips) in test_protected_via_PEM() argument 761 dump_pem, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_protected_via_PEM() 822 static int test_public_via_DER(const char *type, EVP_PKEY *key, int fips) in test_public_via_DER() argument 830 fips ? 0 : FLAG_FAIL_IF_FIPS); in test_public_via_DER() [all …]
|