/external/wpa_supplicant_8/hostapd/src/eap_common/ |
H A D | eap_fast_common.h | 99 const u8 *client_random, u8 *master_secret);
|
H A D | eap_fast_common.c | 69 const u8 *client_random, u8 *master_secret) 82 * master_secret = T-PRF(PAC-Key, "PAC to master secret label hash", 89 seed, sizeof(seed), master_secret, TLS_MASTER_SECRET_LEN); 91 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: master_secret", 92 master_secret, TLS_MASTER_SECRET_LEN); 68 eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random, const u8 *client_random, u8 *master_secret) argument
|
/external/wpa_supplicant_8/hostapd/src/tls/ |
H A D | tlsv1_server.h | 42 const u8 *server_random, u8 *master_secret);
|
H A D | tlsv1_client.h | 48 const u8 *server_random, u8 *master_secret);
|
H A D | tlsv1_client_i.h | 27 u8 master_secret[TLS_MASTER_SECRET_LEN]; member in struct:tlsv1_client
|
H A D | tlsv1_server_i.h | 28 u8 master_secret[TLS_MASTER_SECRET_LEN]; member in struct:tlsv1_server
|
H A D | tlsv1_client.c | 68 conn->master_secret, TLS_MASTER_SECRET_LEN)) { 70 "master_secret"); 73 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: master_secret", 74 conn->master_secret, TLS_MASTER_SECRET_LEN); 83 conn->master_secret, TLS_MASTER_SECRET_LEN, 542 conn->master_secret, TLS_MASTER_SECRET_LEN,
|
H A D | tlsv1_server.c | 74 conn->master_secret, TLS_MASTER_SECRET_LEN)) { 76 "master_secret"); 79 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: master_secret", 80 conn->master_secret, TLS_MASTER_SECRET_LEN); 88 conn->master_secret, TLS_MASTER_SECRET_LEN, 487 conn->master_secret, TLS_MASTER_SECRET_LEN,
|
/external/wpa_supplicant_8/src/eap_common/ |
H A D | eap_fast_common.h | 99 const u8 *client_random, u8 *master_secret);
|
H A D | eap_fast_common.c | 69 const u8 *client_random, u8 *master_secret) 82 * master_secret = T-PRF(PAC-Key, "PAC to master secret label hash", 89 seed, sizeof(seed), master_secret, TLS_MASTER_SECRET_LEN); 91 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: master_secret", 92 master_secret, TLS_MASTER_SECRET_LEN); 68 eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random, const u8 *client_random, u8 *master_secret) argument
|
/external/wpa_supplicant_8/src/tls/ |
H A D | tlsv1_server.h | 42 const u8 *server_random, u8 *master_secret);
|
H A D | tlsv1_client.h | 48 const u8 *server_random, u8 *master_secret);
|
H A D | tlsv1_client_i.h | 27 u8 master_secret[TLS_MASTER_SECRET_LEN]; member in struct:tlsv1_client
|
H A D | tlsv1_server_i.h | 28 u8 master_secret[TLS_MASTER_SECRET_LEN]; member in struct:tlsv1_server
|
H A D | tlsv1_client.c | 68 conn->master_secret, TLS_MASTER_SECRET_LEN)) { 70 "master_secret"); 73 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: master_secret", 74 conn->master_secret, TLS_MASTER_SECRET_LEN); 83 conn->master_secret, TLS_MASTER_SECRET_LEN, 542 conn->master_secret, TLS_MASTER_SECRET_LEN,
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/ |
H A D | eap_fast_common.h | 99 const u8 *client_random, u8 *master_secret);
|
H A D | eap_fast_common.c | 69 const u8 *client_random, u8 *master_secret) 82 * master_secret = T-PRF(PAC-Key, "PAC to master secret label hash", 89 seed, sizeof(seed), master_secret, TLS_MASTER_SECRET_LEN); 91 wpa_hexdump_key(MSG_DEBUG, "EAP-FAST: master_secret", 92 master_secret, TLS_MASTER_SECRET_LEN); 68 eap_fast_derive_master_secret(const u8 *pac_key, const u8 *server_random, const u8 *client_random, u8 *master_secret) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/tls/ |
H A D | tlsv1_server.h | 42 const u8 *server_random, u8 *master_secret);
|
H A D | tlsv1_client.h | 48 const u8 *server_random, u8 *master_secret);
|
H A D | tlsv1_client_i.h | 27 u8 master_secret[TLS_MASTER_SECRET_LEN]; member in struct:tlsv1_client
|
H A D | tlsv1_server_i.h | 28 u8 master_secret[TLS_MASTER_SECRET_LEN]; member in struct:tlsv1_server
|
H A D | tlsv1_client.c | 68 conn->master_secret, TLS_MASTER_SECRET_LEN)) { 70 "master_secret"); 73 wpa_hexdump_key(MSG_MSGDUMP, "TLSv1: master_secret", 74 conn->master_secret, TLS_MASTER_SECRET_LEN); 83 conn->master_secret, TLS_MASTER_SECRET_LEN, 542 conn->master_secret, TLS_MASTER_SECRET_LEN,
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
H A D | HandshakeProtocolTest.java | 121 assertEquals(48, hs_protocol.session.master_secret.length); 165 assertEquals(48, hs_protocol.session.master_secret.length);
|
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | tls.h | 563 const u8 *server_random, u8 *master_secret);
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | tls.h | 563 const u8 *server_random, u8 *master_secret);
|