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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg_local.h92 OSSL_FUNC_rand_unlock_fn *parent_unlock; member in struct:prov_drbg_st
H A Ddrbg.c80 if (parent != NULL && drbg->parent_unlock != NULL)
81 drbg->parent_unlock(parent);
806 drbg->parent_unlock = OSSL_FUNC_rand_unlock(pfunc);

Completed in 115 milliseconds