Home
last modified time | relevance | path

Searched refs:cleanup_nonce (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/doc/man3/
DRAND_DRBG_set_callbacks.pod21 RAND_DRBG_cleanup_nonce_fn cleanup_nonce);
85 The B<get_nonce>() and B<cleanup_nonce>() callbacks are used to obtain a nonce
92 and the B<get_nonce>() and B<cleanup_nonce>() callbacks can be omitted by
102 It is important that B<cleanup_entropy>() and B<cleanup_nonce>() clear the buffer
120 Even if a nonce is required, the B<get_nonce>() and B<cleanup_nonce>()
/third_party/openssl/crypto/rand/
Ddrbg_lib.c208 drbg->cleanup_nonce = rand_drbg_cleanup_nonce; in rand_drbg_new()
368 if (nonce != NULL && drbg->cleanup_nonce != NULL) in RAND_DRBG_instantiate()
369 drbg->cleanup_nonce(drbg, nonce, noncelen); in RAND_DRBG_instantiate()
703 RAND_DRBG_cleanup_nonce_fn cleanup_nonce) in RAND_DRBG_set_callbacks() argument
710 drbg->cleanup_nonce = cleanup_nonce; in RAND_DRBG_set_callbacks()
Drand_local.h287 RAND_DRBG_cleanup_nonce_fn cleanup_nonce; member
/third_party/openssl/include/openssl/
Drand_drbg.h123 RAND_DRBG_cleanup_nonce_fn cleanup_nonce);