Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_local.h304 int drbg_ctr_init(RAND_DRBG *drbg);
H A Ddrbg_ctr.c408 int drbg_ctr_init(RAND_DRBG *drbg) in drbg_ctr_init() function
H A Ddrbg_lib.c137 ret = drbg_ctr_init(drbg); in RAND_DRBG_set()
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_ctr.c526 static int drbg_ctr_init(PROV_DRBG *drbg) in drbg_ctr_init() function
714 if (cipher_init && !drbg_ctr_init(ctx)) in drbg_ctr_set_ctx_params()