Searched refs:ahash_wait (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/security/integrity/ima/ |
D | ima_crypto.c | 193 static inline int ahash_wait(int err, struct crypto_wait *wait) in ahash_wait() function 227 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm() 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() 301 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 308 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm() 551 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm() 561 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm() 564 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
|