Searched refs:ossl_prov_is_running (Results 76 - 82 of 82) sorted by relevance

1234

/freebsd-current/crypto/openssl/providers/
H A Ddefltprov.c69 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running()))
/freebsd-current/crypto/openssl/providers/implementations/signature/
H A Dsm2_sig.c138 if (!ossl_prov_is_running()
/freebsd-current/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hash.c274 if (!ossl_prov_is_running() || !drbg_hash_set_ctx_params(drbg, params))
H A Ddrbg_hmac.c151 if (!ossl_prov_is_running() || !drbg_hmac_set_ctx_params(drbg, params))
H A Ddrbg_ctr.c334 if (!ossl_prov_is_running() || !drbg_ctr_set_ctx_params(drbg, params))
/freebsd-current/crypto/openssl/providers/implementations/include/prov/
H A Dciphercommon.h196 PROV_##UCALG##_CTX *ctx = ossl_prov_is_running() ? OPENSSL_zalloc(sizeof(*ctx))\
/freebsd-current/crypto/openssl/providers/fips/
H A Dfipsprov.c187 if (p != NULL && !OSSL_PARAM_set_int(p, ossl_prov_is_running()))
462 if (!ossl_prov_is_running())

Completed in 108 milliseconds

1234