Home
last modified time | relevance | path

Searched refs:OSSL_DRBG_PARAM_DIGEST (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/doc/man7/
H A DEVP_RAND-HASH-DRBG.pod49 =item "digest" (B<OSSL_DRBG_PARAM_DIGEST>) <UTF8 string>
74 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, SN_sha512, 0);
H A DEVP_RAND-HMAC-DRBG.pod51 =item "digest" (B<OSSL_DRBG_PARAM_DIGEST>) <UTF8 string>
77 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, SN_sha256, 0);
H A Dprovider-rand.pod242 =item "digest" (B<OSSL_DRBG_PARAM_DIGEST>) <UTF8 string>
/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c335 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_DIGEST); in drbg_hmac_get_ctx_params()
350 OSSL_PARAM_utf8_string(OSSL_DRBG_PARAM_DIGEST, NULL, 0), in drbg_hmac_gettable_ctx_params()
402 OSSL_PARAM_utf8_string(OSSL_DRBG_PARAM_DIGEST, NULL, 0), in drbg_hmac_settable_ctx_params()
H A Ddrbg_hash.c439 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_DIGEST); in drbg_hash_get_ctx_params()
453 OSSL_PARAM_utf8_string(OSSL_DRBG_PARAM_DIGEST, NULL, 0), in drbg_hash_gettable_ctx_params()
500 OSSL_PARAM_utf8_string(OSSL_DRBG_PARAM_DIGEST, NULL, 0), in drbg_hash_settable_ctx_params()
/freebsd/crypto/openssl/include/openssl/
H A Dcore_names.h261 #define OSSL_DRBG_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST macro
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c595 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, in rand_new_drbg()
/freebsd/crypto/openssl/test/
H A Devp_test.c2607 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, in rand_test_run()