Home
last modified time | relevance | path

Searched defs:psk (Results 1 – 25 of 38) sorted by relevance

12

/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c38 static int eap_gpsk_gkdf_cmac(const u8 *psk /* Y */, in eap_gpsk_gkdf_cmac()
73 static int eap_gpsk_gkdf_sha256(const u8 *psk /* Y */, in eap_gpsk_gkdf_sha256()
109 const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_helper()
188 static int eap_gpsk_derive_keys_aes(const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_aes()
224 static int eap_gpsk_derive_keys_sha256(const u8 *psk, size_t psk_len, in eap_gpsk_derive_keys_sha256()
278 int eap_gpsk_derive_keys(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_keys()
345 const u8 *psk, const u8 *seed, in eap_gpsk_derive_mid_helper()
417 int eap_gpsk_derive_session_id(const u8 *psk, size_t psk_len, int vendor, in eap_gpsk_derive_session_id()
Deap_psk_common.c19 int eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk) in eap_psk_key_setup()
/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c39 struct hostapd_sta_wpa_psk_short *psk; member
77 static void copy_psk_list(struct hostapd_sta_wpa_psk_short **psk, in copy_psk_list()
103 struct hostapd_sta_wpa_psk_short **psk, in hostapd_acl_cache_get()
234 struct hostapd_sta_wpa_psk_short **psk, in hostapd_allowed_address()
426 struct hostapd_sta_wpa_psk_short *psk; in decode_tunnel_passwords() local
636 void hostapd_free_psk_list(struct hostapd_sta_wpa_psk_short *psk) in hostapd_free_psk_list()
Dap_config.c202 struct hostapd_wpa_psk *psk; in hostapd_config_read_wpa_psk() local
402 struct hostapd_wpa_psk *psk, *prev; in hostapd_config_free_bss() local
631 struct hostapd_wpa_psk *psk; in hostapd_get_psk() local
Dwpa_auth_glue.c194 const u8 *psk; in hostapd_wpa_auth_get_psk() local
Dsta_info.h100 struct hostapd_sta_wpa_psk_short *psk; member
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_passphrase.c17 unsigned char psk[32]; in main() local
Dibss_rsn.h50 u8 psk[PMK_LEN]; member
Dibss_rsn.c203 const u8 *psk) in ibss_rsn_supp_init()
819 void ibss_rsn_set_psk(struct ibss_rsn *ibss_rsn, const u8 *psk) in ibss_rsn_set_psk()
Dconfig_ssid.h40 u8 psk[32]; member
136 u8 psk[32]; member
Dp2p_supplicant.c788 char psk[65]; in wpas_group_formation_completed() local
926 struct psk_list_entry *psk; in wpas_p2p_add_psk_list() local
984 char psk[65]; in p2p_go_configured() local
5277 char psk[65]; in wpas_p2p_completed() local
6120 struct psk_list_entry *psk, *tmp; in wpas_p2p_remove_psk_entry() local
6145 const u8 *psk, size_t psk_len) in wpas_p2p_new_psk_cb()
6262 struct hostapd_wpa_psk *psk, *prev, *rem; in wpas_p2p_remove_client_go() local
Dconfig_file.c621 struct psk_list_entry *psk; in write_psk_list() local
Dwpa_supplicant.c1126 u8 psk[PMK_LEN]; in wpa_supplicant_set_suites() local
1139 u8 psk[PMK_LEN]; in wpa_supplicant_set_suites() local
Dap.c372 const u8 *psk, size_t psk_len) in ap_new_psk_cb()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_psk.c58 struct eap_psk_hdr_1 *psk; in eap_psk_build_1() local
93 struct eap_psk_hdr_3 *psk; in eap_psk_build_3() local
/external/ipsec-tools/src/racoon/
Dprivsep.c468 vchar_t *psk; in privsep_init() local
894 vchar_t *psk; local
/external/chromium_org/third_party/openssl/openssl/ssl/
Dssltest.c2473 static int psk_key2bn(const char *pskkey, unsigned char *psk, in psk_key2bn()
2500 unsigned int max_identity_len, unsigned char *psk, in psk_client_callback()
2520 unsigned char *psk, unsigned int max_psk_len) in psk_server_callback()
Dssl_lib.c3263 char *identity, unsigned int max_identity_len, unsigned char *psk, in SSL_set_psk_client_callback()
3271 char *identity, unsigned int max_identity_len, unsigned char *psk, in SSL_CTX_set_psk_client_callback()
3279 unsigned char *psk, unsigned int max_psk_len)) in SSL_set_psk_server_callback()
3286 unsigned char *psk, unsigned int max_psk_len)) in SSL_CTX_set_psk_server_callback()
/external/openssl/ssl/
Dssltest.c2473 static int psk_key2bn(const char *pskkey, unsigned char *psk, in psk_key2bn()
2500 unsigned int max_identity_len, unsigned char *psk, in psk_client_callback()
2520 unsigned char *psk, unsigned int max_psk_len) in psk_server_callback()
Dssl_lib.c3343 char *identity, unsigned int max_identity_len, unsigned char *psk, in SSL_set_psk_client_callback()
3351 char *identity, unsigned int max_identity_len, unsigned char *psk, in SSL_CTX_set_psk_client_callback()
3359 unsigned char *psk, unsigned int max_psk_len)) in SSL_set_psk_server_callback()
3366 unsigned char *psk, unsigned int max_psk_len)) in SSL_CTX_set_psk_server_callback()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c27 u8 psk[PMK_LEN]; member
/external/wpa_supplicant_8/src/eap_peer/
Deap_gpsk.c34 u8 *psk; member
/external/chromium_org/third_party/openssl/openssl/apps/
Ds_client.c227 unsigned int max_identity_len, unsigned char *psk, in psk_client_cb()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h93 u8 psk[32]; member
/external/openssl/apps/
Ds_client.c227 unsigned int max_identity_len, unsigned char *psk, in psk_client_cb()

12