Home
last modified time | relevance | path

Searched refs:TLS_PRE_MASTER_SECRET_LEN (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_client_write.c470 u8 pre_master_secret[TLS_PRE_MASTER_SECRET_LEN]; in tlsv1_key_x_rsa()
476 TLS_PRE_MASTER_SECRET_LEN)) { in tlsv1_key_x_rsa()
497 pre_master_secret, TLS_PRE_MASTER_SECRET_LEN, in tlsv1_key_x_rsa()
499 os_memset(pre_master_secret, 0, TLS_PRE_MASTER_SECRET_LEN); in tlsv1_key_x_rsa()
Dtlsv1_server_read.c596 out = os_malloc(outlen >= TLS_PRE_MASTER_SECRET_LEN ? in tls_process_client_key_exchange_rsa()
597 outlen : TLS_PRE_MASTER_SECRET_LEN); in tls_process_client_key_exchange_rsa()
631 if (!use_random && outlen != TLS_PRE_MASTER_SECRET_LEN) { in tls_process_client_key_exchange_rsa()
645 outlen = TLS_PRE_MASTER_SECRET_LEN; in tls_process_client_key_exchange_rsa()
Dtlsv1_common.h27 #define TLS_PRE_MASTER_SECRET_LEN 48 macro
Dtlsv1_client.c45 TLS_PRE_MASTER_SECRET_LEN - 2)) in tls_derive_pre_master_secret()