HomeSort by: relevance | last modified time | path
    Searched refs:PACKET_end (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
packettest.c 38 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN)
40 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN)
42 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN))
  /src/crypto/external/bsd/openssl/dist/test/
packettest.c 38 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN)
40 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN)
42 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN))
  /src/crypto/external/bsd/openssl.old/dist/test/
packettest.c 38 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN)
40 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN)
42 || !TEST_ptr_eq(PACKET_end(&pkt), smbuf + BUF_LEN))
  /src/crypto/external/apache2/openssl/dist/include/internal/
packet.h 47 * Specifically, we use PACKET_end() to verify that a d2i_... call
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
  /src/crypto/external/bsd/openssl/dist/include/internal/
packet.h 47 * Specifically, we use PACKET_end() to verify that a d2i_... call
50 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
packet_local.h 46 * Specifically, we use PACKET_end() to verify that a d2i_... call
49 static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
extensions_srvr.c 371 if (id_data != PACKET_end(&responder_id)) {
399 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
extensions_srvr.c 403 if (id_data != PACKET_end(&responder_id)) {
434 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) {
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_wire.c 888 const unsigned char *start = PACKET_data(pkt), *end = PACKET_end(pkt),
quic_wire_pkt.c 456 ptrs->raw_sample_len = PACKET_end(pkt) - ptrs->raw_sample;
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
extensions_srvr.c 395 if (id_data != PACKET_end(&responder_id)) {
422 if (s->ext.ocsp.exts == NULL || ext_data != PACKET_end(&exts)) {

Completed in 36 milliseconds