Home
last modified time | relevance | path

Searched refs:CBB_add_u24_length_prefixed (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/ssl/
Dtls13_both.cc361 !CBB_add_u24_length_prefixed(&body, &certificate_list)) { in tls13_add_certificate()
373 if (!CBB_add_u24_length_prefixed(&certificate_list, &leaf) || in tls13_add_certificate()
401 !CBB_add_u24_length_prefixed(&contents, &ocsp_response) || in tls13_add_certificate()
414 if (!CBB_add_u24_length_prefixed(&certificate_list, &child) || in tls13_add_certificate()
Ds3_both.cc171 !CBB_add_u24_length_prefixed(cbb, body)) { in ssl3_init_message()
358 !CBB_add_u24_length_prefixed(client_hello.get(), &hello_body) || in read_v2_client_hello()
Dssl_cert.cc453 if (!CBB_add_u24_length_prefixed(cbb, &certs)) { in ssl_add_cert_chain()
462 if (!CBB_add_u24_length_prefixed(&certs, &child) || in ssl_add_cert_chain()
Dd1_both.cc518 !CBB_add_u24_length_prefixed(cbb, body)) { in dtls1_init_message()
Dhandshake_server.cc773 !CBB_add_u24_length_prefixed(&body, &ocsp_response) || in do_send_server_certificate()
/external/boringssl/src/include/openssl/
Dbytestring.h404 OPENSSL_EXPORT int CBB_add_u24_length_prefixed(CBB *cbb, CBB *out_contents);
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc397 ASSERT_TRUE(CBB_add_u24_length_prefixed(cbb.get(), &contents)); in TEST()
426 ASSERT_TRUE(CBB_add_u24_length_prefixed(cbb.get(), &contents)); in TEST()
Dcbb.c329 int CBB_add_u24_length_prefixed(CBB *cbb, CBB *out_contents) { in CBB_add_u24_length_prefixed() function
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1895 !CBB_add_u24_length_prefixed(cbb.get(), &child) || in WriteSettings()