Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/integrity/ima/
Dima_crypto.c335 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()