Home
last modified time | relevance | path

Searched refs:HASH_ALGO_SHA256 (Results 1 – 6 of 6) sorted by relevance

/linux/fs/verity/
H A Dhash_algs.c16 .algo_id = HASH_ALGO_SHA256,
77 case HASH_ALGO_SHA256: in fsverity_prepare_hash_state()
115 case HASH_ALGO_SHA256: in fsverity_hash_block()
141 case HASH_ALGO_SHA256: in fsverity_hash_buffer()
H A Dverify.c284 if (vi->tree_params.hash_alg->algo_id == HASH_ALGO_SHA256 && in fsverity_init_verification_context()
/linux/lib/crypto/
H A Dhash_info.c16 [HASH_ALGO_SHA256] = "sha256",
43 [HASH_ALGO_SHA256] = SHA256_DIGEST_SIZE,
/linux/include/uapi/linux/
H A Dhash_info.h22 HASH_ALGO_SHA256, enumerator
/linux/drivers/char/tpm/
H A Dtpm2-cmd.c26 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
/linux/security/integrity/ima/
H A Dima_crypto.c852 if (crypto_id == HASH_ALGO_SHA256) in ima_calc_boot_aggregate()