/external/boringssl/src/crypto/bytestring/ |
D | cbb.c | 23 void CBB_zero(CBB *cbb) { in CBB_zero() 27 static int cbb_init(CBB *cbb, uint8_t *buf, size_t cap) { in cbb_init() 46 int CBB_init(CBB *cbb, size_t initial_capacity) { in CBB_init() 62 int CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len) { in CBB_init_fixed() 73 void CBB_cleanup(CBB *cbb) { in CBB_cleanup() 157 int CBB_finish(CBB *cbb, uint8_t **out_data, size_t *out_len) { in CBB_finish() 185 int CBB_flush(CBB *cbb) { in CBB_flush() 264 const uint8_t *CBB_data(const CBB *cbb) { in CBB_data() 269 size_t CBB_len(const CBB *cbb) { in CBB_len() 276 static int cbb_add_length_prefixed(CBB *cbb, CBB *out_contents, in cbb_add_length_prefixed() [all …]
|
D | bytestring_test.cc | 272 CBB cbb; in TestCBBBasic() local 296 CBB cbb; in TestCBBFixed() local 323 CBB cbb, child; in TestCBBFinishChild() local 345 CBB cbb, contents, inner_contents, inner_inner_contents; in TestCBBPrefixed() local 374 ScopedCBB cbb; in TestCBBDiscardChild() local 423 CBB cbb, child, contents; in TestCBBMisuse() local 468 CBB cbb, contents, inner_contents; in TestCBBASN1() local 665 CBB cbb; in TestASN1Uint64() local 707 CBB cbb; in TestZero() local 718 ScopedCBB cbb; in TestCBBReserve() local
|
D | ber.c | 197 CBB cbb; in CBS_asn1_ber_to_der() local
|
/external/boringssl/src/crypto/rsa/ |
D | rsa_asn1.c | 88 static int marshal_integer(CBB *cbb, BIGNUM *bn) { in marshal_integer() 146 int RSA_marshal_public_key(CBB *cbb, const RSA *rsa) { in RSA_marshal_public_key() 160 CBB cbb; in RSA_public_key_to_bytes() local 305 int RSA_marshal_private_key(CBB *cbb, const RSA *rsa) { in RSA_marshal_private_key() 356 CBB cbb; in RSA_private_key_to_bytes() local
|
/external/boringssl/src/crypto/x509/ |
D | pkcs7_test.c | 472 CBB cbb; in test_cert_reparse() local 536 CBB cbb; in test_crl_reparse() local
|
/external/boringssl/src/crypto/ecdsa/ |
D | ecdsa_asn1.c | 140 int ECDSA_SIG_marshal(CBB *cbb, const ECDSA_SIG *sig) { in ECDSA_SIG_marshal() 154 CBB cbb; in ECDSA_SIG_to_bytes() local
|
D | ecdsa.c | 479 CBB cbb; in ECDSA_sign_ex() local
|
/external/boringssl/src/crypto/bn/ |
D | bn_asn1.c | 61 int BN_bn2cbb(CBB *cbb, const BIGNUM *bn) { in BN_bn2cbb()
|
D | bn_test.cc | 1836 CBB cbb; in test_asn1() local 1926 CBB cbb; in test_asn1() local
|
/external/boringssl/src/ssl/ |
D | s3_clnt.c | 659 CBB cbb; in ssl3_send_client_hello() local 1582 CBB cbb; in ssl3_send_client_key_exchange() local 1783 CBB cbb, child; in ssl3_send_cert_verify() local 1972 CBB cbb, child; in ssl3_send_next_proto() local 2046 CBB cbb, child; in ssl3_send_channel_id() local
|
D | ssl_asn1.c | 168 static int add_X509(CBB *cbb, X509 *x509) { in add_X509() 186 CBB cbb, session, child, child2; in SSL_SESSION_to_bytes_full() local
|
D | d1_both.c | 324 CBB cbb; in dtls1_do_handshake_write() local 624 CBB cbb; in dtls1_get_message() local
|
D | s3_srvr.c | 1142 CBB cbb, session_id; in ssl3_send_server_hello() local 1209 CBB cbb, child; in ssl3_send_server_key_exchange() local
|
D | ssl_lib.c | 2184 static int cbb_add_hex(CBB *cbb, const uint8_t *in, size_t in_len) { in cbb_add_hex() 2215 CBB cbb; in ssl_log_rsa_client_key_exchange() local 2248 CBB cbb; in ssl_log_master_secret() local
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_video.c | 106 int cbb; in nouveau_vpe_mb_dct_blocks() local 142 int cbb; in nouveau_vpe_mb_data_blocks() local
|