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