| /hostap-latest/src/crypto/ |
| D | dh_groups.c | 1241 struct wpabuf *shared; in dh_derive_shared() local 1248 shared = wpabuf_alloc(shared_len); in dh_derive_shared() 1249 if (shared == NULL) in dh_derive_shared() 1257 wpabuf_mhead(shared), &shared_len) < 0) { in dh_derive_shared() 1258 wpabuf_clear_free(shared); in dh_derive_shared() 1262 wpabuf_put(shared, shared_len); in dh_derive_shared() 1263 wpa_hexdump_buf_key(MSG_DEBUG, "DH: shared key", shared); in dh_derive_shared() 1265 return shared; in dh_derive_shared()
|
| /hostap-latest/src/tls/ |
| D | tlsv1_client_write.c | 339 u8 *csecret, *csecret_start, *dh_yc, *shared; in tlsv1_key_x_dh() local 419 shared = os_malloc(shared_len); in tlsv1_key_x_dh() 420 if (shared == NULL) { in tlsv1_key_x_dh() 433 shared, &shared_len)) { in tlsv1_key_x_dh() 437 os_free(shared); in tlsv1_key_x_dh() 441 shared, shared_len); in tlsv1_key_x_dh() 445 if (tls_derive_keys(conn, shared, shared_len)) { in tlsv1_key_x_dh() 449 os_free(shared); in tlsv1_key_x_dh() 452 os_memset(shared, 0, shared_len); in tlsv1_key_x_dh() 453 os_free(shared); in tlsv1_key_x_dh()
|
| D | tlsv1_server_read.c | 706 u8 *shared; in tls_process_client_key_exchange_dh() local 765 shared = os_malloc(shared_len); in tls_process_client_key_exchange_dh() 766 if (shared == NULL) { in tls_process_client_key_exchange_dh() 777 shared, &shared_len)) { in tls_process_client_key_exchange_dh() 778 os_free(shared); in tls_process_client_key_exchange_dh() 784 shared, shared_len); in tls_process_client_key_exchange_dh() 790 res = tlsv1_server_derive_keys(conn, shared, shared_len); in tls_process_client_key_exchange_dh() 793 os_memset(shared, 0, shared_len); in tls_process_client_key_exchange_dh() 794 os_free(shared); in tls_process_client_key_exchange_dh()
|
| /hostap-latest/src/eap_peer/ |
| D | ikev2.c | 35 struct wpabuf *shared; in ikev2_derive_keys() local 53 shared = dh_derive_shared(data->i_dh_public, data->r_dh_private, in ikev2_derive_keys() 55 if (shared == NULL) in ikev2_derive_keys() 63 wpabuf_free(shared); in ikev2_derive_keys() 78 pad_len = data->dh->prime_len - wpabuf_len(shared); in ikev2_derive_keys() 81 wpabuf_free(shared); in ikev2_derive_keys() 88 addr[1] = wpabuf_head(shared); in ikev2_derive_keys() 89 len[1] = wpabuf_len(shared); in ikev2_derive_keys() 92 wpabuf_free(shared); in ikev2_derive_keys() 98 wpabuf_free(shared); in ikev2_derive_keys()
|
| /hostap-latest/src/eap_server/ |
| D | ikev2.c | 39 struct wpabuf *shared; in ikev2_derive_keys() local 57 shared = dh_derive_shared(data->r_dh_public, data->i_dh_private, in ikev2_derive_keys() 59 if (shared == NULL) in ikev2_derive_keys() 67 wpabuf_free(shared); in ikev2_derive_keys() 83 pad_len = data->dh->prime_len - wpabuf_len(shared); in ikev2_derive_keys() 86 wpabuf_free(shared); in ikev2_derive_keys() 92 addr[1] = wpabuf_head(shared); in ikev2_derive_keys() 93 len[1] = wpabuf_len(shared); in ikev2_derive_keys() 96 wpabuf_free(shared); in ikev2_derive_keys() 102 wpabuf_free(shared); in ikev2_derive_keys()
|
| /hostap-latest/tests/hwsim/tnc/ |
| D | Makefile | 19 $(Q)$(CC) $(LDFLAGS) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $<
|
| /hostap-latest/doc/ |
| D | code_structure.doxygen | 51 wpa_supplicant uses generic helper functions some of which are shared 62 Definitions shared by multiple files 98 PBKDF2-SHA-1 (ASCII passphrase to shared secret)
|
| D | directories.doxygen | 12 functionality that is shared between AP and station modes.
|
| D | testing_tools.doxygen | 60 -s<AS secret> = shared secret with the authentication server, default 'radius'
|
| D | porting.doxygen | 53 implements the generic code that can be shared with all configuration
|
| /hostap-latest/hs20/server/ |
| D | sql.txt | 57 shared INTEGER,
|
| D | sql-example.txt | 15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-…
|
| D | spp_server.c | 1133 int shared = 0; in hs20_subscription_remediation() local 1136 shared = atoi(val); in hs20_subscription_remediation() 1138 if (shared) { in hs20_subscription_remediation()
|
| /hostap-latest/eap_example/ |
| D | Makefile | 105 LDFLAGS += -shared
|
| /hostap-latest/tests/hwsim/vm/ |
| D | linux.gdb | 64 echo as shared libraries, so just say 'y' if asked to make the\n
|
| /hostap-latest/wpa_supplicant/ |
| D | defconfig | 383 # Add support for loading EAP methods dynamically as shared libraries. 386 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to 391 # Note that some shared parts of EAP methods are included in the main program 396 # of the shared code. Similarly, at least one of EAP-SIM/AKA must be included 614 # FILS shared key authentication with PFS
|
| D | android.config | 337 # Add support for loading EAP methods dynamically as shared libraries. 340 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to 345 # Note that some shared parts of EAP methods are included in the main program 350 # of the shared code. Similarly, at least one of EAP-SIM/AKA must be included
|
| D | todo.txt | 56 - make sure that TLS session cache is not shared between EAP types or if it
|
| D | README-Windows.txt | 25 - static WEP / shared key authentication
|
| /hostap-latest/hostapd/ |
| D | README | 202 (shared by all authenticated stations) with wep_key_len_broadcast 264 IEEE 802.1X is using or pre-shared keys without need for additional 313 # WPA pre-shared keys for WPA-PSK. This can be either entered as a 256-bit
|
| D | ChangeLog | 166 * added support for FILS (IEEE 802.11ai) shared key authentication 213 - added support for OSEN connection in a shared RSN BSS 790 * use shared driver wrapper files with wpa_supplicant 925 only shared key/password authentication is supported in this version 1014 draft-clancy-emu-eap-shared-secret-00.txt) 1242 * added support for multiple WPA pre-shared keys (e.g., one for each 1243 client MAC address or keys shared by a group of clients);
|
| /hostap-latest/wpa_supplicant/doc/docbook/ |
| D | wpa_background.sgml | 57 EAP just like IEEE 802.1X is using or pre-shared keys without need
|
| D | eapol_test.sgml | 26 <arg>-s<replaceable>shared secret</replaceable></arg>
|
| D | wpa_supplicant.conf.sgml | 20 including pre-shared keys. See the example configuration file,
|
| /hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
| D | networkconfig.ui | 144 <string>WPA/WPA2 pre-shared key or passphrase</string>
|