HASH_ALGO_SHA1 14 crypto/hash_info.c [HASH_ALGO_SHA1] = "sha1", HASH_ALGO_SHA1 38 crypto/hash_info.c [HASH_ALGO_SHA1] = SHA1_DIGEST_SIZE, HASH_ALGO_SHA1 788 drivers/char/tpm/tpm1-cmd.c chip->allocated_banks[0].digest_size = hash_digest_size[HASH_ALGO_SHA1]; HASH_ALGO_SHA1 789 drivers/char/tpm/tpm1-cmd.c chip->allocated_banks[0].crypto_id = HASH_ALGO_SHA1; HASH_ALGO_SHA1 32 drivers/char/tpm/tpm2-cmd.c {HASH_ALGO_SHA1, TPM_ALG_SHA1}, HASH_ALGO_SHA1 229 drivers/crypto/ux500/hash/hash_core.c if (HASH_ALGO_SHA1 == ctx->config.algorithm) { HASH_ALGO_SHA1 248 drivers/crypto/ux500/hash/hash_core.c if (HASH_ALGO_SHA1 == ctx->config.algorithm) { HASH_ALGO_SHA1 680 drivers/crypto/ux500/hash/hash_core.c if (config->algorithm != HASH_ALGO_SHA1 && HASH_ALGO_SHA1 694 drivers/crypto/ux500/hash/hash_core.c case HASH_ALGO_SHA1: HASH_ALGO_SHA1 1266 drivers/crypto/ux500/hash/hash_core.c if (algorithm != HASH_ALGO_SHA1 && algorithm != HASH_ALGO_SHA256) { HASH_ALGO_SHA1 1272 drivers/crypto/ux500/hash/hash_core.c if (algorithm == HASH_ALGO_SHA1) HASH_ALGO_SHA1 1359 drivers/crypto/ux500/hash/hash_core.c ctx->config.algorithm = HASH_ALGO_SHA1; HASH_ALGO_SHA1 1425 drivers/crypto/ux500/hash/hash_core.c ctx->config.algorithm = HASH_ALGO_SHA1; HASH_ALGO_SHA1 1478 drivers/crypto/ux500/hash/hash_core.c return hash_setkey(tfm, key, keylen, HASH_ALGO_SHA1); HASH_ALGO_SHA1 1516 drivers/crypto/ux500/hash/hash_core.c .conf.algorithm = HASH_ALGO_SHA1, HASH_ALGO_SHA1 1562 drivers/crypto/ux500/hash/hash_core.c .conf.algorithm = HASH_ALGO_SHA1, HASH_ALGO_SHA1 319 security/integrity/evm/evm_crypto.c data.hdr.algo = HASH_ALGO_SHA1; HASH_ALGO_SHA1 338 security/integrity/evm/evm_crypto.c desc = init_desc(EVM_XATTR_HMAC, HASH_ALGO_SHA1); HASH_ALGO_SHA1 174 security/integrity/evm/evm_main.c digest.hdr.algo = HASH_ALGO_SHA1; HASH_ALGO_SHA1 108 security/integrity/ima/ima_api.c hash.hdr.algo = HASH_ALGO_SHA1; HASH_ALGO_SHA1 66 security/integrity/ima/ima_appraise.c if (algo <= HASH_ALGO_SHA1) { HASH_ALGO_SHA1 180 security/integrity/ima/ima_appraise.c return HASH_ALGO_SHA1; HASH_ALGO_SHA1 60 security/integrity/ima/ima_init.c iint->ima_hash->algo = HASH_ALGO_SHA1; HASH_ALGO_SHA1 39 security/integrity/ima/ima_main.c int ima_hash_algo = HASH_ALGO_SHA1; HASH_ALGO_SHA1 56 security/integrity/ima/ima_main.c ima_hash_algo = HASH_ALGO_SHA1; HASH_ALGO_SHA1 106 security/integrity/ima/ima_template.c ima_hash_algo != HASH_ALGO_SHA1 && ima_hash_algo != HASH_ALGO_MD5) { HASH_ALGO_SHA1 18 security/integrity/ima/ima_template_lib.c if (algo == HASH_ALGO_SHA1 || algo == HASH_ALGO_MD5) HASH_ALGO_SHA1 296 security/integrity/ima/ima_template_lib.c ima_hash_algo : HASH_ALGO_SHA1; HASH_ALGO_SHA1 317 security/integrity/ima/ima_template_lib.c u8 *cur_digest = NULL, hash_algo = HASH_ALGO_SHA1; HASH_ALGO_SHA1 348 security/integrity/ima/ima_template_lib.c hash_algo = HASH_ALGO_SHA1; HASH_ALGO_SHA1 763 security/keys/trusted.c opt->hash = tpm2 ? HASH_ALGO_SHA256 : HASH_ALGO_SHA1; HASH_ALGO_SHA1 828 security/keys/trusted.c if (!tpm2 && i != HASH_ALGO_SHA1) {