Lines Matching refs:PACKET_data
1481 && memcmp(hrrrandom, PACKET_data(pkt), SSL3_RANDOM_SIZE) == 0) { in tls_process_server_hello()
1558 || memcmp(PACKET_data(&session_id), s->tmp_session_id, in tls_process_server_hello()
1644 && memcmp(PACKET_data(&session_id), s->session->session_id, in tls_process_server_hello()
1684 memcpy(s->session->session_id, PACKET_data(&session_id), in tls_process_server_hello()
2217 BN_bin2bn(PACKET_data(&prime), in tls_process_ske_srp()
2220 BN_bin2bn(PACKET_data(&generator), in tls_process_ske_srp()
2223 BN_bin2bn(PACKET_data(&salt), in tls_process_ske_srp()
2226 BN_bin2bn(PACKET_data(&server_pub), in tls_process_ske_srp()
2266 p = BN_bin2bn(PACKET_data(&prime), (int)PACKET_remaining(&prime), NULL); in tls_process_ske_dhe()
2267 g = BN_bin2bn(PACKET_data(&generator), (int)PACKET_remaining(&generator), in tls_process_ske_dhe()
2269 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe()
2381 PACKET_data(&encoded_pt), in tls_process_ske_ecdhe()
2520 tbslen = construct_key_exchange_tbs(s, &tbs, PACKET_data(¶ms), in tls_process_key_exchange()
2527 rv = EVP_DigestVerify(md_ctx, PACKET_data(&signature), in tls_process_key_exchange()
2842 PACKET_data(&nonce), in tls_process_new_session_ticket()