Symbol: CBB_add_u16_length_prefixed
crypto/libressl/crypto/bytestring/bytestring.h
455
int CBB_add_u16_length_prefixed(CBB *cbb, CBB *out_contents);
crypto/libressl/crypto/ct/ct_vfy.c
128
if (!CBB_add_u16_length_prefixed(&cbb, &extensions))
crypto/libressl/ssl/bytestring.h
455
int CBB_add_u16_length_prefixed(CBB *cbb, CBB *out_contents);
crypto/libressl/ssl/ssl_clnt.c
1818
if (!CBB_add_u16_length_prefixed(cbb, &epms))
crypto/libressl/ssl/ssl_clnt.c
2131
if (!CBB_add_u16_length_prefixed(cert_verify, &cbb_signature))
crypto/libressl/ssl/ssl_clnt.c
2169
if (!CBB_add_u16_length_prefixed(cert_verify, &cbb_signature))
crypto/libressl/ssl/ssl_clnt.c
2204
if (!CBB_add_u16_length_prefixed(cert_verify, &cbb_signature))
crypto/libressl/ssl/ssl_clnt.c
2271
if (!CBB_add_u16_length_prefixed(cert_verify, &cbb_signature))
crypto/libressl/ssl/ssl_clnt.c
719
if (!CBB_add_u16_length_prefixed(&client_hello, &cipher_suites))
crypto/libressl/ssl/ssl_kex.c
115
if (!CBB_add_u16_length_prefixed(cbb, &dh_p))
crypto/libressl/ssl/ssl_kex.c
122
if (!CBB_add_u16_length_prefixed(cbb, &dh_g))
crypto/libressl/ssl/ssl_kex.c
145
if (!CBB_add_u16_length_prefixed(cbb, &dh_y))
crypto/libressl/ssl/ssl_packet.c
183
if (!CBB_add_u16_length_prefixed(&cbb, &handshake))
crypto/libressl/ssl/ssl_packet.c
195
if (!CBB_add_u16_length_prefixed(&client_hello, &cipher_suites))
crypto/libressl/ssl/ssl_srvr.c
1523
if (!CBB_add_u16_length_prefixed(&server_kex,
crypto/libressl/ssl/ssl_srvr.c
1580
if (!CBB_add_u16_length_prefixed(&cert_request,
crypto/libressl/ssl/ssl_srvr.c
1588
if (!CBB_add_u16_length_prefixed(&cert_request, &cert_auth))
crypto/libressl/ssl/ssl_srvr.c
1599
if (!CBB_add_u16_length_prefixed(&cert_auth, &dn))
crypto/libressl/ssl/ssl_srvr.c
2406
if (!CBB_add_u16_length_prefixed(&session_ticket, &ticket))
crypto/libressl/ssl/ssl_tlsext.c
1238
if (!CBB_add_u16_length_prefixed(cbb, &profiles))
crypto/libressl/ssl/ssl_tlsext.c
1344
if (!CBB_add_u16_length_prefixed(cbb, &srtp))
crypto/libressl/ssl/ssl_tlsext.c
1426
if (!CBB_add_u16_length_prefixed(cbb, &client_shares))
crypto/libressl/ssl/ssl_tlsext.c
1432
if (!CBB_add_u16_length_prefixed(&client_shares, &key_exchange))
crypto/libressl/ssl/ssl_tlsext.c
146
if (!CBB_add_u16_length_prefixed(cbb, &list))
crypto/libressl/ssl/ssl_tlsext.c
1519
if (!CBB_add_u16_length_prefixed(cbb, &key_exchange))
crypto/libressl/ssl/ssl_tlsext.c
1689
if (!CBB_add_u16_length_prefixed(cbb, &cookie))
crypto/libressl/ssl/ssl_tlsext.c
1746
if (!CBB_add_u16_length_prefixed(cbb, &cookie))
crypto/libressl/ssl/ssl_tlsext.c
213
if (!CBB_add_u16_length_prefixed(cbb, &grouplist))
crypto/libressl/ssl/ssl_tlsext.c
2254
if (!CBB_add_u16_length_prefixed(cbb, &extensions))
crypto/libressl/ssl/ssl_tlsext.c
2271
if (!CBB_add_u16_length_prefixed(&extensions, &extension_data))
crypto/libressl/ssl/ssl_tlsext.c
52
if (!CBB_add_u16_length_prefixed(cbb, &protolist))
crypto/libressl/ssl/ssl_tlsext.c
562
if (!CBB_add_u16_length_prefixed(cbb, &sigalgs))
crypto/libressl/ssl/ssl_tlsext.c
598
if (!CBB_add_u16_length_prefixed(cbb, &sigalgs))
crypto/libressl/ssl/ssl_tlsext.c
641
if (!CBB_add_u16_length_prefixed(cbb, &server_name_list))
crypto/libressl/ssl/ssl_tlsext.c
645
if (!CBB_add_u16_length_prefixed(&server_name_list, &host_name))
crypto/libressl/ssl/ssl_tlsext.c
886
if (!CBB_add_u16_length_prefixed(cbb, &respid_list))
crypto/libressl/ssl/ssl_tlsext.c
898
if (!CBB_add_u16_length_prefixed(&respid_list, &respid))
crypto/libressl/ssl/ssl_tlsext.c
905
if (!CBB_add_u16_length_prefixed(cbb, &exts))
crypto/libressl/ssl/tls12_record_layer.c
1300
if (!CBB_add_u16_length_prefixed(cbb, &fragment))
crypto/libressl/ssl/tls13_client.c
109
if (!CBB_add_u16_length_prefixed(cbb, &cipher_suites))
crypto/libressl/ssl/tls13_client.c
970
if (!CBB_add_u16_length_prefixed(cbb, &sig_cbb))
crypto/libressl/ssl/tls13_legacy.c
344
if (!CBB_add_u16_length_prefixed(&cbb, &fragment))
crypto/libressl/ssl/tls13_lib.c
465
if (!CBB_add_u16_length_prefixed(cbb, &cert_exts))
crypto/libressl/ssl/tls13_record_layer.c
660
if (!CBB_add_u16_length_prefixed(&cbb, &body))
crypto/libressl/ssl/tls13_server.c
768
if (!CBB_add_u16_length_prefixed(cbb, &sig_cbb))