Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima_crypto.c330 int rc, rbuf_len, active = 0, ahash_rc = 0; in ima_calc_file_hash_atfm() local
383 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
398 ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
407 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
415 ahash_rc = crypto_ahash_update(req); in ima_calc_file_hash_atfm()
421 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
665 int rc, ahash_rc = 0; in calc_buffer_ahash_atfm() local
685 ahash_rc = crypto_ahash_update(req); in calc_buffer_ahash_atfm()
688 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm()