Searched refs:gcm_hash_update (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | gcm.c | 202 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update() function 220 return gcm_hash_update(req, compl, &gcm_zeroes->sg, remain, flags); in gcm_hash_remain() 322 return gcm_hash_update(req, gcm_hash_crypt_done, in gcm_hash_assoc_remain_continue() 376 return gcm_hash_update(req, gcm_hash_assoc_done, in gcm_hash_init_continue()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | gcm.c | 202 static int gcm_hash_update(struct aead_request *req, in gcm_hash_update() function 220 return gcm_hash_update(req, compl, &gcm_zeroes->sg, remain, flags); in gcm_hash_remain() 321 return gcm_hash_update(req, gcm_hash_crypt_done, in gcm_hash_assoc_remain_continue() 374 return gcm_hash_update(req, gcm_hash_assoc_done, in gcm_hash_init_continue()
|
Completed in 5 milliseconds