Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dcbs.c105 int CBS_get_u8(CBS *cbs, uint8_t *out) { in CBS_get_u8() function
188 if (!CBS_get_u8(&header, &tag) || in cbs_get_any_asn1_element()
189 !CBS_get_u8(&header, &length_byte)) { in cbs_get_any_asn1_element()
456 if (!CBS_get_u8(&in, &num_unused_bits) || in CBS_is_valid_asn1_bitstring()
Dbytestring_test.cc56 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()
/external/boringssl/src/ssl/test/
Dfuzzer.h99 if (!CBS_get_u8(cbs, &variant)) { in SetupTest()
Dbssl_shim.cc551 !CBS_get_u8(&server_name_list, &name_type) || in SelectCertificateCallback()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c148 !CBS_get_u8(&public_key, &padding) || in EC_KEY_parse_private_key()
297 if (!CBS_get_u8(&base, &form) || form != POINT_CONVERSION_UNCOMPRESSED) { in parse_explicit_prime_curve()
/external/boringssl/src/ssl/
Ddtls_record.cc189 if (!CBS_get_u8(&cbs, &type) || in dtls_open_record()
Dtls13_both.cc283 if (!CBS_get_u8(&status_request, &status_type) || in tls13_process_certificate()
606 if (!CBS_get_u8(&cbs, &key_update_request) || in tls13_receive_key_update()
Dhandshake_client.cc834 !CBS_get_u8(&server_hello, &sid_length) || in parse_server_version()
948 !CBS_get_u8(&server_hello, &compression_method)) { in ssl3_get_server_hello()
1140 if (!CBS_get_u8(&certificate_status, &status_type) || in ssl3_get_cert_status()
1310 if (!CBS_get_u8(&server_key_exchange, &group_type) || in ssl3_get_server_key_exchange()
Dtls_record.cc218 if (!CBS_get_u8(&cbs, &type) || in tls_open_record()
Ds3_both.cc606 if (!CBS_get_u8(&v2_client_hello, &msg_type) || in read_v2_client_hello()
Dd1_both.cc480 if (!CBS_get_u8(cbs, &out_hdr->type) || in dtls1_parse_fragment()
Dtls13_client.cc180 (!CBS_get_u8(&cbs, &compression_method) || compression_method != 0)) || in do_process_server_hello()
Dt1_lib.cc670 !CBS_get_u8(&server_name_list, &name_type) || in ext_sni_parse_clienthello()
1140 if (!CBS_get_u8(contents, &status_type)) { in ext_ocsp_parse_clienthello()
Dssl_test.cc3119 ASSERT_TRUE(CBS_get_u8(&cbs, &type)); in TestRecordCallback()
/external/boringssl/src/include/openssl/
Dbytestring.h84 OPENSSL_EXPORT int CBS_get_u8(CBS *cbs, uint8_t *out);
/external/boringssl/src/crypto/evp/
Devp_asn1.c108 !CBS_get_u8(&key, &padding) || in EVP_parse_public_key()
/external/boringssl/src/crypto/obj/
Dobj.c435 if (!CBS_get_u8(cbs, &b)) { in parse_oid_component()