/external/rust/crates/quiche/deps/boringssl/src/crypto/bytestring/ |
D | cbb.c | 178 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 …]
|
D | ber.c | 160 !CBB_flush(out)) { in cbs_convert_ber() 184 if (!CBB_flush(out)) { in cbs_convert_ber()
|
/external/boringssl/src/crypto/bytestring/ |
D | cbb.c | 178 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 …]
|
D | ber.c | 159 !CBB_flush(out)) { in cbs_convert_ber() 183 if (!CBB_flush(out)) { in cbs_convert_ber()
|
/external/boringssl/src/ssl/test/ |
D | settings_writer.cc | 51 !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()
|
D | test_state.cc | 103 return CBB_flush(cbb); in SerializeContextState() 143 !CBB_flush(cbb)) { in Serialize()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/test/ |
D | settings_writer.cc | 51 !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()
|
D | test_state.cc | 103 return CBB_flush(cbb); in SerializeContextState() 143 !CBB_flush(cbb)) { in Serialize()
|
/external/boringssl/src/ssl/ |
D | t1_lib.cc | 559 !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/ |
D | t1_lib.cc | 554 !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/ |
D | dsa_asn1.c | 107 !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/ |
D | dsa_asn1.c | 143 !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/ |
D | p_rsa_asn1.c | 80 !CBB_flush(out)) { in rsa_pub_encode() 126 !CBB_flush(out)) { in rsa_priv_encode()
|
D | p_ed25519_asn1.c | 140 !CBB_flush(out)) { in ed25519_pub_encode() 189 !CBB_flush(out)) { in ed25519_priv_encode()
|
D | p_ec_asn1.c | 84 !CBB_flush(out)) { in eckey_pub_encode() 183 !CBB_flush(out)) { in eckey_priv_encode()
|
D | p_x25519_asn1.c | 137 !CBB_flush(out)) { in x25519_pub_encode() 186 !CBB_flush(out)) { in x25519_priv_encode()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | p_rsa_asn1.c | 80 !CBB_flush(out)) { in rsa_pub_encode() 126 !CBB_flush(out)) { in rsa_priv_encode()
|
D | p_ed25519_asn1.c | 140 !CBB_flush(out)) { in ed25519_pub_encode() 189 !CBB_flush(out)) { in ed25519_priv_encode()
|
D | p_x25519_asn1.c | 137 !CBB_flush(out)) { in x25519_pub_encode() 186 !CBB_flush(out)) { in x25519_priv_encode()
|
D | p_ec_asn1.c | 84 !CBB_flush(out)) { in eckey_pub_encode() 183 !CBB_flush(out)) { in eckey_priv_encode()
|
D | p_dsa_asn1.c | 119 !CBB_flush(out)) { in dsa_pub_encode() 186 !CBB_flush(out)) { in dsa_priv_encode()
|
/external/boringssl/src/crypto/ec_extra/ |
D | ec_asn1.c | 214 !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/ |
D | bn_asn1.c | 51 !CBB_flush(cbb)) { in BN_marshal_asn1()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/ |
D | ec_asn1.c | 214 !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/ |
D | bn_asn1.c | 58 !CBB_flush(cbb)) { in BN_marshal_asn1()
|