Searched refs:cleanup_nonce (Results 1 – 4 of 4) sorted by relevance
21 RAND_DRBG_cleanup_nonce_fn cleanup_nonce);85 The B<get_nonce>() and B<cleanup_nonce>() callbacks are used to obtain a nonce92 and the B<get_nonce>() and B<cleanup_nonce>() callbacks can be omitted by102 It is important that B<cleanup_entropy>() and B<cleanup_nonce>() clear the buffer120 Even if a nonce is required, the B<get_nonce>() and B<cleanup_nonce>()
208 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() argument710 drbg->cleanup_nonce = cleanup_nonce; in RAND_DRBG_set_callbacks()
287 RAND_DRBG_cleanup_nonce_fn cleanup_nonce; member
123 RAND_DRBG_cleanup_nonce_fn cleanup_nonce);