Symbol: PACKET_get_bytes
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
169
if (!PACKET_get_bytes(pkt, &in, 5))
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
233
if (!PACKET_get_bytes(pkt, &in, 4))
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
331
if (!PACKET_get_bytes(pkt, &in, 3))
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
435
if (!PACKET_get_bytes(pkt, &in, 13))
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
520
if (!PACKET_get_bytes(pkt, &in, 10))
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
600
if (!PACKET_get_bytes(pkt, &in, 9))
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
870
if (!PACKET_get_bytes(pkt, &in, omega)
crypto/openssl/crypto/ml_dsa/ml_dsa_encoders.c
871
|| !PACKET_get_bytes(pkt, &limits, k))
crypto/openssl/crypto/slh_dsa/slh_dsa.c
102
|| !PACKET_get_bytes(rpkt, &md, md_len)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
178
if (!PACKET_get_bytes(sig_rpkt, &r, n))
crypto/openssl/crypto/slh_dsa/slh_dsa.c
196
|| !PACKET_get_bytes(m_digest_rpkt, &md, md_len)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
355
if (!PACKET_get_bytes(rpkt, &tree_id_bytes, tree_id_len)
crypto/openssl/crypto/slh_dsa/slh_dsa.c
356
|| !PACKET_get_bytes(rpkt, &leaf_id_bytes, leaf_id_len))
crypto/openssl/crypto/slh_dsa/slh_fors.c
252
if (!PACKET_get_bytes(fors_sig_rpkt, &sk, n)
crypto/openssl/crypto/slh_dsa/slh_fors.c
261
if (!PACKET_get_bytes(fors_sig_rpkt, &authj, n))
crypto/openssl/crypto/slh_dsa/slh_wots.c
297
if (!PACKET_get_bytes(sig_rpkt, &sig_i, n)
crypto/openssl/crypto/slh_dsa/slh_xmss.c
165
if (!PACKET_get_bytes(sig_rpkt, &auth_path, n))
crypto/openssl/include/internal/packet.h
520
if (!PACKET_get_1(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
crypto/openssl/include/internal/packet.h
541
if (!PACKET_get_1(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length) || PACKET_remaining(&tmp) != 0) {
crypto/openssl/include/internal/packet.h
566
if (!PACKET_get_net_2(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
crypto/openssl/include/internal/packet.h
588
if (!PACKET_get_net_2(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length) || PACKET_remaining(&tmp) != 0) {
crypto/openssl/include/internal/packet.h
612
if (!PACKET_get_net_3(&tmp, &length) || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
crypto/openssl/include/internal/packet_quic.h
107
if (!PACKET_get_quic_vlint(&tmp, &length) || length > SIZE_MAX || !PACKET_get_bytes(&tmp, &data, (size_t)length)) {
crypto/openssl/ssl/quic/quic_wire.c
878
if (!PACKET_get_bytes(pkt, (const unsigned char **)&f->reason,
crypto/openssl/ssl/quic/quic_wire.c
928
|| !PACKET_get_bytes(pkt, (const unsigned char **)&b, (size_t)len_))
crypto/openssl/ssl/quic/quic_wire_pkt.c
378
|| !PACKET_get_bytes(pkt, &hdr->token, (size_t)token_len))
crypto/openssl/ssl/statem/extensions_clnt.c
1337
if (!PACKET_get_bytes(pkt, &data, s->s3.previous_client_finished_len)
crypto/openssl/ssl/statem/extensions_clnt.c
1345
if (!PACKET_get_bytes(pkt, &data, s->s3.previous_server_finished_len)
crypto/openssl/ssl/statem/extensions_srvr.c
2352
if (!PACKET_get_bytes(&supported_cert_types, &data, len)) {
crypto/openssl/ssl/statem/extensions_srvr.c
2416
if (!PACKET_get_bytes(&supported_cert_types, &data, len)) {
crypto/openssl/ssl/statem/extensions_srvr.c
52
|| !PACKET_get_bytes(pkt, &data, ilen)) {
crypto/openssl/ssl/statem/statem_clnt.c
1526
if (!PACKET_get_bytes(pkt, &cipherchars, TLS_CIPHER_LEN)) {
crypto/openssl/ssl/statem/statem_clnt.c
2027
|| !PACKET_get_bytes(pkt, &certbytes, cert_len)) {
crypto/openssl/ssl/statem/statem_lib.c
1276
if (!PACKET_get_bytes(pkt, &spki, spki_len)) {
crypto/openssl/ssl/statem/statem_lib.c
2708
|| !PACKET_get_bytes(&cadns, &namebytes, name_len)) {
crypto/openssl/ssl/statem/statem_lib.c
522
if (!PACKET_get_bytes(pkt, &data, len)) {
crypto/openssl/ssl/statem/statem_srvr.c
3115
if (!PACKET_get_bytes(pkt, &data, i)) {
crypto/openssl/ssl/statem/statem_srvr.c
3164
if (!PACKET_get_1(pkt, &i) || !PACKET_get_bytes(pkt, &data, i)
crypto/openssl/ssl/statem/statem_srvr.c
3207
|| !PACKET_get_bytes(pkt, &data, i)) {
crypto/openssl/ssl/statem/statem_srvr.c
3694
|| !PACKET_get_bytes(&spkt, &certbytes, l)) {
crypto/openssl/test/packettest.c
160
|| !TEST_true(PACKET_get_bytes(&pkt, &bytes, 4))
crypto/openssl/test/packettest.c
167
|| !TEST_true(PACKET_get_bytes(&pkt, &bytes, 4))
crypto/openssl/test/packettest.c
293
|| !TEST_true(PACKET_get_bytes(&pkt, &byte, 1))
crypto/openssl/test/packettest.c
296
|| !TEST_true(PACKET_get_bytes(&pkt, &byte, 1))