/hostap-latest/src/tls/ |
D | asn1.h | 88 static inline bool asn1_is_oid(const struct asn1_hdr *hdr) in asn1_is_oid() 94 static inline bool asn1_is_boolean(const struct asn1_hdr *hdr) in asn1_is_boolean() 100 static inline bool asn1_is_integer(const struct asn1_hdr *hdr) in asn1_is_integer() 106 static inline bool asn1_is_enumerated(const struct asn1_hdr *hdr) in asn1_is_enumerated() 112 static inline bool asn1_is_sequence(const struct asn1_hdr *hdr) in asn1_is_sequence() 118 static inline bool asn1_is_set(const struct asn1_hdr *hdr) in asn1_is_set() 124 static inline bool asn1_is_octetstring(const struct asn1_hdr *hdr) in asn1_is_octetstring() 130 static inline bool asn1_is_bitstring(const struct asn1_hdr *hdr) in asn1_is_bitstring() 136 static inline bool asn1_is_utctime(const struct asn1_hdr *hdr) in asn1_is_utctime() 142 static inline bool asn1_is_generalizedtime(const struct asn1_hdr *hdr) in asn1_is_generalizedtime() [all …]
|
D | asn1.c | 106 static int asn1_valid_der_boolean(struct asn1_hdr *hdr) in asn1_valid_der_boolean() 126 static int asn1_valid_der(struct asn1_hdr *hdr) in asn1_valid_der() 171 int asn1_get_next(const u8 *buf, size_t len, struct asn1_hdr *hdr) in asn1_get_next() 276 void asn1_print_hdr(const struct asn1_hdr *hdr, const char *title) in asn1_print_hdr() 283 void asn1_unexpected(const struct asn1_hdr *hdr, const char *title) in asn1_unexpected() 337 struct asn1_hdr hdr; in asn1_get_oid() local 435 struct asn1_hdr hdr; in asn1_get_integer() local 466 int asn1_get_sequence(const u8 *buf, size_t len, struct asn1_hdr *hdr, in asn1_get_sequence() 484 struct asn1_hdr hdr; in asn1_get_alg_id() local
|
D | x509v3.c | 185 struct asn1_hdr hdr; in x509_parse_algorithm_identifier() local 220 struct asn1_hdr hdr; in x509_parse_public_key() local 288 struct asn1_hdr hdr; in x509_parse_name() local 689 struct asn1_hdr hdr; in x509_parse_validity() local 768 struct asn1_hdr hdr; in x509_parse_ext_key_usage() local 801 struct asn1_hdr hdr; in x509_parse_ext_basic_constraints() local 974 struct asn1_hdr hdr; in x509_parse_ext_alt_name() local 1052 struct asn1_hdr hdr; in x509_parse_ext_subject_alt_name() local 1076 struct asn1_hdr hdr; in x509_parse_ext_issuer_alt_name() local 1149 struct asn1_hdr hdr; in x509_parse_ext_certificate_policies() local [all …]
|
D | tlsv1_cred.c | 446 struct asn1_hdr hdr; in pkcs12_certbag() local 517 struct asn1_hdr hdr; in pkcs12_parse_attr_friendly_name() local 542 struct asn1_hdr hdr; in pkcs12_parse_attr_local_key_id() local 568 struct asn1_hdr hdr; in pkcs12_parse_attr() local 609 struct asn1_hdr hdr; in pkcs12_safebag() local 682 struct asn1_hdr hdr; in pkcs12_safecontents() local 722 struct asn1_hdr hdr; in pkcs12_parse_content_data() local 741 struct asn1_hdr hdr; in pkcs12_parse_content_enc_data() local 851 struct asn1_hdr hdr; in pkcs12_parse_content() local 887 struct asn1_hdr hdr; in pkcs12_parse() local [all …]
|
D | pkcs8.c | 21 struct asn1_hdr hdr; in pkcs8_key_import() local 113 struct asn1_hdr hdr; in pkcs8_enc_key_import() local
|
D | rsa.c | 34 struct asn1_hdr hdr; in crypto_rsa_parse_integer() local 64 struct asn1_hdr hdr; in crypto_rsa_import_public_key() local 148 struct asn1_hdr hdr; in crypto_rsa_import_private_key() local
|
D | tlsv1_client_ocsp.c | 116 struct asn1_hdr hdr; in tls_process_ocsp_single_response() local 316 struct asn1_hdr hdr; in tls_process_ocsp_responses() local 348 struct asn1_hdr hdr; in tls_process_basic_ocsp_response() local 651 struct asn1_hdr hdr; in tls_process_ocsp_response() local
|
/hostap-latest/src/eap_common/ |
D | eap_common.c | 27 const struct eap_hdr *hdr; in eap_hdr_len_valid() local 69 const struct eap_hdr *hdr; in eap_hdr_validate() local 132 struct eap_hdr *hdr; in eap_msg_alloc() local 169 struct eap_hdr *hdr; in eap_update_len() local
|
/hostap-latest/wlantest/ |
D | ccmp.c | 18 static void ccmp_aad_nonce(const struct ieee80211_hdr *hdr, const u8 *data, in ccmp_aad_nonce() 90 static void ccmp_aad_nonce_pv1(const u8 *hdr, const u8 *a1, const u8 *a2, in ccmp_aad_nonce_pv1() 153 u8 * ccmp_decrypt(const u8 *tk, const struct ieee80211_hdr *hdr, in ccmp_decrypt() 214 struct ieee80211_hdr *hdr; in ccmp_encrypt() local 264 struct ieee80211_hdr *hdr; in ccmp_encrypt_pv1() local 298 u8 * ccmp_256_decrypt(const u8 *tk, const struct ieee80211_hdr *hdr, in ccmp_256_decrypt() 347 struct ieee80211_hdr *hdr; in ccmp_256_encrypt() local
|
D | process.c | 21 const struct ieee80211_hdr *hdr, in rx_get_sta() 90 static void rx_update_ps(struct wlantest *wt, const struct ieee80211_hdr *hdr, in rx_update_ps() 142 static int rx_duplicate(struct wlantest *wt, const struct ieee80211_hdr *hdr, in rx_duplicate() 181 static void rx_ack(struct wlantest *wt, const struct ieee80211_hdr *hdr) in rx_ack() 202 const struct ieee80211_hdr *hdr; in rx_frame() local
|
D | rx_eapol.c | 62 struct ieee802_1x_hdr *hdr; in check_mic() local 94 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_1_of_4() local 360 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_2_of_4() local 521 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data_rc4() 546 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data_aes() 577 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data() 936 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_3_of_4() local 1177 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_4_of_4() local 1247 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_1_of_2() local 1387 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_2_of_2() local [all …]
|
D | rx_data.c | 154 struct wpa_ptk *ptk, const struct ieee80211_hdr *hdr, in try_ptk() 194 const struct ieee80211_hdr *hdr, in try_all_ptk() 222 const struct ieee80211_hdr *hdr, in check_plaintext_prot() 239 const struct ieee80211_hdr *hdr, in rx_data_bss_prot_group() 380 const struct ieee80211_hdr *hdr, in try_ptk_decrypt() 404 const struct ieee80211_hdr *hdr, size_t hdrlen, in rx_data_bss_prot() 766 static void rx_data_bss(struct wlantest *wt, const struct ieee80211_hdr *hdr, in rx_data_bss() 909 const struct ieee80211_hdr *hdr; in rx_data() local
|
D | bip.c | 23 struct ieee80211_hdr *hdr; in bip_protect() local 80 struct ieee80211_hdr_s1g_beacon *hdr; in bip_protect_s1g_beacon() local 193 struct ieee80211_hdr *hdr; in bip_gmac_protect() local 260 struct ieee80211_hdr_s1g_beacon *hdr; in bip_gmac_protect_s1g_beacon() local
|
D | gcmp.c | 18 static void gcmp_aad_nonce(const struct ieee80211_hdr *hdr, const u8 *data, in gcmp_aad_nonce() 85 u8 * gcmp_decrypt(const u8 *tk, size_t tk_len, const struct ieee80211_hdr *hdr, in gcmp_decrypt() 132 struct ieee80211_hdr *hdr; in gcmp_encrypt() local
|
D | readpcap.c | 54 struct pcap_pkthdr *hdr; in read_cap_file() local 144 struct pcap_pkthdr *hdr; in read_wired_cap_file() local
|
D | tkip.c | 204 static void michael_mic(const u8 *key, const u8 *hdr, const u8 *data, in michael_mic() 256 static void michael_mic_hdr(const struct ieee80211_hdr *hdr11, u8 *hdr) in michael_mic_hdr() 292 u8 * tkip_decrypt(const u8 *tk, const struct ieee80211_hdr *hdr, in tkip_decrypt() 443 struct ieee80211_hdr *hdr; in tkip_encrypt() local
|
D | inject.c | 120 struct ieee80211_hdr *hdr; in wlantest_inject_prot_bc() local 168 struct ieee80211_hdr *hdr; in wlantest_inject_prot() local 279 struct ieee80211_hdr *hdr; in wlantest_inject() local
|
/hostap-latest/src/drivers/ |
D | driver_nl80211_monitor.c | 28 struct ieee80211_hdr *hdr; in handle_tx_callback() local 49 struct ieee80211_hdr *hdr = (void *)buf; in from_unknown_sta() local 70 struct ieee80211_hdr *hdr; in handle_frame() local
|
/hostap-latest/src/common/ |
D | dpp_tcp.c | 519 static struct wpabuf * dpp_tcp_encaps(const u8 *hdr, const u8 *buf, size_t len) in dpp_tcp_encaps() 535 static int dpp_relay_tx(struct dpp_connection *conn, const u8 *hdr, in dpp_relay_tx() 584 int dpp_relay_rx_action(struct dpp_global *dpp, const u8 *src, const u8 *hdr, in dpp_relay_rx_action() 740 const u8 *hdr, const u8 *buf, size_t len) in dpp_controller_rx_auth_req() 805 const u8 *hdr, const u8 *buf, size_t len) in dpp_controller_rx_auth_resp() 835 const u8 *hdr, const u8 *buf, size_t len) in dpp_controller_rx_auth_conf() 874 const u8 *hdr, const u8 *buf, in dpp_controller_rx_conf_result() 917 const u8 *hdr, const u8 *buf, in dpp_controller_rx_conn_status_result() 949 const u8 *hdr, const u8 *buf, in dpp_controller_rx_presence_announcement() 997 const u8 *hdr, const u8 *buf, in dpp_controller_rx_reconfig_announcement() [all …]
|
D | dpp_backup.c | 538 struct asn1_hdr hdr; in dpp_parse_recipient_infos() local 731 struct asn1_hdr hdr; in dpp_parse_encrypted_content_info() local 802 struct asn1_hdr hdr; in dpp_parse_enveloped_data() local 859 struct asn1_hdr hdr; in dpp_parse_one_asymmetric_key() local 1101 struct asn1_hdr hdr; in dpp_parse_dpp_asymmetric_key_package() local
|
/hostap-latest/src/crypto/ |
D | aes-eax.c | 29 const u8 *hdr, size_t hdr_len, in aes_128_eax_encrypt() 93 const u8 *hdr, size_t hdr_len, in aes_128_eax_decrypt()
|
D | crypto_linux.c | 454 struct cmsghdr *hdr; in linux_af_alg_skcipher_oper() local 545 struct cmsghdr *hdr; in rc4_skip() local 615 struct cmsghdr *hdr; in des_encrypt() local 682 struct cmsghdr *hdr; in aes_128_cbc_oper() local 791 struct cmsghdr *hdr; in aes_unwrap() local 868 struct cmsghdr *hdr; in crypto_cipher_init() local 935 struct cmsghdr *hdr; in crypto_cipher_oper() local
|
/hostap-latest/src/eap_server/ |
D | ikev2.c | 447 const struct ikev2_hdr *hdr, in ikev2_process_sa_init_encr() 482 const struct ikev2_hdr *hdr, in ikev2_process_sa_init() 712 const struct ikev2_hdr *hdr, in ikev2_process_sa_auth() 795 const struct ikev2_hdr *hdr; in ikev2_initiator_process() local 887 struct ikev2_hdr *hdr; in ikev2_build_hdr() local
|
/hostap-latest/src/ap/ |
D | dpp_hostapd.c | 1033 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_auth_req() 1407 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_auth_resp() 1460 const u8 *hdr, const u8 *buf, size_t len) in hostapd_dpp_rx_auth_conf() 1565 const u8 *hdr, const u8 *buf, size_t len) in hostapd_dpp_rx_conf_result() 1635 const u8 *src, const u8 *hdr, in hostapd_dpp_rx_conn_status_result() 1670 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_presence_announcement() 1757 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_reconfig_announcement() 1853 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_reconfig_auth_resp() 2159 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_pkex_exchange_req() 2290 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_pkex_commit_reveal_req() [all …]
|
/hostap-latest/src/radius/ |
D | radius_das.c | 39 struct radius_hdr *hdr; in radius_das_disconnect() local 201 struct radius_hdr *hdr; in radius_das_coa() local 407 struct radius_hdr *hdr; in radius_das_receive() local
|