Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 32) sorted by relevance

12

/hostap-latest/src/crypto/
Ddh_groups.c1241 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/
Dtlsv1_client_write.c339 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()
Dtlsv1_server_read.c706 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/
Dikev2.c35 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/
Dikev2.c39 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/
DMakefile19 $(Q)$(CC) $(LDFLAGS) -o $@ $(CFLAGS) -shared -rdynamic -fPIC $<
/hostap-latest/doc/
Dcode_structure.doxygen51 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)
Ddirectories.doxygen12 functionality that is shared between AP and station modes.
Dtesting_tools.doxygen60 -s<AS secret> = shared secret with the authentication server, default 'radius'
Dporting.doxygen53 implements the generic code that can be shared with all configuration
/hostap-latest/hs20/server/
Dsql.txt57 shared INTEGER,
Dsql-example.txt15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-…
Dspp_server.c1133 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/
DMakefile105 LDFLAGS += -shared
/hostap-latest/tests/hwsim/vm/
Dlinux.gdb64 echo as shared libraries, so just say 'y' if asked to make the\n
/hostap-latest/wpa_supplicant/
Ddefconfig383 # 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
Dandroid.config337 # 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
Dtodo.txt56 - make sure that TLS session cache is not shared between EAP types or if it
DREADME-Windows.txt25 - static WEP / shared key authentication
/hostap-latest/hostapd/
DREADME202 (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
DChangeLog166 * 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/
Dwpa_background.sgml57 EAP just like IEEE 802.1X is using or pre-shared keys without need
Deapol_test.sgml26 <arg>-s<replaceable>shared secret</replaceable></arg>
Dwpa_supplicant.conf.sgml20 including pre-shared keys. See the example configuration file,
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.ui144 <string>WPA/WPA2 pre-shared key or passphrase</string>

12