Lines Matching defs:hash_algo
100 enum hash_algo ima_get_current_hash_algo(void)
253 enum hash_algo hash_algo;
403 hash_algo = ima_get_hash_algo(xattr_value, xattr_len);
405 rc = ima_collect_measurement(iint, file, buf, size, hash_algo, modsig);
437 (allowed_algos & (1U << hash_algo)) == 0) {
642 int rc, hash_algo;
689 hash_algo = iint->ima_hash->algo;
695 return hash_algo;
704 * On success, return the hash algorithm (as defined in the enum hash_algo).
731 * On success, return the hash algorithm (as defined in the enum hash_algo).