Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Ddrbg_hmac.c35 static int drbg_hmac_set_ctx_params_locked(void *vctx, const OSSL_PARAM params[]);
154 || !drbg_hmac_set_ctx_params_locked(drbg, params)) in drbg_hmac_instantiate_wrapper()
410 static int drbg_hmac_set_ctx_params_locked(void *vctx, const OSSL_PARAM params[]) in drbg_hmac_set_ctx_params_locked() function
459 ret = drbg_hmac_set_ctx_params_locked(vctx, params); in drbg_hmac_set_ctx_params()

Completed in 4 milliseconds