Searched refs:CBB_add_u8 (Results 1 - 21 of 21) sorted by relevance

/external/boringssl/src/crypto/bytestring/
H A Dbytestring_test.cc304 if (!CBB_add_u8(&cbb, 1) ||
334 !CBB_add_u8(cbb.get(), 1) ||
344 !CBB_add_u8(cbb.get(), 1) ||
345 CBB_add_u8(cbb.get(), 2)) {
381 !CBB_add_u8(&contents, 1) ||
391 !CBB_add_u8(&inner_contents, 1) ||
393 !CBB_add_u8(&inner_inner_contents, 2) ||
409 !CBB_add_u8(cbb.get(), 0xaa)) {
418 !CBB_add_u8(&contents, 0xbb) ||
424 !CBB_add_u8(
[all...]
H A Dcbb.c342 !CBB_add_u8(cbb, (uint8_t)tag)) {
347 if (!CBB_add_u8(cbb, 0)) {
399 int CBB_add_u8(CBB *cbb, uint8_t value) { function
459 if ((byte & 0x80) && !CBB_add_u8(&child, 0)) {
464 if (!CBB_add_u8(&child, byte)) {
470 if (!started && !CBB_add_u8(&child, 0)) {
/external/boringssl/src/crypto/bn/
H A Dbn_asn1.c72 (BN_num_bits(bn) % 8 == 0 && !CBB_add_u8(&child, 0x00)) ||
H A Dconvert.c428 !CBB_add_u8(&cbb, 0 /* trailing NUL */)) {
433 if (!CBB_add_u8(&cbb, '0')) {
450 if (!CBB_add_u8(&cbb, '0' + word % 10)) {
460 !CBB_add_u8(&cbb, '-')) {
/external/boringssl/src/ssl/
H A Ds3_both.c236 !CBB_add_u8(cbb, type) ||
632 !CBB_add_u8(&client_hello, SSL3_MT_CLIENT_HELLO) ||
637 !CBB_add_u8(&hello_body, 0) ||
665 if (!CBB_add_u8(&hello_body, 1) || !CBB_add_u8(&hello_body, 0) ||
H A Dd1_both.c175 !CBB_add_u8(&cbb, msg_hdr->type) ||
508 !CBB_add_u8(cbb, type) ||
684 !CBB_add_u8(&cbb, hdr.type) ||
H A Dtls13_both.c127 if (!CBB_add_u8(&cbb, 0x20)) {
452 !CBB_add_u8(&body, 0) ||
496 !CBB_add_u8(&contents, TLSEXT_STATUSTYPE_ocsp) ||
H A Dt1_lib.c594 !CBB_add_u8(&server_name_list, TLSEXT_NAMETYPE_host_name) ||
840 !CBB_add_u8(out, 0 /* empty renegotiation info */)) {
1092 !CBB_add_u8(&contents, TLSEXT_STATUSTYPE_ocsp) ||
1655 if (!CBB_add_u8(&contents, 0 /* empty use_mki value */) ||
1766 !CBB_add_u8(&contents, 0 /* empty MKI */) ||
1784 !CBB_add_u8(&formats, TLSEXT_ECPOINTFORMAT_uncompressed) ||
2055 !CBB_add_u8(&ke_modes, SSL_PSK_DHE_KE)) {
2210 !CBB_add_u8(&kse_bytes, 0 /* one byte key share */))) {
2776 !CBB_add_u8(&extensions, 0 /* single zero byte as contents */)) {
H A Dssl_asn1.c329 !CBB_add_u8(&child2, 0xff)) {
373 !CBB_add_u8(&child2, 0x00)) {
H A Dhandshake_server.c1098 !CBB_add_u8(&body, 0 /* no compression */) ||
1127 !CBB_add_u8(&body, TLSEXT_STATUSTYPE_ocsp) ||
1206 !CBB_add_u8(&cbb, NAMED_CURVE_TYPE) ||
1341 if (have_rsa_sign && !CBB_add_u8(cbb, SSL3_CT_RSA_SIGN)) {
1348 !CBB_add_u8(cbb, TLS_CT_ECDSA_SIGN)) {
H A Dhandshake_client.c707 !CBB_add_u8(&body, 1 /* one compression method */) ||
708 !CBB_add_u8(&body, 0 /* null compression */) ||
H A Dtls13_server.c558 !CBB_add_u8(&body, 0 /* no certificate_request_context. */)) {
H A Dssl_lib.c2269 !CBB_add_u8(&cbb, 0 /* NUL */) ||
/external/boringssl/src/crypto/evp/
H A Dp_rsa_asn1.c78 !CBB_add_u8(&key_bitstring, 0 /* padding */) ||
H A Dp_dsa_asn1.c117 !CBB_add_u8(&key_bitstring, 0 /* padding */) ||
H A Dp_ec_asn1.c81 !CBB_add_u8(&key_bitstring, 0 /* padding */) ||
/external/boringssl/src/crypto/obj/
H A Dobj.c502 !CBB_add_u8(&cbb, '.') ||
509 !CBB_add_u8(&cbb, '.') ||
517 if (!CBB_add_u8(&cbb, '\0') ||
/external/boringssl/include/openssl/
H A Dbytestring.h410 /* CBB_add_u8 appends an 8-bit number from |value| to |cbb|. It returns one on
412 OPENSSL_EXPORT int CBB_add_u8(CBB *cbb, uint8_t value);
/external/boringssl/src/include/openssl/
H A Dbytestring.h410 /* CBB_add_u8 appends an 8-bit number from |value| to |cbb|. It returns one on
412 OPENSSL_EXPORT int CBB_add_u8(CBB *cbb, uint8_t value);
/external/boringssl/src/crypto/x509/
H A Dpkcs7.c287 !CBB_add_u8(&version_bytes, 1) ||
/external/boringssl/src/crypto/ec/
H A Dec_asn1.c227 !CBB_add_u8(&public_key, 0 /* padding */) ||

Completed in 1786 milliseconds