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

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/
H A Ddrbg.c329 if (drbg->parent != NULL && drbg->parent_nonce != NULL) {
330 n = drbg->parent_nonce(drbg->parent, NULL, 0, drbg->min_noncelen,
333 ret = drbg->parent_nonce(drbg->parent, buf, 0,
397 if (drbg->parent_nonce != NULL) {
398 noncelen = drbg->parent_nonce(drbg->parent, NULL, drbg->strength,
410 if (noncelen != drbg->parent_nonce(drbg->parent, nonce,
810 drbg->parent_nonce = OSSL_FUNC_rand_nonce(pfunc);
H A Ddrbg_local.h94 OSSL_FUNC_rand_nonce_fn *parent_nonce; member in struct:prov_drbg_st

Completed in 124 milliseconds