Home
last modified time | relevance | path

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

/Linux-v5.15/security/integrity/ima/
Dima_crypto.c334 int rc, rbuf_len, active = 0, ahash_rc = 0; in ima_calc_file_hash_atfm() local
387 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
402 ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
411 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
419 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
425 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
669 int rc, ahash_rc = 0; in calc_buffer_ahash_atfm() local
689 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
692 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm()