Searched refs:parent_unlock (Results 1 – 3 of 3) sorted by relevance
73 OSSL_FUNC_rand_unlock_fn *parent_unlock; member100 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()
88 OSSL_FUNC_rand_unlock_fn *parent_unlock; member
80 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 8 milliseconds