Searched refs:config_check_fn (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/fips/ |
H A D | fipsindicator.c | 61 OSSL_FIPS_IND_CHECK_CB *config_check_fn) in ossl_FIPS_IND_on_unapproved() argument 72 || (config_check_fn != NULL in ossl_FIPS_IND_on_unapproved() 73 && config_check_fn(libctx) == OSSL_FIPS_IND_STATE_TOLERANT)) { in ossl_FIPS_IND_on_unapproved()
|
/openssl/providers/fips/include/fips/ |
H A D | fipsindicator.h | 71 OSSL_FIPS_IND_CHECK_CB *config_check_fn); 99 # define OSSL_FIPS_IND_ON_UNAPPROVED(ctx, id, libctx, algname, opname, config_check_fn) \ argument 100 ossl_FIPS_IND_on_unapproved(&ctx->indicator, id, libctx, algname, opname, config_check_fn)
|
Completed in 13 milliseconds