Home
last modified time | relevance | path

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

/openssl/doc/man7/
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 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 Dprovider-rand.pod242 =item "digest" (B<OSSL_DRBG_PARAM_DIGEST>) <UTF8 string>
/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c334 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_DIGEST); in drbg_hmac_get_ctx_params()
349 OSSL_PARAM_utf8_string(OSSL_DRBG_PARAM_DIGEST, NULL, 0), in drbg_hmac_gettable_ctx_params()
401 OSSL_PARAM_utf8_string(OSSL_DRBG_PARAM_DIGEST, NULL, 0), in drbg_hmac_settable_ctx_params()
H A Ddrbg_hash.c438 p = OSSL_PARAM_locate(params, OSSL_DRBG_PARAM_DIGEST); in drbg_hash_get_ctx_params()
452 OSSL_PARAM_utf8_string(OSSL_DRBG_PARAM_DIGEST, NULL, 0), in drbg_hash_gettable_ctx_params()
499 OSSL_PARAM_utf8_string(OSSL_DRBG_PARAM_DIGEST, NULL, 0), in drbg_hash_settable_ctx_params()
/openssl/crypto/rand/
H A Drand_lib.c582 && OSSL_PARAM_locate_const(settables, OSSL_DRBG_PARAM_DIGEST)) in rand_new_drbg()
583 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, in rand_new_drbg()
/openssl/include/openssl/
H A Dcore_names.h267 #define OSSL_DRBG_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST macro
/openssl/test/
H A Devp_test.c2585 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, in rand_test_run()

Completed in 57 milliseconds