Searched refs:HASH_ALGO_SHA256 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/crypto/ |
H A D | hash_info.c | 16 [HASH_ALGO_SHA256] = "sha256", 40 [HASH_ALGO_SHA256] = SHA256_DIGEST_SIZE,
|
/openbmc/linux/include/uapi/linux/ |
H A D | hash_info.h | 22 HASH_ALGO_SHA256, enumerator
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_hace.c | 40 #define HASH_ALGO_SHA256 (BIT(4) | BIT(6)) macro 77 { HASH_ALGO_SHA256, QCRYPTO_HASH_ALGO_SHA256 },
|
/openbmc/linux/fs/verity/ |
H A D | hash_algs.c | 18 .algo_id = HASH_ALGO_SHA256,
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_tpm2.c | 23 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
|
H A D | trusted_tpm1.c | 750 opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; in getoptions()
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm2-cmd.c | 19 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_crypto.c | 857 if (crypto_id == HASH_ALGO_SHA256) in ima_calc_boot_aggregate()
|