Symbol: CBS_get_u8_length_prefixed
crypto/libressl/crypto/bytestring/bytestring.h
159
int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out);
crypto/libressl/ssl/bytestring.h
159
int CBS_get_u8_length_prefixed(CBS *cbs, CBS *out);
crypto/libressl/ssl/ssl_clnt.c
1250
if (!CBS_get_u8_length_prefixed(cbs, &public))
crypto/libressl/ssl/ssl_clnt.c
1480
if (!CBS_get_u8_length_prefixed(&cert_request, &cert_types))
crypto/libressl/ssl/ssl_clnt.c
781
if (!CBS_get_u8_length_prefixed(&hello_verify_request, &cookie))
crypto/libressl/ssl/ssl_clnt.c
914
if (!CBS_get_u8_length_prefixed(&cbs, &session_id))
crypto/libressl/ssl/ssl_srvr.c
1776
if (!CBS_get_u8_length_prefixed(cbs, &public)) {
crypto/libressl/ssl/ssl_srvr.c
822
if (!CBS_get_u8_length_prefixed(&cbs, &session_id))
crypto/libressl/ssl/ssl_srvr.c
830
if (!CBS_get_u8_length_prefixed(&cbs, &cookie))
crypto/libressl/ssl/ssl_srvr.c
835
if (!CBS_get_u8_length_prefixed(&cbs, &compression_methods))
crypto/libressl/ssl/ssl_tlsext.c
1287
if (!CBS_get_u8_length_prefixed(cbs, &mki) || CBS_len(&mki) != 0) {
crypto/libressl/ssl/ssl_tlsext.c
1381
if (!CBS_get_u8_length_prefixed(cbs, &mki) || CBS_len(&mki) != 0) {
crypto/libressl/ssl/ssl_tlsext.c
1616
if (!CBS_get_u8_length_prefixed(cbs, &versions))
crypto/libressl/ssl/ssl_tlsext.c
175
if (!CBS_get_u8_length_prefixed(&list, &proto))
crypto/libressl/ssl/ssl_tlsext.c
1821
if (!CBS_get_u8_length_prefixed(cbs, &ke_modes))
crypto/libressl/ssl/ssl_tlsext.c
356
if (!CBS_get_u8_length_prefixed(cbs, &ecpf))
crypto/libressl/ssl/ssl_tlsext.c
445
if (!CBS_get_u8_length_prefixed(cbs, &reneg)) {
crypto/libressl/ssl/ssl_tlsext.c
506
if (!CBS_get_u8_length_prefixed(cbs, &reneg)) {
crypto/libressl/ssl/ssl_tlsext.c
77
if (!CBS_get_u8_length_prefixed(&proto_name_list, &proto_name))
crypto/libressl/ssl/tls13_client.c
223
if (!CBS_get_u8_length_prefixed(cbs, &session_id))
crypto/libressl/ssl/tls13_client.c
530
if (!CBS_get_u8_length_prefixed(cbs, &cert_request_context))
crypto/libressl/ssl/tls13_client.c
563
if (!CBS_get_u8_length_prefixed(cbs, &cert_request_context))
crypto/libressl/ssl/tls13_server.c
159
if (!CBS_get_u8_length_prefixed(cbs, &session_id))
crypto/libressl/ssl/tls13_server.c
163
if (!CBS_get_u8_length_prefixed(cbs, &compression_methods))
crypto/libressl/ssl/tls13_server.c
84
if (!CBS_get_u8_length_prefixed(&extension_data, &versions))
crypto/libressl/ssl/tls13_server.c
880
if (!CBS_get_u8_length_prefixed(cbs, &cert_request_context))