Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
Dhash_info.c16 [HASH_ALGO_SHA256] = "sha256",
40 [HASH_ALGO_SHA256] = SHA256_DIGEST_SIZE,
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dhash_info.h13 HASH_ALGO_SHA256, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dhash_info.h26 HASH_ALGO_SHA256, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
Dhash_info.h22 HASH_ALGO_SHA256, enumerator
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
Dhash_core.c234 } else if (HASH_ALGO_SHA256 == in get_empty_message_digest()
253 } else if (HASH_ALGO_SHA256 == ctx->config.algorithm) { in get_empty_message_digest()
681 config->algorithm != HASH_ALGO_SHA256) in hash_setconfiguration()
698 case HASH_ALGO_SHA256: in hash_setconfiguration()
1273 if (algorithm != HASH_ALGO_SHA1 && algorithm != HASH_ALGO_SHA256) { in hash_get_digest()
1379 ctx->config.algorithm = HASH_ALGO_SHA256; in ahash_sha256_init()
1445 ctx->config.algorithm = HASH_ALGO_SHA256; in hmac_sha256_init()
1491 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA256); in hmac_sha256_setkey()
1546 .conf.algorithm = HASH_ALGO_SHA256,
1593 .conf.algorithm = HASH_ALGO_SHA256,
Dhash_alg.h274 HASH_ALGO_SHA256 = 0x1 enumerator
/kernel/linux/linux-5.10/security/keys/trusted-keys/
Dtrusted_tpm2.c17 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
Dtrusted_tpm1.c761 opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; in getoptions()
/kernel/linux/linux-5.10/drivers/char/tpm/
Dtpm2-cmd.c19 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
/kernel/linux/linux-5.10/security/integrity/ima/
Dima_crypto.c856 if (crypto_id == HASH_ALGO_SHA256) in ima_calc_boot_aggregate()