Home
last modified time | relevance | path

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

123

/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/
Dcbb.c178 if (!CBB_flush(cbb)) { in CBB_finish()
201 int CBB_flush(CBB *cbb) { in CBB_flush() function
217 if (!CBB_flush(cbb->child) || in CBB_flush()
303 if (!CBB_flush(cbb)) { in cbb_add_length_prefixed()
363 if (!CBB_flush(cbb)) { in CBB_add_asn1()
399 if (!CBB_flush(cbb) || in CBB_add_bytes()
408 if (!CBB_flush(cbb) || in CBB_add_space()
416 if (!CBB_flush(cbb) || in CBB_reserve()
435 if (!CBB_flush(cbb)) { in CBB_add_u8()
443 if (!CBB_flush(cbb)) { in CBB_add_u16()
[all …]
Dber.c160 !CBB_flush(out)) { in cbs_convert_ber()
184 if (!CBB_flush(out)) { in cbs_convert_ber()
/external/boringssl/src/crypto/bytestring/
Dcbb.c178 if (!CBB_flush(cbb)) { in CBB_finish()
201 int CBB_flush(CBB *cbb) { in CBB_flush() function
217 if (!CBB_flush(cbb->child) || in CBB_flush()
303 if (!CBB_flush(cbb)) { in cbb_add_length_prefixed()
363 if (!CBB_flush(cbb)) { in CBB_add_asn1()
399 if (!CBB_flush(cbb) || in CBB_add_bytes()
408 if (!CBB_flush(cbb) || in CBB_add_space()
416 if (!CBB_flush(cbb) || in CBB_reserve()
435 if (!CBB_flush(cbb)) { in CBB_add_u8()
443 if (!CBB_flush(cbb)) { in CBB_add_u16()
[all …]
Dber.c159 !CBB_flush(out)) { in cbs_convert_ber()
183 if (!CBB_flush(out)) { in cbs_convert_ber()
/external/boringssl/src/ssl/test/
Dsettings_writer.cc51 !CBB_add_bytes(&child, data, len) || !CBB_flush(cbb_.get())) { in Init()
96 !CBB_flush(cbb_.get())) { in WriteHandoff()
111 !CBB_flush(cbb_.get())) { in WriteHandback()
Dtest_state.cc103 return CBB_flush(cbb); in SerializeContextState()
143 !CBB_flush(cbb)) { in Serialize()
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/
Dsettings_writer.cc51 !CBB_add_bytes(&child, data, len) || !CBB_flush(cbb_.get())) { in Init()
96 !CBB_flush(cbb_.get())) { in WriteHandoff()
111 !CBB_flush(cbb_.get())) { in WriteHandback()
Dtest_state.cc103 return CBB_flush(cbb); in SerializeContextState()
143 !CBB_flush(cbb)) { in Serialize()
/external/boringssl/src/ssl/
Dt1_lib.cc559 !CBB_flush(out)) { in ext_sni_add_clienthello()
615 !CBB_flush(out)) { in ext_ech_add_clienthello_grease()
692 !CBB_flush(&ech_body)) { in ext_ech_add_clienthello_grease()
701 return CBB_flush(out); in ext_ech_add_clienthello_grease()
790 !CBB_flush(out)) { in ext_ri_add_clienthello()
1040 !CBB_flush(out)) { in ext_ticket_add_clienthello()
1102 !CBB_flush(out)) { in ext_sigalgs_add_clienthello()
1142 !CBB_flush(out)) { in ext_ocsp_add_clienthello()
1324 !CBB_flush(out)) { in ext_npn_add_serverhello()
1419 CBB_flush(out); in ext_sct_add_serverhello()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dt1_lib.cc554 !CBB_flush(out)) { in ext_sni_add_clienthello()
609 !CBB_flush(out)) { in ext_ri_add_clienthello()
859 !CBB_flush(out)) { in ext_ticket_add_clienthello()
921 !CBB_flush(out)) { in ext_sigalgs_add_clienthello()
961 !CBB_flush(out)) { in ext_ocsp_add_clienthello()
1143 !CBB_flush(out)) { in ext_npn_add_serverhello()
1238 CBB_flush(out); in ext_sct_add_serverhello()
1259 !CBB_flush(out)) { in ext_alpn_add_clienthello()
1409 !CBB_flush(out)) { in ext_alpn_add_serverhello()
1520 !CBB_flush(out)) { in ext_srtp_add_clienthello()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/crypto/dsa/
Ddsa_asn1.c107 !CBB_flush(cbb)) { in DSA_SIG_marshal()
140 !CBB_flush(cbb)) { in DSA_marshal_public_key()
171 !CBB_flush(cbb)) { in DSA_marshal_parameters()
222 !CBB_flush(cbb)) { in DSA_marshal_private_key()
/external/boringssl/src/crypto/dsa/
Ddsa_asn1.c143 !CBB_flush(cbb)) { in DSA_SIG_marshal()
182 !CBB_flush(cbb)) { in DSA_marshal_public_key()
219 !CBB_flush(cbb)) { in DSA_marshal_parameters()
273 !CBB_flush(cbb)) { in DSA_marshal_private_key()
/external/boringssl/src/crypto/evp/
Dp_rsa_asn1.c80 !CBB_flush(out)) { in rsa_pub_encode()
126 !CBB_flush(out)) { in rsa_priv_encode()
Dp_ed25519_asn1.c140 !CBB_flush(out)) { in ed25519_pub_encode()
189 !CBB_flush(out)) { in ed25519_priv_encode()
Dp_ec_asn1.c84 !CBB_flush(out)) { in eckey_pub_encode()
183 !CBB_flush(out)) { in eckey_priv_encode()
Dp_x25519_asn1.c137 !CBB_flush(out)) { in x25519_pub_encode()
186 !CBB_flush(out)) { in x25519_priv_encode()
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Dp_rsa_asn1.c80 !CBB_flush(out)) { in rsa_pub_encode()
126 !CBB_flush(out)) { in rsa_priv_encode()
Dp_ed25519_asn1.c140 !CBB_flush(out)) { in ed25519_pub_encode()
189 !CBB_flush(out)) { in ed25519_priv_encode()
Dp_x25519_asn1.c137 !CBB_flush(out)) { in x25519_pub_encode()
186 !CBB_flush(out)) { in x25519_priv_encode()
Dp_ec_asn1.c84 !CBB_flush(out)) { in eckey_pub_encode()
183 !CBB_flush(out)) { in eckey_priv_encode()
Dp_dsa_asn1.c119 !CBB_flush(out)) { in dsa_pub_encode()
186 !CBB_flush(out)) { in dsa_priv_encode()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c214 !CBB_flush(&ec_private_key)) { in EC_KEY_marshal_private_key()
230 !CBB_flush(&ec_private_key)) { in EC_KEY_marshal_private_key()
236 if (!CBB_flush(cbb)) { in EC_KEY_marshal_private_key()
360 CBB_flush(cbb); in EC_KEY_marshal_curve_name()
/external/boringssl/src/crypto/bn_extra/
Dbn_asn1.c51 !CBB_flush(cbb)) { in BN_marshal_asn1()
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/
Dec_asn1.c214 !CBB_flush(&ec_private_key)) { in EC_KEY_marshal_private_key()
230 !CBB_flush(&ec_private_key)) { in EC_KEY_marshal_private_key()
236 if (!CBB_flush(cbb)) { in EC_KEY_marshal_private_key()
375 CBB_flush(cbb); in EC_KEY_marshal_curve_name()
/external/rust/crates/quiche/deps/boringssl/src/crypto/bn_extra/
Dbn_asn1.c58 !CBB_flush(cbb)) { in BN_marshal_asn1()

123