Home
last modified time | relevance | path

Searched refs:CBS_get_u8 (Results 1 – 21 of 21) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dunicode.c43 if (!CBS_get_u8(cbs, &c)) { in cbs_get_utf8()
68 if (!CBS_get_u8(cbs, &c) || in cbs_get_utf8()
85 if (!CBS_get_u8(cbs, &c)) { in cbs_get_latin1()
Dcbs.c106 int CBS_get_u8(CBS *cbs, uint8_t *out) { in CBS_get_u8() function
203 if (!CBS_get_u8(cbs, &b)) { in parse_base128_integer()
225 if (!CBS_get_u8(cbs, &tag_byte)) { in parse_asn1_tag()
274 if (!CBS_get_u8(&header, &length_byte)) { in cbs_get_any_asn1_element()
547 if (!CBS_get_u8(&in, &num_unused_bits) || in CBS_is_valid_asn1_bitstring()
Dbytestring_test.cc54 ASSERT_TRUE(CBS_get_u8(&data, &u8)); in TEST()
68 EXPECT_FALSE(CBS_get_u8(&data, &u8)); in TEST()
82 ASSERT_TRUE(CBS_get_u8(&prefixed, &u8)); in TEST()
Dcbb.c554 if (!CBS_get_u8(cbs, &u) || in parse_dotted_decimal()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c144 !CBS_get_u8(&public_key, &padding) || in EC_KEY_parse_private_key()
308 if (!CBS_get_u8(&base, &form) || form != POINT_CONVERSION_UNCOMPRESSED) { in parse_explicit_prime_curve()
/external/boringssl/src/ssl/
Ds3_both.cc387 if (!CBS_get_u8(&v2_client_hello, &msg_type) || in read_v2_client_hello()
482 if (!CBS_get_u8(&cbs, &out->type) || in parse_message()
Dtls13_both.cc264 if (!CBS_get_u8(&status_request, &status_type) || in tls13_process_certificate()
642 if (!CBS_get_u8(&body, &key_update_request) || in tls13_receive_key_update()
Ddtls_record.cc197 if (!CBS_get_u8(&cbs, &type) || in dtls_open_record()
Dtls13_client.cc83 !CBS_get_u8(&body, &compression_method) || in do_read_hello_retry_request()
236 !CBS_get_u8(&body, &compression_method) || in do_read_server_hello()
Dhandshake_client.cc561 !CBS_get_u8(&server_hello, &compression_method)) { in do_read_server_hello()
865 if (!CBS_get_u8(&certificate_status, &status_type) || in do_read_certificate_status()
996 if (!CBS_get_u8(&server_key_exchange, &group_type) || in do_read_server_key_exchange()
Dtls_record.cc225 if (!CBS_get_u8(&cbs, &type) || in tls_open_record()
Dd1_both.cc463 if (!CBS_get_u8(cbs, &out_hdr->type) || in dtls1_parse_fragment()
Dt1_lib.cc1109 if (!CBS_get_u8(contents, &status_type)) { in ext_ocsp_parse_clienthello()
2550 !CBS_get_u8(&params_list, &param) || in ext_token_binding_parse_serverhello()
Dhandshake_server.cc519 !CBS_get_u8(&server_name_list, &name_type) || in extract_sni()
Dssl_test.cc3055 ASSERT_TRUE(CBS_get_u8(&cbs, &type)); in TEST_P()
/external/boringssl/src/include/openssl/
Dbytestring.h99 OPENSSL_EXPORT int CBS_get_u8(CBS *cbs, uint8_t *out);
/external/boringssl/src/crypto/evp/
Devp_asn1.c115 !CBS_get_u8(&key, &padding) || in EVP_parse_public_key()
/external/boringssl/src/ssl/test/
Dtest_config.cc475 if (!CBS_get_u8(&cbs, &type) || in MessageCallback()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list639 CBS_get_u8
DBoringSSL-GRPC.podspec2191 '#define CBS_get_u8 GRPC_SHADOW_CBS_get_u8',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h667 #define CBS_get_u8 GRPC_SHADOW_CBS_get_u8 macro