Home
last modified time | relevance | path

Searched refs:drbg_hash_set_ctx_params (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hash.c33 static OSSL_FUNC_rand_set_ctx_params_fn drbg_hash_set_ctx_params; variable
274 if (!ossl_prov_is_running() || !drbg_hash_set_ctx_params(drbg, params)) in drbg_hash_instantiate_wrapper()
459 static int drbg_hash_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in drbg_hash_set_ctx_params() function
520 { OSSL_FUNC_RAND_SET_CTX_PARAMS, (void(*)(void))drbg_hash_set_ctx_params },
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c33 static OSSL_FUNC_rand_set_ctx_params_fn drbg_hash_set_ctx_params; variable
274 if (!ossl_prov_is_running() || !drbg_hash_set_ctx_params(drbg, params)) in drbg_hash_instantiate_wrapper()
459 static int drbg_hash_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in drbg_hash_set_ctx_params() function
520 { OSSL_FUNC_RAND_SET_CTX_PARAMS, (void(*)(void))drbg_hash_set_ctx_params },

Completed in 3 milliseconds