Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Dfips_crng_test.c72 OSSL_FUNC_rand_lock_fn *parent_lock; member
88 && crngt->parent_lock != NULL in lock_parent()
89 && !crngt->parent_lock(parent)) { in lock_parent()
205 crngt->parent_lock = OSSL_FUNC_rand_lock(pfunc); in crng_test_new()
H A Ddrbg_local.h87 OSSL_FUNC_rand_lock_fn *parent_lock; member
H A Ddrbg.c68 && drbg->parent_lock != NULL in ossl_drbg_lock_parent()
69 && !drbg->parent_lock(parent)) { in ossl_drbg_lock_parent()
819 drbg->parent_lock = OSSL_FUNC_rand_lock(pfunc); in ossl_rand_drbg_new()

Completed in 10 milliseconds