Searched refs:TLS_PRE_MASTER_SECRET_LEN (Results 1 – 4 of 4) sorted by relevance
326 u8 pre_master_secret[TLS_PRE_MASTER_SECRET_LEN]; in tlsv1_key_x_rsa()332 TLS_PRE_MASTER_SECRET_LEN)) { in tlsv1_key_x_rsa()353 pre_master_secret, TLS_PRE_MASTER_SECRET_LEN, in tlsv1_key_x_rsa()355 os_memset(pre_master_secret, 0, TLS_PRE_MASTER_SECRET_LEN); in tlsv1_key_x_rsa()
510 out = os_malloc(outlen >= TLS_PRE_MASTER_SECRET_LEN ? in tls_process_client_key_exchange_rsa()511 outlen : TLS_PRE_MASTER_SECRET_LEN); in tls_process_client_key_exchange_rsa()545 if (!use_random && outlen != TLS_PRE_MASTER_SECRET_LEN) { in tls_process_client_key_exchange_rsa()559 outlen = TLS_PRE_MASTER_SECRET_LEN; in tls_process_client_key_exchange_rsa()
27 #define TLS_PRE_MASTER_SECRET_LEN 48 macro
44 TLS_PRE_MASTER_SECRET_LEN - 2)) in tls_derive_pre_master_secret()