Home
last modified time | relevance | path

Searched refs:HASH_ALGO_SHA1 (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/crypto/
Dhash_info.c14 [HASH_ALGO_SHA1] = "sha1",
38 [HASH_ALGO_SHA1] = SHA1_DIGEST_SIZE,
/Linux-v5.4/security/integrity/ima/
Dima_template_lib.c18 if (algo == HASH_ALGO_SHA1 || algo == HASH_ALGO_MD5) in ima_template_hash_algo_allowed()
296 ima_hash_algo : HASH_ALGO_SHA1; in ima_eventdigest_init()
317 u8 *cur_digest = NULL, hash_algo = HASH_ALGO_SHA1; in ima_eventdigest_ng_init()
348 hash_algo = HASH_ALGO_SHA1; in ima_eventdigest_modsig_init()
Dima_init.c60 iint->ima_hash->algo = HASH_ALGO_SHA1; in ima_add_boot_aggregate()
Dima_appraise.c66 if (algo <= HASH_ALGO_SHA1) { in ima_fix_xattr()
180 return HASH_ALGO_SHA1; in ima_get_hash_algo()
Dima_main.c39 int ima_hash_algo = HASH_ALGO_SHA1;
56 ima_hash_algo = HASH_ALGO_SHA1; in hash_setup()
Dima_api.c108 hash.hdr.algo = HASH_ALGO_SHA1; in ima_store_template()
Dima_template.c106 ima_hash_algo != HASH_ALGO_SHA1 && ima_hash_algo != HASH_ALGO_MD5) { in ima_template_setup()
/Linux-v5.4/include/uapi/linux/
Dhash_info.h20 HASH_ALGO_SHA1, enumerator
/Linux-v5.4/drivers/crypto/ux500/hash/
Dhash_core.c229 if (HASH_ALGO_SHA1 == ctx->config.algorithm) { in get_empty_message_digest()
248 if (HASH_ALGO_SHA1 == ctx->config.algorithm) { in get_empty_message_digest()
680 if (config->algorithm != HASH_ALGO_SHA1 && in hash_setconfiguration()
694 case HASH_ALGO_SHA1: in hash_setconfiguration()
1266 if (algorithm != HASH_ALGO_SHA1 && algorithm != HASH_ALGO_SHA256) { in hash_get_digest()
1272 if (algorithm == HASH_ALGO_SHA1) in hash_get_digest()
1359 ctx->config.algorithm = HASH_ALGO_SHA1; in ahash_sha1_init()
1425 ctx->config.algorithm = HASH_ALGO_SHA1; in hmac_sha1_init()
1478 return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA1); in hmac_sha1_setkey()
1516 .conf.algorithm = HASH_ALGO_SHA1,
[all …]
Dhash_alg.h273 HASH_ALGO_SHA1 = 0x0, enumerator
/Linux-v5.4/security/integrity/evm/
Devm_crypto.c319 data.hdr.algo = HASH_ALGO_SHA1; in evm_update_evmxattr()
338 desc = init_desc(EVM_XATTR_HMAC, HASH_ALGO_SHA1); in evm_init_hmac()
Devm_main.c174 digest.hdr.algo = HASH_ALGO_SHA1; in evm_verify_hmac()
/Linux-v5.4/drivers/char/tpm/
Dtpm1-cmd.c788 chip->allocated_banks[0].digest_size = hash_digest_size[HASH_ALGO_SHA1]; in tpm1_get_pcr_allocation()
789 chip->allocated_banks[0].crypto_id = HASH_ALGO_SHA1; in tpm1_get_pcr_allocation()
Dtpm2-cmd.c32 {HASH_ALGO_SHA1, TPM_ALG_SHA1},
/Linux-v5.4/security/keys/
Dtrusted.c763 opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; in getoptions()
828 if (!tpm2 && i != HASH_ALGO_SHA1) { in getoptions()