Home
last modified time | relevance | path

Searched refs:u8 (Results 1 – 25 of 1262) sorted by relevance

12345678910>>...51

/freebsd-12-stable/sys/dev/mlx5/
Dmlx5_ifc.h273 u8 outer_dmac[0x1];
274 u8 outer_smac[0x1];
275 u8 outer_ether_type[0x1];
276 u8 reserved_0[0x1];
277 u8 outer_first_prio[0x1];
278 u8 outer_first_cfi[0x1];
279 u8 outer_first_vid[0x1];
280 u8 reserved_1[0x1];
281 u8 outer_second_prio[0x1];
282 u8 outer_second_cfi[0x1];
[all …]
/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
Dmlx5_ifc_fpga.h54 u8 max_num_qps[0x10];
55 u8 reserved_at_10[0x8];
56 u8 total_rcv_credits[0x8];
58 u8 reserved_at_20[0xe];
59 u8 qp_type[0x2];
60 u8 reserved_at_30[0x5];
61 u8 rae[0x1];
62 u8 rwe[0x1];
63 u8 rre[0x1];
64 u8 reserved_at_38[0x4];
[all …]
/freebsd-12-stable/contrib/wpa/src/common/
Dieee802_11_common.h16 u8 id;
17 u8 datalen;
18 u8 data[];
28 const u8 *ie;
29 u8 ie_len;
31 u8 nof_ies;
36 u8 eid;
37 u8 eid_ext;
38 const u8 *ie;
39 u8 ie_len;
[all …]
Dwpa_common.h137 #define RSN_SELECTOR_PUT(a, val) WPA_PUT_BE32((u8 *) (a), (val))
138 #define RSN_SELECTOR_GET(a) WPA_GET_BE32((const u8 *) (a))
202 u8 type;
204 u8 key_info[2]; /* big endian */
205 u8 key_length[2]; /* big endian */
206 u8 replay_counter[WPA_REPLAY_COUNTER_LEN];
207 u8 key_nonce[WPA_NONCE_LEN];
208 u8 key_iv[16];
209 u8 key_rsc[WPA_KEY_RSC_LEN];
210 u8 key_id[8]; /* Reserved in IEEE 802.11i/RSN */
[all …]
Dcommon_module_tests.c23 u8 *data;
30 { (u8 *) "", 0, ParseOK, 0 },
31 { (u8 *) " ", 1, ParseFailed, 0 },
32 { (u8 *) "\xff\x00", 2, ParseUnknown, 1 },
33 { (u8 *) "\xff\x01", 2, ParseFailed, 0 },
34 { (u8 *) "\xdd\x03\x01\x02\x03", 5, ParseUnknown, 1 },
35 { (u8 *) "\xdd\x04\x01\x02\x03\x04", 6, ParseUnknown, 1 },
36 { (u8 *) "\xdd\x04\x00\x50\xf2\x02", 6, ParseUnknown, 1 },
37 { (u8 *) "\xdd\x05\x00\x50\xf2\x02\x02", 7, ParseOK, 1 },
38 { (u8 *) "\xdd\x05\x00\x50\xf2\x02\xff", 7, ParseUnknown, 1 },
[all …]
/freebsd-12-stable/contrib/wpa/src/pae/
Dieee802_1x_kay_i.h40 u8 mi[MI_LEN];
46 u8 mi[MI_LEN];
50 u8 key_server_priority;
66 u8 parameter[4];
69 int (*cak_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac1,
70 const u8 *mac2, u8 *cak, size_t cak_bytes);
71 int (*ckn_trfm)(const u8 *msk, size_t msk_bytes, const u8 *mac1,
72 const u8 *mac2, const u8 *sid, size_t sid_len, u8 *ckn);
73 int (*kek_trfm)(const u8 *cak, size_t cak_bytes,
74 const u8 *ckn, size_t ckn_len,
[all …]
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_vfpf_if.h49 u8 num_rxqs;
50 u8 num_txqs;
51 u8 num_sbs;
52 u8 num_mac_filters;
53 u8 num_vlan_filters;
54 u8 num_mc_filters; /* No limit so superfluous */
55 u8 num_cids;
56 u8 padding;
61 u8 sb_qid; /* used to update DHC for sb */
62 u8 padding[5];
[all …]
Decore_hsi_eth.h64 u8 reserved0 /* cdu_validation */;
65 u8 state /* state */;
66 u8 flags0;
83 u8 flags1;
100 u8 flags2;
109 u8 flags3;
118 u8 flags4;
127 u8 flags5;
136 u8 flags6;
145 u8 flags7;
[all …]
/freebsd-12-stable/sys/dev/drm2/i915/
Dintel_bios.h35 u8 signature[20]; /**< Always starts with 'VBT$' */
39 u8 vbt_checksum;
40 u8 reserved0;
46 u8 signature[16]; /**< Always 'BIOS_DATA_BLOCK' */
54 u8 type; /* 0 == desktop, 1 == mobile */
55 u8 relstage;
56 u8 chipset;
57 u8 lvds_present:1;
58 u8 tv_present:1;
59 u8 rsvd2:6; /* finish byte */
[all …]
/freebsd-12-stable/contrib/wpa/src/wps/
Dwps_attr_parse.h16 const u8 *version; /* 1 octet */
17 const u8 *version2; /* 1 octet */
18 const u8 *msg_type; /* 1 octet */
19 const u8 *enrollee_nonce; /* WPS_NONCE_LEN (16) octets */
20 const u8 *registrar_nonce; /* WPS_NONCE_LEN (16) octets */
21 const u8 *uuid_r; /* WPS_UUID_LEN (16) octets */
22 const u8 *uuid_e; /* WPS_UUID_LEN (16) octets */
23 const u8 *auth_type_flags; /* 2 octets */
24 const u8 *encr_type_flags; /* 2 octets */
25 const u8 *conn_type_flags; /* 1 octet */
[all …]
/freebsd-12-stable/sys/dev/drm2/
Ddrm_edid.h38 u8 t1;
39 u8 t2;
40 u8 mfg_rsvd;
52 u8 hsize; /* need to multiply by 8 then add 248 */
53 u8 vfreq_aspect;
64 u8 hactive_lo;
65 u8 hblank_lo;
66 u8 hactive_hblank_hi;
67 u8 vactive_lo;
68 u8 vblank_lo;
[all …]
/freebsd-12-stable/contrib/wpa/src/crypto/
Daes_wrap.h21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
22 u8 *cipher);
23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
24 const u8 *cipher, u8 *plain);
25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len,
26 size_t num_elem, const u8 *addr[],
27 const size_t *len, u8 *mac);
28 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
29 const u8 *addr[], const size_t *len,
30 u8 *mac);
[all …]
Dms_funcs.h12 int generate_nt_response(const u8 *auth_challenge, const u8 *peer_challenge,
13 const u8 *username, size_t username_len,
14 const u8 *password, size_t password_len,
15 u8 *response);
16 int generate_nt_response_pwhash(const u8 *auth_challenge,
17 const u8 *peer_challenge,
18 const u8 *username, size_t username_len,
19 const u8 *password_hash,
20 u8 *response);
21 int generate_authenticator_response(const u8 *password, size_t password_len,
[all …]
Dmilenage.h12 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
13 const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik,
14 u8 *ck, u8 *res, size_t *res_len);
15 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts,
16 u8 *sqn);
17 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres,
18 u8 *kc);
19 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand,
20 const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len,
21 u8 *auts);
[all …]
Dms_funcs.c25 static int utf8_to_ucs2(const u8 *utf8_string, size_t utf8_string_len, in utf8_to_ucs2()
26 u8 *ucs2_buffer, size_t ucs2_buffer_size, in utf8_to_ucs2()
32 u8 c = utf8_string[i]; in utf8_to_ucs2()
45 u8 c2 = utf8_string[++i]; in utf8_to_ucs2()
57 u8 c3 = utf8_string[++i]; in utf8_to_ucs2()
81 int challenge_hash(const u8 *peer_challenge, const u8 *auth_challenge, in challenge_hash()
82 const u8 *username, size_t username_len, u8 *challenge) in challenge_hash()
84 u8 hash[SHA1_MAC_LEN]; in challenge_hash()
109 int nt_password_hash(const u8 *password, size_t password_len, in nt_password_hash()
110 u8 *password_hash) in nt_password_hash()
[all …]
/freebsd-12-stable/contrib/wpa/src/eap_common/
Deap_sim_common.h74 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
75 const u8 *nonce_mt, u16 selected_version,
76 const u8 *ver_list, size_t ver_list_len,
77 int num_chal, const u8 *kc, u8 *mk);
78 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
79 const u8 *ik, const u8 *ck, u8 *mk);
80 int eap_sim_derive_keys(const u8 *mk, u8 *k_encr, u8 *k_aut, u8 *msk,
81 u8 *emsk);
83 const u8 *identity, size_t identity_len,
84 const u8 *nonce_s, const u8 *mk, u8 *msk,
[all …]
Dikev2_common.h27 u8 i_spi[IKEV2_SPI_LEN]; /* IKE_SA Initiator's SPI */
28 u8 r_spi[IKEV2_SPI_LEN]; /* IKE_SA Responder's SPI */
29 u8 next_payload;
30 u8 version; /* MjVer | MnVer */
31 u8 exchange_type;
32 u8 flags;
33 u8 message_id[4];
34 u8 length[4]; /* total length of HDR + payloads */
38 u8 next_payload;
39 u8 flags;
[all …]
/freebsd-12-stable/contrib/wpa/src/p2p/
Dp2p_i.h60 u8 interface_addr[ETH_ALEN];
66 u8 member_in_go_dev[ETH_ALEN];
72 u8 member_in_go_iface[ETH_ALEN];
76 u8 dialog_token;
77 u8 tie_breaker;
78 u8 intended_addr[ETH_ALEN];
83 u8 oper_ssid[SSID_MAX_LEN];
132 u8 go_timeout;
133 u8 client_timeout;
138 u8 go_neg_conf_sent;
[all …]
Dp2p.h52 u8 reg_class;
57 u8 channel[P2P_MAX_REG_CLASS_CHANNELS];
104 u8 max_oper_chwidth;
116 u8 ssid[SSID_MAX_LEN];
126 u8 psk[32];
141 u8 peer_device_addr[ETH_ALEN];
146 u8 peer_interface_addr[ETH_ALEN];
203 u8 conncap;
208 u8 role;
213 u8 session_mac[ETH_ALEN];
[all …]
/freebsd-12-stable/contrib/wpa/src/ap/
Dwpa_auth.h28 u8 frame_type; /* RSN_REMOTE_FRAME_TYPE_FT_RRB */
29 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */
31 u8 ap_address[ETH_ALEN];
153 u8 addr[ETH_ALEN];
154 u8 id[FT_R0KH_ID_MAX_LEN];
156 u8 key[32];
163 u8 addr[ETH_ALEN];
164 u8 id[FT_R1KH_ID_LEN];
165 u8 key[32];
201 u8 ssid[SSID_MAX_LEN];
[all …]
Dieee802_11.h22 int ieee802_11_mgmt(struct hostapd_data *hapd, const u8 *buf, size_t len,
24 void ieee802_11_mgmt_cb(struct hostapd_data *hapd, const u8 *buf, size_t len,
48 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid);
49 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid);
50 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
51 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
52 u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid,
54 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
55 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
56 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
[all …]
/freebsd-12-stable/sys/dev/ixl/
Di40e_adminq_cmd.h82 u8 raw[16];
368 u8 driver_major_ver;
369 u8 driver_minor_ver;
370 u8 driver_build_ver;
371 u8 driver_subbuild_ver;
372 u8 reserved[4];
383 u8 reserved[12];
390 u8 pf_id;
391 u8 reserved[15];
411 u8 reserved[4];
[all …]
/freebsd-12-stable/contrib/wpa/src/rsn_supp/
Dwpa.h32 const u8 *addr, int key_idx, int set_tx,
33 const u8 *seq, size_t seq_len,
34 const u8 *key, size_t key_len, enum key_flag key_flag);
36 int (*get_bssid)(void *ctx, u8 *bssid);
37 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf,
41 u8 * (*alloc_eapol)(void *ctx, u8 type, const void *data, u16 data_len,
43 int (*add_pmkid)(void *ctx, void *network_ctx, const u8 *bssid,
44 const u8 *pmkid, const u8 *fils_cache_id,
45 const u8 *pmk, size_t pmk_len, u32 pmk_lifetime,
46 u8 pmk_reauth_threshold, int akmp);
[all …]
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
Dcm_msgs.h81 u8 offset50;
83 u8 offset51;
91 u8 primary_traffic_class;
92 u8 primary_hop_limit;
94 u8 primary_offset94;
96 u8 primary_offset95;
104 u8 alt_traffic_class;
105 u8 alt_hop_limit;
107 u8 alt_offset138;
109 u8 alt_offset139;
[all …]
/freebsd-12-stable/sys/dev/bhnd/nvram/
Dnvram_map35 u8 aa2g {
40 u8 aa5g {
46 u8 ag0 {
52 u8 ag1 {
58 u8 ag2 {
64 u8 ag3 {
71 u8 txchain {
79 u8 rxchain {
95 u8 aga0 {
99 u8 aga1 {
[all …]

12345678910>>...51