Searched refs:CBS_get_u8 (Results 1 – 21 of 21) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | unicode.c | 43 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()
|
D | cbs.c | 106 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()
|
D | bytestring_test.cc | 54 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()
|
D | cbb.c | 554 if (!CBS_get_u8(cbs, &u) || in parse_dotted_decimal()
|
/external/boringssl/src/crypto/ec_extra/ |
D | ec_asn1.c | 144 !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/ |
D | s3_both.cc | 387 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()
|
D | tls13_both.cc | 264 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()
|
D | dtls_record.cc | 197 if (!CBS_get_u8(&cbs, &type) || in dtls_open_record()
|
D | tls13_client.cc | 83 !CBS_get_u8(&body, &compression_method) || in do_read_hello_retry_request() 236 !CBS_get_u8(&body, &compression_method) || in do_read_server_hello()
|
D | handshake_client.cc | 561 !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()
|
D | tls_record.cc | 225 if (!CBS_get_u8(&cbs, &type) || in tls_open_record()
|
D | d1_both.cc | 463 if (!CBS_get_u8(cbs, &out_hdr->type) || in dtls1_parse_fragment()
|
D | t1_lib.cc | 1109 if (!CBS_get_u8(contents, &status_type)) { in ext_ocsp_parse_clienthello() 2550 !CBS_get_u8(¶ms_list, ¶m) || in ext_token_binding_parse_serverhello()
|
D | handshake_server.cc | 519 !CBS_get_u8(&server_name_list, &name_type) || in extract_sni()
|
D | ssl_test.cc | 3055 ASSERT_TRUE(CBS_get_u8(&cbs, &type)); in TEST_P()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 99 OPENSSL_EXPORT int CBS_get_u8(CBS *cbs, uint8_t *out);
|
/external/boringssl/src/crypto/evp/ |
D | evp_asn1.c | 115 !CBS_get_u8(&key, &padding) || in EVP_parse_public_key()
|
/external/boringssl/src/ssl/test/ |
D | test_config.cc | 475 if (!CBS_get_u8(&cbs, &type) || in MessageCallback()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 639 CBS_get_u8
|
D | BoringSSL-GRPC.podspec | 2191 '#define CBS_get_u8 GRPC_SHADOW_CBS_get_u8',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 667 #define CBS_get_u8 GRPC_SHADOW_CBS_get_u8 macro
|