Home
last modified time | relevance | path

Searched refs:parent_unlock (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_local.h92 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()
805 drbg->parent_unlock = OSSL_FUNC_rand_unlock(pfunc); in ossl_rand_drbg_new()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_local.h92 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()
805 drbg->parent_unlock = OSSL_FUNC_rand_unlock(pfunc); in ossl_rand_drbg_new()

Completed in 4 milliseconds