Lines Matching refs:PACKET_data
1424 && memcmp(hrrrandom, PACKET_data(pkt), SSL3_RANDOM_SIZE) == 0) { in tls_process_server_hello()
1500 || memcmp(PACKET_data(&session_id), s->tmp_session_id, in tls_process_server_hello()
1589 && memcmp(PACKET_data(&session_id), s->session->session_id, in tls_process_server_hello()
1630 memcpy(s->session->session_id, PACKET_data(&session_id), in tls_process_server_hello()
2048 BN_bin2bn(PACKET_data(&prime), in tls_process_ske_srp()
2051 BN_bin2bn(PACKET_data(&generator), in tls_process_ske_srp()
2054 BN_bin2bn(PACKET_data(&salt), in tls_process_ske_srp()
2057 BN_bin2bn(PACKET_data(&server_pub), in tls_process_ske_srp()
2110 p = BN_bin2bn(PACKET_data(&prime), (int)PACKET_remaining(&prime), NULL); in tls_process_ske_dhe()
2111 g = BN_bin2bn(PACKET_data(&generator), (int)PACKET_remaining(&generator), in tls_process_ske_dhe()
2113 bnpub_key = BN_bin2bn(PACKET_data(&pub_key), in tls_process_ske_dhe()
2229 PACKET_data(&encoded_pt), in tls_process_ske_ecdhe()
2396 tbslen = construct_key_exchange_tbs(s, &tbs, PACKET_data(¶ms), in tls_process_key_exchange()
2403 rv = EVP_DigestVerify(md_ctx, PACKET_data(&signature), in tls_process_key_exchange()
2733 PACKET_data(&nonce), in tls_process_new_session_ticket()