Home
last modified time | relevance | path

Searched defs:expected_tag (Results 1 – 20 of 20) sorted by relevance

/external/python/cryptography/src/cryptography/hazmat/
D_der.py103 def read_element(self, expected_tag): argument
109 def read_single_element(self, expected_tag): argument
113 def read_optional_element(self, expected_tag): argument
/external/wayland/tests/
Dproxy-test.c52 const char * const *expected_tag; in callback_done() local
/external/libusb/examples/
Dxusb.c372 … int get_mass_storage_status(libusb_device_handle *handle, uint8_t endpoint, uint32_t expected_tag) in get_mass_storage_status()
423 uint32_t expected_tag; in get_sense() local
459 uint32_t expected_tag; in test_mass_storage() local
/external/rust/crates/webpki/src/
Dder.rs115 let expected_tag = if is_utc_time { in time_choice() localVariable
/external/autotest/client/cros/crash/
Duser_crash_test.py47 def initialize(self, expected_tag='user', expected_version=None, argument
/external/harfbuzz_ng/test/api/
Dtest-ot-tag.c525 hb_tag_t expected_tag = hb_tag_from_string (va_arg (expected_tags, const char *), -1); in test_tags() local
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_parse_function_generator.cc1453 uint32_t expected_tag; in ExpectedTag() local
1558 uint32_t expected_tag = ExpectedTag(field, &fallback_tag); in GenerateFieldSwitch() local
/external/protobuf/src/google/protobuf/compiler/cpp/
Dparse_function_generator.cc1459 uint32_t expected_tag; in ExpectedTag() local
1565 uint32_t expected_tag = ExpectedTag(field, &fallback_tag); in GenerateFieldSwitch() local
/external/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite.cc501 auto expected_tag = UnalignedLoad<TagType>(ptr); in RepeatedFixed() local
845 auto expected_tag = UnalignedLoad<TagType>(ptr); in RepeatedVarint() local
1050 auto expected_tag = UnalignedLoad<TagType>(ptr); in RepeatedEnum() local
1206 auto expected_tag = UnalignedLoad<TagType>(ptr); in RepeatedString() local
/external/cronet/third_party/protobuf/src/google/protobuf/
Dgenerated_message_tctable_lite.cc501 auto expected_tag = UnalignedLoad<TagType>(ptr); in RepeatedFixed() local
846 auto expected_tag = UnalignedLoad<TagType>(ptr); in RepeatedVarint() local
1051 auto expected_tag = UnalignedLoad<TagType>(ptr); in RepeatedEnum() local
1207 auto expected_tag = UnalignedLoad<TagType>(ptr); in RepeatedString() local
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c307 u_char expected_tag[POLY1305_TAGLEN], poly_key[POLY1305_KEYLEN]; in chachapoly_crypt() local
/external/cronet/net/der/
Dparser_unittest.cc318 Tag expected_tag = 0x10; in TEST() local
/external/piex/src/
Dpiex_cr3.cc259 const BoxTag& expected_tag) { in GetNextBoxWithTag()
/external/rust/crates/ring/tests/
Daead_tests.rs434 let expected_tag = test_case.consume_bytes("TAG"); in aead_chacha20_poly1305_openssh() localVariable
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc728 uint64_t expected_tag = GetEncodedTag(field); in TryFillTableEntry() local
/external/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c781 uint8_t expected_tag[EVP_AEAD_AES_GCM_SIV_TAG_LEN]; in aead_aes_gcm_siv_open_gather() local
/external/cronet/third_party/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c781 uint8_t expected_tag[EVP_AEAD_AES_GCM_SIV_TAG_LEN]; in aead_aes_gcm_siv_open_gather() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c812 uint8_t expected_tag[EVP_AEAD_AES_GCM_SIV_TAG_LEN]; in aead_aes_gcm_siv_open_gather() local
/external/mesa3d/src/panfrost/lib/
Ddecode.c1210 unsigned expected_tag = is_mfbd ? MALI_FBD_TAG_IS_MFBD : 0; in pandecode_fragment_job() local
/external/cronet/net/socket/
Dsocket_test_util.cc2175 uint64_t GetTaggedBytes(int32_t expected_tag) { in GetTaggedBytes()