Lines Matching refs:PACKET_data
1399 && memcmp(hrrrandom, PACKET_data(pkt), SSL3_RANDOM_SIZE) == 0) { in tls_process_server_hello()
1471 || memcmp(PACKET_data(&session_id), s->tmp_session_id, in tls_process_server_hello()
1556 && memcmp(PACKET_data(&session_id), s->session->session_id, in tls_process_server_hello()
1596 memcpy(s->session->session_id, PACKET_data(&session_id), in tls_process_server_hello()
1994 BN_bin2bn(PACKET_data(&prime), in tls_process_ske_srp()
1997 BN_bin2bn(PACKET_data(&generator), in tls_process_ske_srp()
2000 BN_bin2bn(PACKET_data(&salt), in tls_process_ske_srp()
2003 BN_bin2bn(PACKET_data(&server_pub), in tls_process_ske_srp()
2042 p = BN_bin2bn(PACKET_data(&prime), (int)PACKET_remaining(&prime), NULL); in tls_process_ske_dhe()
2043 g = BN_bin2bn(PACKET_data(&generator), (int)PACKET_remaining(&generator), in tls_process_ske_dhe()
2045 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe()
2157 PACKET_data(&encoded_pt), in tls_process_ske_ecdhe()
2295 tbslen = construct_key_exchange_tbs(s, &tbs, PACKET_data(¶ms), in tls_process_key_exchange()
2302 rv = EVP_DigestVerify(md_ctx, PACKET_data(&signature), in tls_process_key_exchange()
2608 PACKET_data(&nonce), in tls_process_new_session_ticket()