Home
last modified time | relevance | path

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

/third_party/openssl/doc/man7/
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);
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);
Dprovider-rand.pod242 =item "digest" (B<OSSL_DRBG_PARAM_DIGEST>) <UTF8 string>
/third_party/openssl/providers/implementations/rands/
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()
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()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
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()
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()
/third_party/node/deps/openssl/openssl/include/openssl/
Dcore_names.h261 #define OSSL_DRBG_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST macro
/third_party/openssl/include/openssl/
Dcore_names.h261 #define OSSL_DRBG_PARAM_DIGEST OSSL_ALG_PARAM_DIGEST macro
/third_party/node/deps/openssl/openssl/crypto/rand/
Drand_lib.c595 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, in rand_new_drbg()
/third_party/openssl/crypto/rand/
Drand_lib.c595 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, in rand_new_drbg()
/third_party/openssl/test/
Devp_test.c2571 *p++ = OSSL_PARAM_construct_utf8_string(OSSL_DRBG_PARAM_DIGEST, in rand_test_run()