/hostap/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/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/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 356 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_2_of_4() local 517 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data_rc4() 542 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data_aes() 573 const struct wpa_eapol_key *hdr, in decrypt_eapol_key_data() 901 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_3_of_4() local 1142 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_4_of_4() local 1212 const struct wpa_eapol_key *hdr; in rx_data_eapol_key_1_of_2() local 1352 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() 81 u8 * gcmp_decrypt(const u8 *tk, size_t tk_len, const struct ieee80211_hdr *hdr, in gcmp_decrypt() 128 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/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 | 539 struct asn1_hdr hdr; in dpp_parse_recipient_infos() local 732 struct asn1_hdr hdr; in dpp_parse_encrypted_content_info() local 803 struct asn1_hdr hdr; in dpp_parse_enveloped_data() local 860 struct asn1_hdr hdr; in dpp_parse_one_asymmetric_key() local 1102 struct asn1_hdr hdr; in dpp_parse_dpp_asymmetric_key_package() local
|
/hostap/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/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/src/ap/ |
D | dpp_hostapd.c | 1033 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_auth_req() 1425 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_auth_resp() 1478 const u8 *hdr, const u8 *buf, size_t len) in hostapd_dpp_rx_auth_conf() 1583 const u8 *hdr, const u8 *buf, size_t len) in hostapd_dpp_rx_conf_result() 1653 const u8 *src, const u8 *hdr, in hostapd_dpp_rx_conn_status_result() 1688 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_presence_announcement() 1775 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_reconfig_announcement() 1871 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_reconfig_auth_resp() 2188 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_pkex_exchange_req() 2319 const u8 *hdr, const u8 *buf, size_t len, in hostapd_dpp_rx_pkex_commit_reveal_req() [all …]
|
/hostap/src/rsn_supp/ |
D | wpa_ie.c | 50 struct wpa_ie_hdr *hdr; in wpa_gen_wpa_ie_wpa() local 139 struct rsn_ie_hdr *hdr; in wpa_gen_wpa_ie_rsn() local
|
/hostap/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
|