Searched refs:fips_provider_version_lt (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssl/test/testutil/ |
H A D | provider.c | 132 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_lt() function 225 r = fips_provider_version_lt(libctx, major, minor, patch); in fips_provider_version_match()
|
/freebsd/crypto/openssl/test/ |
H A D | testutil.h | 259 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch);
|
H A D | evp_kdf_test.c | 1490 && (fips_provider_version_lt(NULL, 3, 0, 8) in test_kdf_ss_kmac()
|
H A D | evp_test.c | 700 && fips_provider_version_lt(libctx, 3, 1, 0)) in cipher_test_enc() 1532 || (fips_provider_version_lt(libctx, 3, 1, 0) in mac_test_run_mac()
|