HomeSort by relevance Sort by last modified time
    Searched refs:TLS_MASTER_SECRET_LEN (Results 1 - 12 of 12) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_server_i.h 34 u8 master_secret[TLS_MASTER_SECRET_LEN];
tlsv1_client_i.h 33 u8 master_secret[TLS_MASTER_SECRET_LEN];
tlsv1_client.c 72 conn->master_secret, TLS_MASTER_SECRET_LEN)) {
78 conn->master_secret, TLS_MASTER_SECRET_LEN);
85 if (tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
424 return tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
576 keys->master_key_len = TLS_MASTER_SECRET_LEN;
tlsv1_server.c 54 conn->master_secret, TLS_MASTER_SECRET_LEN)) {
60 conn->master_secret, TLS_MASTER_SECRET_LEN);
67 if (tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
415 return tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
517 keys->master_key_len = TLS_MASTER_SECRET_LEN;
tlsv1_common.h 23 #define TLS_MASTER_SECRET_LEN 48
tlsv1_client_write.c 627 if (tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
tlsv1_server_write.c 619 if (tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
tlsv1_client_read.c 840 if (tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
tlsv1_server_read.c 1051 if (tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_fast_common.c 78 #define TLS_MASTER_SECRET_LEN 48
95 seed, sizeof(seed), master_secret, TLS_MASTER_SECRET_LEN);
98 master_secret, TLS_MASTER_SECRET_LEN);
  /external/wpa_supplicant/
tlsv1_common.h 21 #define TLS_MASTER_SECRET_LEN 48
tlsv1_client.c 46 u8 master_secret[TLS_MASTER_SECRET_LEN];
1038 if (tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
1092 conn->master_secret, TLS_MASTER_SECRET_LEN)) {
1098 conn->master_secret, TLS_MASTER_SECRET_LEN);
1105 if (tls_prf(conn->master_secret, TLS_MASTER_SECRET_LEN,
    [all...]

Completed in 75 milliseconds