Home
last modified time | relevance | path

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

12345678910>>...37

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A 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 …]
/OK3568_Linux_fs/kernel/crypto/asymmetric_keys/
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7164/
H A 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 …]
/OK3568_Linux_fs/kernel/include/keys/
H A 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
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pktlog.c1292 int subtype; in dhd_cpkt_log_get_802_1x_subtype() local
1299 subtype = CPKT_LOG_802_1X_SUBTYPE_OTHERS; in dhd_cpkt_log_get_802_1x_subtype()
1305 subtype = CPKT_LOG_802_1X_SUBTYPE_IDENTITY; in dhd_cpkt_log_get_802_1x_subtype()
1308 subtype = CPKT_LOG_802_1X_SUBTYPE_TLS; in dhd_cpkt_log_get_802_1x_subtype()
1311 subtype = CPKT_LOG_802_1X_SUBTYPE_TTLS; in dhd_cpkt_log_get_802_1x_subtype()
1314 subtype = CPKT_LOG_802_1X_SUBTYPE_FAST; in dhd_cpkt_log_get_802_1x_subtype()
1317 subtype = CPKT_LOG_802_1X_SUBTYPE_LEAP; in dhd_cpkt_log_get_802_1x_subtype()
1320 subtype = CPKT_LOG_802_1X_SUBTYPE_PWD; in dhd_cpkt_log_get_802_1x_subtype()
1323 subtype = CPKT_LOG_802_1X_SUBTYPE_SIM; in dhd_cpkt_log_get_802_1x_subtype()
1326 subtype = CPKT_LOG_802_1X_SUBTYPE_AKA; in dhd_cpkt_log_get_802_1x_subtype()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pktlog.c1292 int subtype; in dhd_cpkt_log_get_802_1x_subtype() local
1299 subtype = CPKT_LOG_802_1X_SUBTYPE_OTHERS; in dhd_cpkt_log_get_802_1x_subtype()
1305 subtype = CPKT_LOG_802_1X_SUBTYPE_IDENTITY; in dhd_cpkt_log_get_802_1x_subtype()
1308 subtype = CPKT_LOG_802_1X_SUBTYPE_TLS; in dhd_cpkt_log_get_802_1x_subtype()
1311 subtype = CPKT_LOG_802_1X_SUBTYPE_TTLS; in dhd_cpkt_log_get_802_1x_subtype()
1314 subtype = CPKT_LOG_802_1X_SUBTYPE_FAST; in dhd_cpkt_log_get_802_1x_subtype()
1317 subtype = CPKT_LOG_802_1X_SUBTYPE_LEAP; in dhd_cpkt_log_get_802_1x_subtype()
1320 subtype = CPKT_LOG_802_1X_SUBTYPE_PWD; in dhd_cpkt_log_get_802_1x_subtype()
1323 subtype = CPKT_LOG_802_1X_SUBTYPE_SIM; in dhd_cpkt_log_get_802_1x_subtype()
1326 subtype = CPKT_LOG_802_1X_SUBTYPE_AKA; in dhd_cpkt_log_get_802_1x_subtype()
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/qcom/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A 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()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A 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()
/OK3568_Linux_fs/kernel/net/batman-adv/
H A 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
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dselect.c59 int subtype; in XFixesSelectionCallback() local
64 subtype = XFixesSetSelectionOwnerNotify; in XFixesSelectionCallback()
68 subtype = XFixesSelectionWindowDestroyNotify; in XFixesSelectionCallback()
72 subtype = XFixesSelectionClientCloseNotify; in XFixesSelectionCallback()
83 .subtype = subtype, in XFixesSelectionCallback()
85 .owner = (subtype == XFixesSetSelectionOwnerNotify) ? in XFixesSelectionCallback()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A 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)
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A 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 …]
/OK3568_Linux_fs/kernel/fs/proc/
H A 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()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-core.c372 link_subtype = csdev->subtype.link_subtype; in coresight_enable_link()
407 link_subtype = csdev->subtype.link_subtype; in coresight_disable_link()
889 /* sink & correct subtype */ in coresight_is_def_sink_type()
892 (csdev->subtype.sink_subtype >= CORESIGHT_DEV_SUBTYPE_SINK_BUFFER)) in coresight_is_def_sink_type()
923 } else if (new_sink->subtype.sink_subtype > in coresight_select_best_sink()
924 sink->subtype.sink_subtype) { in coresight_select_best_sink()
927 } else if ((new_sink->subtype.sink_subtype == in coresight_select_best_sink()
928 sink->subtype.sink_subtype) && in coresight_select_best_sink()
1064 u32 type, subtype; in coresight_validate_source() local
1067 subtype = csdev->subtype.source_subtype; in coresight_validate_source()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmeth.h41 * Following the 2byte BRCM ether_type is a 16bit BRCM subtype field
45 * 8 bit subtype (0-127)
49 * 16 bit big-endian subtype
98 uint16 subtype; /* Vendor specific..32769 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmeth.h41 * Following the 2byte BRCM ether_type is a 16bit BRCM subtype field
45 * 8 bit subtype (0-127)
49 * 16 bit big-endian subtype
98 uint16 subtype; /* Vendor specific..32769 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dbcmevent.c263 uint16 subtype; in is_wlc_event_frame() local
274 /* only care about 16-bit subtype / length versions */ in is_wlc_event_frame()
302 /* match on subtype, oui and usr subtype for BRCM events */ in is_wlc_event_frame()
303 subtype = ntoh16_ua((void *)&bcm_event->bcm_hdr.subtype); in is_wlc_event_frame()
304 if (subtype != BCMILCP_SUBTYPE_VENDOR_LONG) { in is_wlc_event_frame()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dbcmeth.h48 * Following the 2byte BRCM ether_type is a 16bit BRCM subtype field
52 * 8 bit subtype (0-127)
56 * 16 bit big-endian subtype
106 uint16 subtype; /* Vendor specific..32769 */
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dbcmeth.h49 * Following the 2byte BRCM ether_type is a 16bit BRCM subtype field
53 * 8 bit subtype (0-127)
57 * 16 bit big-endian subtype
106 uint16 subtype; /* Vendor specific..32769 */
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dbcmeth.h49 * Following the 2byte BRCM ether_type is a 16bit BRCM subtype field
53 * 8 bit subtype (0-127)
57 * 16 bit big-endian subtype
106 uint16 subtype; /* Vendor specific..32769 */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dwatch_queue.h31 __u32 subtype:8; /* Type-specific subtype (filterable) */ member
72 * subtype -> WATCH_META_REMOVAL_NOTIFICATION
96 * - watch.subtype = enum key_notification_type
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dbcmeth.h49 * Following the 2byte BRCM ether_type is a 16bit BRCM subtype field
53 * 8 bit subtype (0-127)
57 * 16 bit big-endian subtype
106 uint16 subtype; /* Vendor specific..32769 */
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dgct.c27 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes()
31 if (node->subtype != wanted->subtype) in gct6_find_nodes()

12345678910>>...37