Searched refs:alg_id (Results 1 - 19 of 19) sorted by last modified time

/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c69 .alg_id = CAL_DSP_CTL_ALG,
/linux-master/sound/soc/codecs/
H A Dcs35l56-shared.c699 .alg_id = 0x9f210,
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,
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c1036 digests[i].alg_id = chip->allocated_banks[i].alg_id;
/linux-master/security/integrity/ima/
H A Dima_crypto.c625 u16 alg_id; local
632 entry->digests[ima_sha1_idx].alg_id = TPM_ALG_SHA1;
639 alg_id = ima_tpm_chip->allocated_banks[i].alg_id;
640 entry->digests[i].alg_id = alg_id;
795 static int ima_calc_boot_aggregate_tfm(char *digest, u16 alg_id, argument
798 struct tpm_digest d = { .alg_id = alg_id, .digest = {0} };
806 d.alg_id);
842 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/net/ipv6/
H A Dseg6.c215 hinfo->alg_id = algid;
307 nla_put_u8(msg, SEG6_ATTR_ALGID, hinfo->alg_id))
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);
/linux-master/include/net/
H A Dxfrm.h1797 struct xfrm_algo_desc *xfrm_aalg_get_byid(int alg_id);
1798 struct xfrm_algo_desc *xfrm_ealg_get_byid(int alg_id);
1799 struct xfrm_algo_desc *xfrm_calg_get_byid(int alg_id);
H A Dseg6_hmac.h32 u8 alg_id; member in struct:seg6_hmac_info
36 u8 alg_id; member in struct:seg6_hmac_algo
/linux-master/include/linux/
H A Dtpm.h70 u16 alg_id; member in struct:tpm_digest
75 u16 alg_id; member in struct:tpm_bank_info
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) {
/linux-master/drivers/char/tpm/
H A Dtpm2-cmd.c177 chip->allocated_banks[i].alg_id != digest->alg_id; i++)
193 tpm_buf_append_u16(&buf, digest->alg_id);
251 tpm_buf_append_u16(&buf, digests[i].alg_id);
525 struct tpm_digest digest = { .alg_id = bank->alg_id };
535 if (bank->alg_id != tpm2_hash_map[i].tpm_id)
611 chip->allocated_banks[nr_alloc_banks].alg_id = hash_alg;
H A Dtpm-interface.c326 if (digests[i].alg_id != chip->allocated_banks[i].alg_id) {
H A Dtpm-sysfs.c359 int alg_id; member in struct:tpm_pcr_attr
379 if (ha->alg_id == chip->allocated_banks[i].alg_id)
385 digest.alg_id = ha->alg_id;
438 .alg_id = _alg, \
511 switch (chip->allocated_banks[i].alg_id) {
536 chip->allocated_banks[i].alg_id);
H A Dtpm1-cmd.c807 chip->allocated_banks[0].alg_id = TPM_ALG_SHA1;
/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/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);

Completed in 248 milliseconds