Searched refs:alg_id (Results 1 - 18 of 18) sorted by relevance

/linux-master/include/net/
H A Dseg6_hmac.h32 u8 alg_id; member in struct:seg6_hmac_info
36 u8 alg_id; member in struct:seg6_hmac_algo
H A Dxfrm.h1793 struct xfrm_algo_desc *xfrm_aalg_get_byid(int alg_id);
1794 struct xfrm_algo_desc *xfrm_ealg_get_byid(int alg_id);
1795 struct xfrm_algo_desc *xfrm_calg_get_byid(int alg_id);
/linux-master/include/sound/
H A Dcs-amp-lib.h31 * @alg_id: ID of algorithm containing the controls.
39 unsigned int alg_id; member in struct:cirrus_amp_cal_controls
/linux-master/security/integrity/ima/
H A Dima_crypto.c630 u16 alg_id; local
637 entry->digests[ima_sha1_idx].alg_id = TPM_ALG_SHA1;
644 alg_id = ima_tpm_chip->allocated_banks[i].alg_id;
645 entry->digests[i].alg_id = alg_id;
800 static int ima_calc_boot_aggregate_tfm(char *digest, u16 alg_id, argument
803 struct tpm_digest d = { .alg_id = alg_id, .digest = {0} };
811 d.alg_id);
847 u16 crypto_id, alg_id; local
[all...]
H A Dima_queue.c229 digests[i].alg_id = ima_tpm_chip->allocated_banks[i].alg_id;
/linux-master/drivers/char/tpm/
H A Dtpm-sysfs.c341 int alg_id; member in struct:tpm_pcr_attr
361 if (ha->alg_id == chip->allocated_banks[i].alg_id)
367 digest.alg_id = ha->alg_id;
420 .alg_id = _alg, \
493 switch (chip->allocated_banks[i].alg_id) {
518 chip->allocated_banks[i].alg_id);
H A Dtpm2-cmd.c177 chip->allocated_banks[i].alg_id != digest->alg_id; i++)
193 tpm_buf_append_u16(&buf, digest->alg_id);
260 tpm_buf_append_u16(&buf, digests[i].alg_id);
519 struct tpm_digest digest = { .alg_id = bank->alg_id };
529 if (bank->alg_id != tpm2_hash_map[i].tpm_id)
605 chip->allocated_banks[nr_alloc_banks].alg_id = hash_alg;
H A Dtpm-interface.c325 if (digests[i].alg_id != chip->allocated_banks[i].alg_id) {
H A Dtpm1-cmd.c807 chip->allocated_banks[0].alg_id = TPM_ALG_SHA1;
/linux-master/net/xfrm/
H A Dxfrm_algo.c711 struct xfrm_algo_desc *xfrm_aalg_get_byid(int alg_id) argument
714 (void *)(unsigned long)alg_id, 1);
718 struct xfrm_algo_desc *xfrm_ealg_get_byid(int alg_id) argument
721 (void *)(unsigned long)alg_id, 1);
725 struct xfrm_algo_desc *xfrm_calg_get_byid(int alg_id) argument
728 (void *)(unsigned long)alg_id, 1);
/linux-master/net/ipv6/
H A Dseg6_hmac.c75 .alg_id = SEG6_HMAC_ALGO_SHA1,
79 .alg_id = SEG6_HMAC_ALGO_SHA256,
103 static struct seg6_hmac_algo *__hmac_get_algo(u8 alg_id) argument
111 if (algo->alg_id == alg_id)
126 algo = __hmac_get_algo(hinfo->alg_id);
H A Dseg6.c215 hinfo->alg_id = algid;
307 nla_put_u8(msg, SEG6_ATTR_ALGID, hinfo->alg_id))
/linux-master/include/linux/
H A Dtpm_eventlog.h80 u16 alg_id; member in struct:tcg_efi_specid_event_algs
229 halg_size = sizeof(event->digests[i].alg_id);
249 if (halg == efispecid->digest_sizes[j].alg_id) {
H A Dtpm.h53 u16 alg_id; member in struct:tpm_digest
58 u16 alg_id; member in struct:tpm_bank_info
/linux-master/sound/soc/codecs/
H A Dcs-amp-lib.c35 cs_ctl = cs_dsp_get_ctl(dsp, ctl_name, controls->mem_region, controls->alg_id);
H A Dcs-amp-lib-test.c510 .alg_id = 0x9f210,
H A Dcs35l56-shared.c676 .alg_id = 0x9f210,
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c1025 digests[i].alg_id = chip->allocated_banks[i].alg_id;

Completed in 208 milliseconds