Home
last modified time | relevance | path

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

/Linux-v5.4/security/integrity/ima/
Dima_crypto.c210 int rc, rbuf_len, active = 0, ahash_rc = 0; in ima_calc_file_hash_atfm() local
263 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
278 ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
287 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
295 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
301 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
538 int rc, ahash_rc = 0; in calc_buffer_ahash_atfm() local
558 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
561 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm()