Searched refs:ahash_wait (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/security/integrity/ima/ |
| D | ima_crypto.c | 317 static inline int ahash_wait(int err, struct crypto_wait *wait) in ahash_wait() function 351 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm() 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() 425 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 432 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm() 682 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm() 692 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm() 695 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
|