Searched refs:ahash_rc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/integrity/ima/ |
H A D | ima_crypto.c | 335 int rc, rbuf_len, active = 0, ahash_rc = 0; in ima_calc_file_hash_atfm() local 388 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 403 ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 412 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 420 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm() 426 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 670 int rc, ahash_rc = 0; in calc_buffer_ahash_atfm() local 690 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm() 693 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm()
|
/kernel/linux/linux-6.6/security/integrity/ima/ |
H A D | ima_crypto.c | 335 int rc, rbuf_len, active = 0, ahash_rc = 0; in ima_calc_file_hash_atfm() local 388 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 403 ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 412 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 420 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm() 426 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 670 int rc, ahash_rc = 0; in calc_buffer_ahash_atfm() local 690 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm() 693 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm()
|
Completed in 3 milliseconds