Home
last modified time | relevance | path

Searched full:subtype (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/kernel/linux/linux-5.10/Documentation/crypto/
Dasymmetric-keys.rst25 The asymmetric key is given a subtype that defines what sort of data is
30 A completely in-kernel key retention and operation subtype can be defined, but
39 subtype of the key and define the operations that can be done on that key.
70 2) If the criterion string is of the form "<subtype>:<hexdigits>" then the
72 only keys of the specified subtype (e.g. tpm) will be matched. For
78 displayed, along with the subtype::
164 Asymmetric keys have a subtype that defines the set of operations that can be
166 payload. The payload format is entirely at the whim of the subtype.
168 The subtype is selected by the key data parser and the parser must initialise
170 subtype module.
[all …]
/kernel/linux/linux-6.6/Documentation/crypto/
Dasymmetric-keys.rst25 The asymmetric key is given a subtype that defines what sort of data is
30 A completely in-kernel key retention and operation subtype can be defined, but
39 subtype of the key and define the operations that can be done on that key.
70 2) If the criterion string is of the form "<subtype>:<hexdigits>" then the
72 only keys of the specified subtype (e.g. tpm) will be matched. For
78 displayed, along with the subtype::
164 Asymmetric keys have a subtype that defines the set of operations that can be
166 payload. The payload format is entirely at the whim of the subtype.
168 The subtype is selected by the key data parser and the parser must initialise
170 subtype module.
[all …]
/kernel/linux/linux-6.6/include/keys/
Dasymmetric-subtype.h2 /* Asymmetric public-key cryptography key subtype
21 * Keys of this type declare a subtype that indicates the handlers and
29 /* Describe a key of this subtype for /proc/keys */
32 /* Destroy a key of this subtype */
42 /* Verify the signature on a key of this subtype (optional) */
48 * asymmetric_key_subtype - Get the subtype from an asymmetric key
51 * Retrieves and returns the subtype pointer of the asymmetric key from the
/kernel/linux/linux-5.10/include/keys/
Dasymmetric-subtype.h2 /* Asymmetric public-key cryptography key subtype
21 * Keys of this type declare a subtype that indicates the handlers and
29 /* Describe a key of this subtype for /proc/keys */
32 /* Destroy a key of this subtype */
42 /* Verify the signature on a key of this subtype (optional) */
48 * asymmetric_key_subtype - Get the subtype from an asymmetric key
51 * Retrieves and returns the subtype pointer of the asymmetric key from the
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
Dsignature.c11 #include <keys/asymmetric-subtype.h>
45 const struct asymmetric_key_subtype *subtype; in query_asymmetric_key() local
53 subtype = asymmetric_key_subtype(key); in query_asymmetric_key()
54 if (!subtype || in query_asymmetric_key()
57 if (!subtype->query) in query_asymmetric_key()
60 ret = subtype->query(params, info); in query_asymmetric_key()
140 const struct asymmetric_key_subtype *subtype; in verify_signature() local
147 subtype = asymmetric_key_subtype(key); in verify_signature()
148 if (!subtype || in verify_signature()
151 if (!subtype->verify_signature) in verify_signature()
[all …]
Dasymmetric_type.c9 #include <keys/asymmetric-subtype.h>
332 const struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_describe() local
340 if (subtype) { in asymmetric_key_describe()
342 subtype->describe(key, m); in asymmetric_key_describe()
417 struct asymmetric_key_subtype *subtype = prep->payload.data[asym_subtype]; in asymmetric_key_free_preparse() local
422 if (subtype) { in asymmetric_key_free_preparse()
423 subtype->destroy(prep->payload.data[asym_crypto], in asymmetric_key_free_preparse()
425 module_put(subtype->owner); in asymmetric_key_free_preparse()
436 struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_destroy() local
446 if (subtype) { in asymmetric_key_destroy()
[all …]
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
Dsignature.c11 #include <keys/asymmetric-subtype.h>
45 const struct asymmetric_key_subtype *subtype; in query_asymmetric_key() local
53 subtype = asymmetric_key_subtype(key); in query_asymmetric_key()
54 if (!subtype || in query_asymmetric_key()
57 if (!subtype->query) in query_asymmetric_key()
60 ret = subtype->query(params, info); in query_asymmetric_key()
140 const struct asymmetric_key_subtype *subtype; in verify_signature() local
147 subtype = asymmetric_key_subtype(key); in verify_signature()
148 if (!subtype || in verify_signature()
151 if (!subtype->verify_signature) in verify_signature()
[all …]
Dasymmetric_type.c9 #include <keys/asymmetric-subtype.h>
365 const struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_describe() local
373 if (subtype) { in asymmetric_key_describe()
375 subtype->describe(key, m); in asymmetric_key_describe()
450 struct asymmetric_key_subtype *subtype = prep->payload.data[asym_subtype]; in asymmetric_key_free_preparse() local
455 if (subtype) { in asymmetric_key_free_preparse()
456 subtype->destroy(prep->payload.data[asym_crypto], in asymmetric_key_free_preparse()
458 module_put(subtype->owner); in asymmetric_key_free_preparse()
469 struct asymmetric_key_subtype *subtype = asymmetric_key_subtype(key); in asymmetric_key_destroy() local
479 if (subtype) { in asymmetric_key_destroy()
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/
Dsaa7164-types.h119 u8 subtype; member
126 u8 subtype; member
143 u8 subtype; member
161 u8 subtype; member
172 u8 subtype; member
250 * bDescriptorSubtype - VS_FORMAT_MPEG2TS descriptor subtype.
266 u8 subtype; member
280 u8 subtype; member
290 u8 subtype; member
328 u8 subtype; member
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
Dsaa7164-types.h119 u8 subtype; member
126 u8 subtype; member
143 u8 subtype; member
161 u8 subtype; member
172 u8 subtype; member
250 * bDescriptorSubtype - VS_FORMAT_MPEG2TS descriptor subtype.
266 u8 subtype; member
280 u8 subtype; member
290 u8 subtype; member
328 u8 subtype; member
[all …]
/kernel/linux/linux-6.6/Documentation/virt/coco/
Dtdx-guest.rst33 the TDREPORT0 (a.k.a. TDREPORT subtype 0) from the TDX module using
36 A subtype index is added at the end of this IOCTL CMD to uniquely identify the
37 subtype-specific TDREPORT request. Although the subtype option is mentioned in
40 implementation simple, the subtype option was not included as part of the input
41 ABI. However, in the future, if the TDX Module supports more than one subtype,
43 consistent, a subtype index is added as part of the IOCTL CMD.
/kernel/linux/linux-5.10/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c69 unsigned int subtype; member
118 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) in qpnp_tm_get_temp_stage()
142 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) { in qpnp_tm_update_temp_no_adc()
325 stage = chip->subtype == QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_init()
353 u8 type, subtype; in qpnp_tm_probe() local
397 ret = qpnp_tm_read(chip, QPNP_TM_REG_SUBTYPE, &subtype); in qpnp_tm_probe()
399 dev_err(&pdev->dev, "could not read subtype\n"); in qpnp_tm_probe()
403 if (type != QPNP_TM_TYPE || (subtype != QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_probe()
404 && subtype != QPNP_TM_SUBTYPE_GEN2)) { in qpnp_tm_probe()
405 dev_err(&pdev->dev, "invalid type 0x%02x or subtype 0x%02x\n", in qpnp_tm_probe()
[all …]
/kernel/linux/linux-6.6/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c73 unsigned int subtype; member
140 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) in qpnp_tm_get_temp_stage()
164 if (chip->subtype == QPNP_TM_SUBTYPE_GEN1) { in qpnp_tm_update_temp_no_adc()
343 stage = chip->subtype == QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_init()
374 u8 type, subtype, dig_major; in qpnp_tm_probe() local
417 ret = qpnp_tm_read(chip, QPNP_TM_REG_SUBTYPE, &subtype); in qpnp_tm_probe()
420 "could not read subtype\n"); in qpnp_tm_probe()
427 if (type != QPNP_TM_TYPE || (subtype != QPNP_TM_SUBTYPE_GEN1 in qpnp_tm_probe()
428 && subtype != QPNP_TM_SUBTYPE_GEN2)) { in qpnp_tm_probe()
429 dev_err(&pdev->dev, "invalid type 0x%02x or subtype 0x%02x\n", in qpnp_tm_probe()
[all …]
/kernel/linux/linux-5.10/drivers/mfd/
Dqcom-spmi-pmic.c65 unsigned int rev2, minor, major, type, subtype; in pmic_spmi_show_revid() local
76 ret = regmap_read(map, PMIC_SUBTYPE, &subtype); in pmic_spmi_show_revid()
81 if (subtype == (unsigned long)pmic_spmi_id_table[i].data) in pmic_spmi_show_revid()
106 if ((subtype == PM8941_SUBTYPE || subtype == PM8226_SUBTYPE) && in pmic_spmi_show_revid()
110 if (subtype == PM8110_SUBTYPE) in pmic_spmi_show_revid()
113 dev_dbg(dev, "%x: %s v%d.%d\n", subtype, name, major, minor); in pmic_spmi_show_revid()
/kernel/linux/linux-5.10/net/batman-adv/
Ddistributed-arp-table.h83 * @subtype: the 4addr subtype of the packet to be counted
85 * Updates the ethtool statistics for the received packet if it is a DAT subtype
88 u8 subtype) in batadv_dat_inc_counter() argument
90 switch (subtype) { in batadv_dat_inc_counter()
182 u8 subtype) in batadv_dat_inc_counter() argument
/kernel/linux/linux-6.6/net/batman-adv/
Ddistributed-arp-table.h81 * @subtype: the 4addr subtype of the packet to be counted
83 * Updates the ethtool statistics for the received packet if it is a DAT subtype
86 u8 subtype) in batadv_dat_inc_counter() argument
88 switch (subtype) { in batadv_dat_inc_counter()
180 u8 subtype) in batadv_dat_inc_counter() argument
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.h208 * @subtype: subtype for this packet.
212 * @usr_subtype: subtype for this OUI.
215 __be16 subtype; member
330 u16 subtype, usr_stype; in brcmf_fweh_process_skb() local
341 /* check subtype if needed */ in brcmf_fweh_process_skb()
343 subtype = get_unaligned_be16(&event_packet->hdr.subtype); in brcmf_fweh_process_skb()
344 if (subtype != stype) in brcmf_fweh_process_skb()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.h208 * @subtype: subtype for this packet.
212 * @usr_subtype: subtype for this OUI.
215 __be16 subtype; member
330 u16 subtype, usr_stype; in brcmf_fweh_process_skb() local
341 /* check subtype if needed */ in brcmf_fweh_process_skb()
343 subtype = get_unaligned_be16(&event_packet->hdr.subtype); in brcmf_fweh_process_skb()
344 if (subtype != stype) in brcmf_fweh_process_skb()
/kernel/linux/linux-6.6/Documentation/admin-guide/media/
Dimx7.rst114 type V4L2 subdev subtype Unknown flags 0
124 type Node subtype V4L flags 0
130 type V4L2 subdev subtype Unknown flags 0
142 type V4L2 subdev subtype Unknown flags 0
152 type V4L2 subdev subtype Sensor flags 0
196 type V4L2 subdev subtype Unknown flags 0
206 type Node subtype V4L flags 0
212 type V4L2 subdev subtype Sensor flags 0
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
Dtrace.h159 __field(u8, subtype)
170 __entry->subtype = wil_rxdesc_subtype(d);
175 " type 0x%1x subtype 0x%1x", __entry->index, __entry->len,
177 __entry->seq, __entry->type, __entry->subtype)
191 __field(u8, subtype)
203 __entry->subtype = wil_rx_status_get_fc1(wil, msg);
208 … "compressed %d buff_id %d len %d mid %d cid %d tid %d mcs %d seq 0x%03x type 0x%1x subtype 0x%1x",
211 __entry->seq, __entry->type, __entry->subtype)
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
Dtrace.h156 __field(u8, subtype)
167 __entry->subtype = wil_rxdesc_subtype(d);
172 " type 0x%1x subtype 0x%1x", __entry->index, __entry->len,
174 __entry->seq, __entry->type, __entry->subtype)
188 __field(u8, subtype)
200 __entry->subtype = wil_rx_status_get_fc1(wil, msg);
205 … "compressed %d buff_id %d len %d mid %d cid %d tid %d mcs %d seq 0x%03x type 0x%1x subtype 0x%1x",
208 __entry->seq, __entry->type, __entry->subtype)
/kernel/linux/linux-5.10/fs/proc/
Dproc_tty.c42 if (p->subtype == SYSTEM_TYPE_TTY) in show_tty_range()
44 else if (p->subtype == SYSTEM_TYPE_SYSCONS) in show_tty_range()
46 else if (p->subtype == SYSTEM_TYPE_CONSOLE) in show_tty_range()
56 if (p->subtype == PTY_TYPE_MASTER) in show_tty_range()
58 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()
64 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
/kernel/linux/linux-6.6/fs/proc/
Dproc_tty.c40 if (p->subtype == SYSTEM_TYPE_TTY) in show_tty_range()
42 else if (p->subtype == SYSTEM_TYPE_SYSCONS) in show_tty_range()
44 else if (p->subtype == SYSTEM_TYPE_CONSOLE) in show_tty_range()
54 if (p->subtype == PTY_TYPE_MASTER) in show_tty_range()
56 else if (p->subtype == PTY_TYPE_SLAVE) in show_tty_range()
62 seq_printf(m, "type:%d.%d", p->type, p->subtype); in show_tty_range()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dmce.c358 const char *level, *sevstr, *subtype, *err_type, *initiator; in machine_check_print_event_info() local
469 subtype = evt->u.ue_error.ue_error_type < in machine_check_print_event_info()
480 subtype = evt->u.slb_error.slb_error_type < in machine_check_print_event_info()
489 subtype = evt->u.erat_error.erat_error_type < in machine_check_print_event_info()
498 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
507 subtype = evt->u.user_error.user_error_type < in machine_check_print_event_info()
516 subtype = evt->u.ra_error.ra_error_type < in machine_check_print_event_info()
525 subtype = evt->u.link_error.link_error_type < in machine_check_print_event_info()
534 subtype = "Unknown"; in machine_check_print_event_info()
538 subtype = "Unknown"; in machine_check_print_event_info()
[all …]
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dmce.c376 const char *level, *sevstr, *subtype, *err_type, *initiator; in machine_check_print_event_info() local
487 subtype = evt->u.ue_error.ue_error_type < in machine_check_print_event_info()
498 subtype = evt->u.slb_error.slb_error_type < in machine_check_print_event_info()
507 subtype = evt->u.erat_error.erat_error_type < in machine_check_print_event_info()
516 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
525 subtype = evt->u.user_error.user_error_type < in machine_check_print_event_info()
534 subtype = evt->u.ra_error.ra_error_type < in machine_check_print_event_info()
543 subtype = evt->u.link_error.link_error_type < in machine_check_print_event_info()
552 subtype = "Unknown"; in machine_check_print_event_info()
556 subtype = "Unknown"; in machine_check_print_event_info()
[all …]

12345678910>>...28