Home
last modified time | relevance | path

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

/linux/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/fs/verity/
H A Dhash_algs.c18 .algo_id = HASH_ALGO_SHA256,
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c23 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
H A Dtrusted_tpm1.c761 opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; in getoptions()
/linux/drivers/char/tpm/
H A Dtpm2-cmd.c23 {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()