Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c36 static int drbg_ctr_set_ctx_params_locked(void *vctx, const OSSL_PARAM params[]);
341 || !drbg_ctr_set_ctx_params_locked(drbg, params)) in drbg_ctr_instantiate_wrapper()
707 static int drbg_ctr_set_ctx_params_locked(void *vctx, const OSSL_PARAM params[]) in drbg_ctr_set_ctx_params_locked() function
772 ret = drbg_ctr_set_ctx_params_locked(vctx, params); in drbg_ctr_set_ctx_params()

Completed in 8 milliseconds