Home
last modified time | relevance | path

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

/linux/crypto/
A Dhash_info.c16 [HASH_ALGO_SHA256] = "sha256",
40 [HASH_ALGO_SHA256] = SHA256_DIGEST_SIZE,
/linux/drivers/crypto/ux500/hash/
A Dhash_core.c235 } else if (HASH_ALGO_SHA256 == in get_empty_message_digest()
254 } else if (HASH_ALGO_SHA256 == ctx->config.algorithm) { in get_empty_message_digest()
683 config->algorithm != HASH_ALGO_SHA256) in hash_setconfiguration()
700 case HASH_ALGO_SHA256: in hash_setconfiguration()
1275 if (algorithm != HASH_ALGO_SHA1 && algorithm != HASH_ALGO_SHA256) { in hash_get_digest()
1381 ctx->config.algorithm = HASH_ALGO_SHA256; in ahash_sha256_init()
1447 ctx->config.algorithm = HASH_ALGO_SHA256; in hmac_sha256_init()
1493 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA256); in hmac_sha256_setkey()
1548 .conf.algorithm = HASH_ALGO_SHA256,
1595 .conf.algorithm = HASH_ALGO_SHA256,
A Dhash_alg.h274 HASH_ALGO_SHA256 = 0x1 enumerator
/linux/include/uapi/linux/
A Dhash_info.h22 HASH_ALGO_SHA256, enumerator
/linux/security/keys/trusted-keys/
A Dtrusted_tpm2.c23 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
A Dtrusted_tpm1.c750 opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; in getoptions()
/linux/drivers/char/tpm/
A Dtpm2-cmd.c19 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
/linux/security/integrity/ima/
A Dima_crypto.c856 if (crypto_id == HASH_ALGO_SHA256) in ima_calc_boot_aggregate()

Completed in 24 milliseconds