Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/rands/
A Ddrbg_ctr.c32 static OSSL_FUNC_rand_set_ctx_params_fn drbg_ctr_set_ctx_params; variable
335 if (!ossl_prov_is_running() || !drbg_ctr_set_ctx_params(drbg, params)) in drbg_ctr_instantiate_wrapper()
661 static int drbg_ctr_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in drbg_ctr_set_ctx_params() function
747 { OSSL_FUNC_RAND_SET_CTX_PARAMS, (void(*)(void))drbg_ctr_set_ctx_params },

Completed in 4 milliseconds