Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c40 static int drbg_ctr_set_ctx_params_locked(void *vctx, const OSSL_PARAM params[]);
347 || !drbg_ctr_set_ctx_params_locked(drbg, params)) in drbg_ctr_instantiate_wrapper()
713 static int drbg_ctr_set_ctx_params_locked(void *vctx, const OSSL_PARAM params[]) in drbg_ctr_set_ctx_params_locked() function
813 ret = drbg_ctr_set_ctx_params_locked(vctx, params); in drbg_ctr_set_ctx_params()