Searched refs:CBB_init_fixed (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | bytestring_test.cc | 301 if (!CBB_init_fixed(&cbb, NULL, 0) || in TestCBBFixed() 309 if (!CBB_init_fixed(&cbb, buf, 1) || in TestCBBFixed() 719 if (!CBB_init_fixed(cbb.get(), buf, sizeof(buf)) || in TestCBBReserve()
|
D | cbb.c | 62 int CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len) { in CBB_init_fixed() function
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 269 OPENSSL_EXPORT int CBB_init_fixed(CBB *cbb, uint8_t *buf, size_t len);
|
/external/boringssl/src/ssl/ |
D | s3_clnt.c | 702 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_client_hello() 1583 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_client_key_exchange() 1784 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_cert_verify() 1975 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_next_proto() 2049 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_channel_id()
|
D | d1_both.c | 372 if (!CBB_init_fixed(&cbb, buf, ssl->d1->mtu) || in dtls1_do_handshake_write() 628 !CBB_init_fixed(&cbb, (uint8_t *)ssl->init_buf->data, in dtls1_get_message()
|
D | s3_srvr.c | 713 if (!CBB_init_fixed(&client_hello, (uint8_t *)ssl->init_buf->data, in ssl3_get_v2_client_hello() 1145 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_server_hello() 1172 if (!CBB_init_fixed(&out, ssl_handshake_start(ssl), in ssl3_send_certificate_status() 1210 if (!CBB_init_fixed(&cbb, ssl_handshake_start(ssl), in ssl3_send_server_key_exchange()
|
/external/boringssl/src/crypto/ecdsa/ |
D | ecdsa.c | 482 if (!CBB_init_fixed(&cbb, sig, ECDSA_size(eckey)) || in ECDSA_sign_ex()
|