Home
last modified time | relevance | path

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

/hostap-3.7.0/src/tls/
Dtlsv1_client_write.c461 u8 pre_master_secret[TLS_PRE_MASTER_SECRET_LEN]; in tlsv1_key_x_rsa()
467 TLS_PRE_MASTER_SECRET_LEN)) { in tlsv1_key_x_rsa()
488 pre_master_secret, TLS_PRE_MASTER_SECRET_LEN, in tlsv1_key_x_rsa()
490 os_memset(pre_master_secret, 0, TLS_PRE_MASTER_SECRET_LEN); in tlsv1_key_x_rsa()
Dtlsv1_server_read.c624 out = os_malloc(outlen >= TLS_PRE_MASTER_SECRET_LEN ? in tls_process_client_key_exchange_rsa()
625 outlen : TLS_PRE_MASTER_SECRET_LEN); in tls_process_client_key_exchange_rsa()
659 if (!use_random && outlen != TLS_PRE_MASTER_SECRET_LEN) { in tls_process_client_key_exchange_rsa()
673 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.c69 TLS_PRE_MASTER_SECRET_LEN - 2)) in tls_derive_pre_master_secret()