Searched refs:TLS_PRE_MASTER_SECRET_LEN (Results 1 – 4 of 4) sorted by relevance
470 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()
596 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()
27 #define TLS_PRE_MASTER_SECRET_LEN 48 macro
45 TLS_PRE_MASTER_SECRET_LEN - 2)) in tls_derive_pre_master_secret()