alg_id            324 drivers/char/tpm/tpm-interface.c 		if (digests[i].alg_id != chip->allocated_banks[i].alg_id) {
alg_id            787 drivers/char/tpm/tpm1-cmd.c 	chip->allocated_banks[0].alg_id = TPM_ALG_SHA1;
alg_id            191 drivers/char/tpm/tpm2-cmd.c 		     chip->allocated_banks[i].alg_id != digest->alg_id; i++)
alg_id            207 drivers/char/tpm/tpm2-cmd.c 	tpm_buf_append_u16(&buf, digest->alg_id);
alg_id            274 drivers/char/tpm/tpm2-cmd.c 		tpm_buf_append_u16(&buf, digests[i].alg_id);
alg_id            816 drivers/char/tpm/tpm2-cmd.c 	struct tpm_digest digest = { .alg_id = bank->alg_id };
alg_id            826 drivers/char/tpm/tpm2-cmd.c 		if (bank->alg_id != tpm2_hash_map[i].tpm_id)
alg_id            902 drivers/char/tpm/tpm2-cmd.c 			chip->allocated_banks[nr_alloc_banks].alg_id = hash_alg;
alg_id             45 include/linux/tpm.h 	u16 alg_id;
alg_id             50 include/linux/tpm.h 	u16 alg_id;
alg_id             80 include/linux/tpm_eventlog.h 	u16 alg_id;
alg_id            210 include/linux/tpm_eventlog.h 		halg_size = sizeof(event->digests[i].alg_id);
alg_id            230 include/linux/tpm_eventlog.h 			if (halg == efispecid->digest_sizes[j].alg_id) {
alg_id             32 include/net/seg6_hmac.h 	u8 alg_id;
alg_id             36 include/net/seg6_hmac.h 	u8 alg_id;
alg_id           1685 include/net/xfrm.h struct xfrm_algo_desc *xfrm_aalg_get_byid(int alg_id);
alg_id           1686 include/net/xfrm.h struct xfrm_algo_desc *xfrm_ealg_get_byid(int alg_id);
alg_id           1687 include/net/xfrm.h struct xfrm_algo_desc *xfrm_calg_get_byid(int alg_id);
alg_id            144 net/ipv6/seg6.c 	hinfo->alg_id = algid;
alg_id            236 net/ipv6/seg6.c 	    nla_put_u8(msg, SEG6_ATTR_ALGID, hinfo->alg_id))
alg_id             77 net/ipv6/seg6_hmac.c 		.alg_id = SEG6_HMAC_ALGO_SHA1,
alg_id             81 net/ipv6/seg6_hmac.c 		.alg_id = SEG6_HMAC_ALGO_SHA256,
alg_id            105 net/ipv6/seg6_hmac.c static struct seg6_hmac_algo *__hmac_get_algo(u8 alg_id)
alg_id            113 net/ipv6/seg6_hmac.c 		if (algo->alg_id == alg_id)
alg_id            128 net/ipv6/seg6_hmac.c 	algo = __hmac_get_algo(hinfo->alg_id);
alg_id            675 net/xfrm/xfrm_algo.c struct xfrm_algo_desc *xfrm_aalg_get_byid(int alg_id)
alg_id            678 net/xfrm/xfrm_algo.c 			      (void *)(unsigned long)alg_id, 1);
alg_id            682 net/xfrm/xfrm_algo.c struct xfrm_algo_desc *xfrm_ealg_get_byid(int alg_id)
alg_id            685 net/xfrm/xfrm_algo.c 			      (void *)(unsigned long)alg_id, 1);
alg_id            689 net/xfrm/xfrm_algo.c struct xfrm_algo_desc *xfrm_calg_get_byid(int alg_id)
alg_id            692 net/xfrm/xfrm_algo.c 			      (void *)(unsigned long)alg_id, 1);
alg_id            663 security/integrity/ima/ima_crypto.c 	struct tpm_digest d = { .alg_id = TPM_ALG_SHA1, .digest = {0} };
alg_id            231 security/integrity/ima/ima_queue.c 		digests[i].alg_id = ima_tpm_chip->allocated_banks[i].alg_id;
alg_id           1229 security/keys/trusted.c 		digests[i].alg_id = chip->allocated_banks[i].alg_id;