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

  /external/wpa_supplicant_8/src/tls/
tlsv1_server_i.h 28 u8 master_secret[TLS_MASTER_SECRET_LEN];
tlsv1_client_i.h 27 u8 master_secret[TLS_MASTER_SECRET_LEN];
tlsv1_client.c 67 conn->master_secret, TLS_MASTER_SECRET_LEN)) {
73 conn->master_secret, TLS_MASTER_SECRET_LEN);
82 conn->master_secret, TLS_MASTER_SECRET_LEN,
541 conn->master_secret, TLS_MASTER_SECRET_LEN,
tlsv1_common.h 28 #define TLS_MASTER_SECRET_LEN 48
tlsv1_server.c 74 conn->master_secret, TLS_MASTER_SECRET_LEN)) {
80 conn->master_secret, TLS_MASTER_SECRET_LEN);
88 conn->master_secret, TLS_MASTER_SECRET_LEN,
487 conn->master_secret, TLS_MASTER_SECRET_LEN,
tlsv1_client_write.c 689 conn->master_secret, TLS_MASTER_SECRET_LEN,
tlsv1_server_write.c 761 conn->master_secret, TLS_MASTER_SECRET_LEN,
tlsv1_client_read.c 957 conn->master_secret, TLS_MASTER_SECRET_LEN,
tlsv1_server_read.c 1121 conn->master_secret, TLS_MASTER_SECRET_LEN,
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 72 #define TLS_MASTER_SECRET_LEN 48
89 seed, sizeof(seed), master_secret, TLS_MASTER_SECRET_LEN);
92 master_secret, TLS_MASTER_SECRET_LEN);

Completed in 597 milliseconds