Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima.h443 enum hash_algo ima_get_hash_algo(const struct evm_ima_xattr_data *xattr_value,
486 ima_get_hash_algo(struct evm_ima_xattr_data *xattr_value, int xattr_len) in ima_get_hash_algo() function
H A Dima_appraise.c179 enum hash_algo ima_get_hash_algo(const struct evm_ima_xattr_data *xattr_value, in ima_get_hash_algo() function
737 xattr_hash_algo = ima_get_hash_algo(xattr_value, xattr_value_len); in validate_hash_algo()
H A Dima_main.c373 hash_algo = ima_get_hash_algo(xattr_value, xattr_len); in process_measurement()