Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Ddrbg.c814 * drbg_hash_process_addtl uses the scratchpad, but fully completes
816 * drbg_hash_process_addtl does not need to be specifically considered.
902 static int drbg_hash_process_addtl(struct drbg_state *drbg, in drbg_hash_process_addtl() function
990 ret = drbg_hash_process_addtl(drbg, addtl); in drbg_hash_generate()
/kernel/linux/linux-6.6/crypto/
H A Ddrbg.c816 * drbg_hash_process_addtl uses the scratchpad, but fully completes
818 * drbg_hash_process_addtl does not need to be specifically considered.
904 static int drbg_hash_process_addtl(struct drbg_state *drbg, in drbg_hash_process_addtl() function
992 ret = drbg_hash_process_addtl(drbg, addtl); in drbg_hash_generate()

Completed in 10 milliseconds