Searched refs:ahash_wait (Results 1 – 1 of 1) sorted by relevance
/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 313 static inline int ahash_wait(int err, struct crypto_wait *wait) in ahash_wait() function 347 rc = ahash_wait(crypto_ahash_init(req), &wait); in ima_calc_file_hash_atfm() 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() 421 rc = ahash_wait(ahash_rc, &wait); in ima_calc_file_hash_atfm() 428 rc = ahash_wait(crypto_ahash_final(req), &wait); in ima_calc_file_hash_atfm() 678 rc = ahash_wait(crypto_ahash_init(req), &wait); in calc_buffer_ahash_atfm() 688 rc = ahash_wait(ahash_rc, &wait); in calc_buffer_ahash_atfm() 691 rc = ahash_wait(crypto_ahash_final(req), &wait); in calc_buffer_ahash_atfm()
|