Home
last modified time | relevance | path

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

/openbmc/linux/security/integrity/ima/
H A Dima_crypto.c318 static inline int ahash_wait(int err, struct crypto_wait *wait) in ahash_wait() function
352 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm()
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()
426 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm()
433 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm()
683 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm()
693 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm()
696 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()