Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h490 # define OSSL_PROV_PARAM_CORE_PROV_NAME "provider-name" macro
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c428 OSSL_PROV_PARAM_CORE_PROV_NAME)) == NULL) in drbg_fetch_algs_from_prov()
H A Ddrbg_hash.c523 OSSL_PROV_PARAM_CORE_PROV_NAME)) == NULL) in drbg_fetch_digest_from_prov()
H A Ddrbg_ctr.c739 OSSL_PROV_PARAM_CORE_PROV_NAME)) != NULL) { in drbg_ctr_set_ctx_params_locked()
/freebsd/crypto/openssl/crypto/
H A Dprovider_core.c2233 OSSL_PARAM_DEFN(OSSL_PROV_PARAM_CORE_PROV_NAME, OSSL_PARAM_UTF8_PTR,
2319 if ((p = OSSL_PARAM_locate(params, OSSL_PROV_PARAM_CORE_PROV_NAME)) != NULL) in core_get_params()
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c705 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_PROV_PARAM_CORE_PROV_NAME, in rand_new_drbg()
/freebsd/crypto/openssl/doc/man7/
H A Dprovider-base.pod486 =item "provider-name" (B<OSSL_PROV_PARAM_CORE_PROV_NAME>) <UTF8 string ptr>