Home
last modified time | relevance | path

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

/openssl/test/
H A Dendecode_test.c151 #define FLAG_FAIL_IF_FIPS 0x0002 macro
179 if ((flags & FLAG_FAIL_IF_FIPS) != 0 && is_fips && !is_fips_3_0_0) { in test_encode_decode()
561 dump_der, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_unprotected_via_DER()
583 dump_pem, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_unprotected_via_PEM()
739 dump_der, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_protected_via_DER()
762 dump_pem, fips ? 0 : FLAG_FAIL_IF_FIPS); in test_protected_via_PEM()
831 fips ? 0 : FLAG_FAIL_IF_FIPS); in test_public_via_DER()
853 fips ? 0 : FLAG_FAIL_IF_FIPS); in test_public_via_PEM()

Completed in 21 milliseconds