Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/
H A Dfips_crng_test.c73 OSSL_FUNC_rand_unlock_fn *parent_unlock; member
100 if (parent != NULL && crngt->parent_unlock != NULL) in unlock_parent()
101 crngt->parent_unlock(parent); in unlock_parent()
207 crngt->parent_unlock = OSSL_FUNC_rand_unlock(pfunc); in crng_test_new()
H A Ddrbg_local.h88 OSSL_FUNC_rand_unlock_fn *parent_unlock; member
H A Ddrbg.c80 if (parent != NULL && drbg->parent_unlock != NULL) in ossl_drbg_unlock_parent()
81 drbg->parent_unlock(parent); in ossl_drbg_unlock_parent()
821 drbg->parent_unlock = OSSL_FUNC_rand_unlock(pfunc); in ossl_rand_drbg_new()

Completed in 18 milliseconds