Home
last modified time | relevance | path

Searched refs:CBB_flush (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dcbb.c162 if (!CBB_flush(cbb)) { in CBB_finish()
185 int CBB_flush(CBB *cbb) { in CBB_flush() function
198 if (!CBB_flush(cbb->child) || in CBB_flush()
280 if (!CBB_flush(cbb)) { in cbb_add_length_prefixed()
318 if (!CBB_flush(cbb) || in CBB_add_asn1()
341 if (!CBB_flush(cbb) || in CBB_add_bytes()
350 if (!CBB_flush(cbb) || in CBB_add_space()
358 if (!CBB_flush(cbb) || in CBB_reserve()
377 if (!CBB_flush(cbb)) { in CBB_add_u8()
385 if (!CBB_flush(cbb)) { in CBB_add_u16()
[all …]
Dber.c158 if (out_contents != out && !CBB_flush(out)) { in cbs_convert_ber()
188 if (out_contents != out && !CBB_flush(out)) { in cbs_convert_ber()
Dbytestring_test.cc353 !CBB_flush(&cbb) || in TestCBBPrefixed()
/external/boringssl/src/ssl/
Dt1_lib.c697 !CBB_flush(out)) { in ext_sni_add_clienthello()
842 !CBB_flush(out)) { in ext_ri_add_clienthello()
968 !CBB_flush(out)) { in ext_ri_add_serverhello()
1066 !CBB_flush(out)) { in ext_ticket_add_clienthello()
1136 !CBB_flush(out)) { in ext_sigalgs_add_clienthello()
1201 !CBB_flush(out)) { in ext_ocsp_add_clienthello()
1375 !CBB_flush(out)) { in ext_npn_add_serverhello()
1443 CBB_flush(out); in ext_sct_add_serverhello()
1468 !CBB_flush(out)) { in ext_alpn_add_clienthello()
1575 !CBB_flush(out)) { in ext_alpn_add_serverhello()
[all …]
Dcustom_extensions.c93 !CBB_flush(extensions)) { in custom_ext_add_hello()
Ds3_clnt.c644 return CBB_flush(out); in ssl3_write_client_cipher_list()
1624 !CBB_flush(&cbb)) { in ssl3_send_client_key_exchange()
1676 !CBB_flush(&cbb)) { in ssl3_send_client_key_exchange()
1692 !CBB_flush(&cbb)) { in ssl3_send_client_key_exchange()
Ds3_srvr.c1301 if (!CBB_flush(&cbb)) { in ssl3_send_server_key_exchange()
/external/boringssl/src/crypto/x509/
Dpkcs7.c292 return CBB_flush(out); in pkcs7_bundle()
318 return CBB_flush(out); in pkcs7_bundle_certificates_cb()
348 return CBB_flush(out); in pkcs7_bundle_crls_cb()
/external/boringssl/src/crypto/bn/
Dbn_asn1.c88 if (!CBB_flush(cbb)) { in BN_bn2cbb()
/external/boringssl/src/crypto/rsa/
Drsa_asn1.c151 !CBB_flush(cbb)) { in RSA_marshal_public_key()
347 if (!CBB_flush(cbb)) { in RSA_marshal_private_key()
/external/boringssl/src/crypto/ecdsa/
Decdsa_asn1.c145 !CBB_flush(cbb)) { in ECDSA_SIG_marshal()
/external/boringssl/src/include/openssl/
Dbytestring.h293 OPENSSL_EXPORT int CBB_flush(CBB *cbb);
/external/boringssl/src/crypto/obj/
Dobj.c311 !CBB_flush(out)) { in OBJ_nid2cbb()