Searched refs:CBB_len (Results 1 - 7 of 7) sorted by relevance

/external/boringssl/include/openssl/
H A Dbytestring.h360 /* CBB_len returns the number of bytes written to |cbb|. It does not flush
365 OPENSSL_EXPORT size_t CBB_len(const CBB *cbb);
/external/boringssl/src/include/openssl/
H A Dbytestring.h360 /* CBB_len returns the number of bytes written to |cbb|. It does not flush
365 OPENSSL_EXPORT size_t CBB_len(const CBB *cbb);
/external/boringssl/src/crypto/bytestring/
H A Dbytestring_test.cc378 CBB_len(&cbb) != 0 ||
382 CBB_len(&contents) != 1 ||
384 CBB_len(&cbb) != 3 ||
H A Dcbb.c288 size_t CBB_len(const CBB *cbb) { function
/external/boringssl/src/ssl/
H A Dt1_lib.c2238 hs->key_share_bytes_len = CBB_len(&kse_bytes);
2239 hs->key_share_bytes = BUF_memdup(CBB_data(&kse_bytes), CBB_len(&kse_bytes));
2747 const size_t len_before = CBB_len(&extensions);
2754 if (CBB_len(&extensions) != len_before) {
2783 header_len += 2 + CBB_len(&extensions) + psk_extension_len;
2817 if (CBB_len(&extensions) == 0) {
2854 CBB_len(&extensions) == 0) {
H A Dssl_session.c655 if (!HMAC_Update(&hctx, CBB_data(out), CBB_len(out)) ||
H A Dhandshake_client.c709 !ssl_add_clienthello_tlsext(hs, &body, header_len + CBB_len(&body))) {

Completed in 765 milliseconds