Searched refs:ossl_FIPS_IND_callback (Results 1 – 4 of 4) sorted by relevance
/openssl/providers/fips/ |
H A D | fipsindicator.c | 74 return ossl_FIPS_IND_callback(libctx, algname, opname); in ossl_FIPS_IND_on_unapproved() 106 int ossl_FIPS_IND_callback(OSSL_LIB_CTX *libctx, const char *type, in ossl_FIPS_IND_callback() function
|
/openssl/providers/fips/include/fips/ |
H A D | fipsindicator.h | 62 int ossl_FIPS_IND_callback(OSSL_LIB_CTX *libctx, const char *type,
|
/openssl/providers/implementations/exchange/ |
H A D | ecx_exch.c | 91 if (!ossl_FIPS_IND_callback(key->libctx, algname, "Init")) in ecx_init()
|
/openssl/providers/implementations/keymgmt/ |
H A D | ecx_kmgmt.c | 506 && !ossl_FIPS_IND_callback(libctx, algdesc, "KeyGen Init")) { in ecx_gen_init()
|
Completed in 40 milliseconds