Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 25 of 123) sorted by relevance

12345

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
DSignedData.java140 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(obj); in calculateVersion() local
142 if (tagged.getTagNo() == 1) in calculateVersion()
146 else if (tagged.getTagNo() == 2) in calculateVersion()
150 else if (tagged.getTagNo() == 3) in calculateVersion()
238 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local
240 switch (tagged.getTagNo()) in SignedData()
243 certsBer = tagged instanceof BERTaggedObject; in SignedData()
244 certificates = ASN1Set.getInstance(tagged, false); in SignedData()
247 crlsBer = tagged instanceof BERTaggedObject; in SignedData()
248 crls = ASN1Set.getInstance(tagged, false); in SignedData()
[all …]
DCMSAlgorithmProtection.java71 ASN1TaggedObject tagged = ASN1TaggedObject.getInstance(sequence.getObjectAt(1)); in CMSAlgorithmProtection() local
72 if (tagged.getTagNo() == 1) in CMSAlgorithmProtection()
74 this.signatureAlgorithm = AlgorithmIdentifier.getInstance(tagged, false); in CMSAlgorithmProtection()
77 else if (tagged.getTagNo() == 2) in CMSAlgorithmProtection()
81 this.macAlgorithm = AlgorithmIdentifier.getInstance(tagged, false); in CMSAlgorithmProtection()
85 throw new IllegalArgumentException("Unknown tag found: " + tagged.getTagNo()); in CMSAlgorithmProtection()
DContentInfo.java88 ASN1TaggedObject tagged = (ASN1TaggedObject)seq.getObjectAt(1); in ContentInfo() local
89 if (!tagged.isExplicit() || tagged.getTagNo() != 0) in ContentInfo()
94 content = tagged.getObject(); in ContentInfo()
/external/wpa_supplicant_8/src/ap/
Dvlan_full.c423 int untagged, *tagged, i, notempty; in vlan_newlink() local
440 tagged = vlan->vlan_desc.tagged; in vlan_newlink()
456 for (i = 0; i < MAX_NUM_TAGGED_VLAN && tagged[i]; i++) { in vlan_newlink()
457 if (tagged[i] == untagged || in vlan_newlink()
458 tagged[i] <= 0 || tagged[i] > MAX_VLAN_ID || in vlan_newlink()
459 (i > 0 && tagged[i] == tagged[i - 1])) in vlan_newlink()
461 vlan_bridge_name(br_name, hapd, tagged[i]); in vlan_newlink()
462 vlan_get_bridge(br_name, hapd, tagged[i]); in vlan_newlink()
464 ifname, br_name, tagged[i], hapd); in vlan_newlink()
537 int *tagged = vlan->vlan_desc.tagged; in vlan_dellink() local
[all …]
Dvlan.c30 if (a->tagged[i] != b->tagged[i]) in vlan_compare()
Dieee802_11_auth.c511 int *untagged, *tagged, *notempty; in hostapd_acl_recv_radius() local
571 tagged = cache->vlan_id.tagged; in hostapd_acl_recv_radius()
574 tagged); in hostapd_acl_recv_radius()
604 cache->vlan_id.tagged[0] ? "+" : ""); in hostapd_acl_recv_radius()
Dvlan.h17 int tagged[MAX_NUM_TAGGED_VLAN]; /* first k items, ascending order */ member
Dap_config.c675 if (vlan_desc->tagged[i] < 0 || in hostapd_vlan_valid()
676 vlan_desc->tagged[i] > MAX_VLAN_ID) in hostapd_vlan_valid()
679 if (!vlan_desc->untagged && !vlan_desc->tagged[0]) in hostapd_vlan_valid()
Dsta_info.c883 if (vlan_desc->tagged[0]) { in ap_sta_set_vlan()
893 vlan_desc->tagged[0] ? "+" : ""); in ap_sta_set_vlan()
908 (vlan_desc && vlan_desc->tagged[0]) ? in ap_sta_set_vlan()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
DSignedData.java79 ASN1TaggedObject tagged = (ASN1TaggedObject)o; in SignedData() local
81 switch (tagged.getTagNo()) in SignedData()
84 certificates = ASN1Set.getInstance(tagged, false); in SignedData()
87 crls = ASN1Set.getInstance(tagged, false); in SignedData()
90 throw new IllegalArgumentException("unknown tag value " + tagged.getTagNo()); in SignedData()
/external/v8/src/
Dlayout-descriptor.cc185 bool tagged) { in SetTaggedForTesting() argument
186 return SetTagged(field_index, tagged); in SetTaggedForTesting()
204 bool tagged = layout_descriptor_->IsTagged(field_index, max_sequence_length, in IsTagged() local
210 if (tagged) { in IsTagged()
224 return tagged; in IsTagged()
Dlayout-descriptor-inl.h64 LayoutDescriptor* LayoutDescriptor::SetTagged(int field_index, bool tagged) { in SetTagged() argument
76 if (tagged) { in SetTagged()
85 if (tagged) { in SetTagged()
Dlayout-descriptor.h93 LayoutDescriptor* SetTaggedForTesting(int field_index, bool tagged);
130 bool tagged);
/external/v8/test/mjsunit/es6/
Dtemplates.js657 var tagged = [];
684 tagged.push(sub);
692 assertArrayEquals([1, 2, 3], tagged);
694 tagged.length = 0;
698 assertArrayEquals([1], tagged);
/external/v8/test/cctest/
Dtest-unboxed-doubles.cc255 bool tagged = true; in TestLayoutDescriptorQueries() local
258 tagged = !tagged; in TestLayoutDescriptorQueries()
262 layout_desc = layout_desc->SetTaggedForTesting(i, tagged); in TestLayoutDescriptorQueries()
273 bool tagged = true; in TestLayoutDescriptorQueries() local
276 tagged = !tagged; in TestLayoutDescriptorQueries()
279 CHECK_EQ(tagged, layout_desc->IsTagged(i)); in TestLayoutDescriptorQueries()
286 expected_sequence_length = tagged ? std::numeric_limits<int>::max() in TestLayoutDescriptorQueries()
292 CHECK_EQ(tagged, in TestLayoutDescriptorQueries()
574 const bool tagged = (i % (PROP_KIND_NUMBER - 1)) != 1; in TEST() local
575 CHECK_EQ(tagged, layout_descriptor->IsTagged(i)); in TEST()
/external/bison/tests/
Dinput.at332 [[input.y:1.13-29: error: redeclaration for default tagged %destructor
334 input.y:2.10-24: error: redeclaration for default tagged %printer
336 input.y:4.13-29: error: redeclaration for default tagged %destructor
338 input.y:5.10-24: error: redeclaration for default tagged %printer
348 input.y:17.13-29: error: redeclaration for default tagged %destructor
350 input.y:18.10-24: error: redeclaration for default tagged %printer
412 %type <tag> tagged
416 start: end end tagged tagged { $<tag>1; $3; } ;
418 tagged: { } ;
429 %type <tag> tagged
[all …]
/external/autotest/site_utils/autoupdate/
Drelease_config.ini27 # Note that the builders have produced R21 tagged artifacts beginning 2266.0.0
/external/tcpdump/tests/
Dradius-rfc4675-v.out4 User-Name Attribute (1), length: 12, Value: bob-tagged
/external/libxml2/
DHACKING6 - in the meantime the old 1.x code has been tagged with LIB_XML_1_BRANCH
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/
DCHANGES14 - Fix to CHOICE decoder to handle explicitly tagged, indefinite length
128 - Fix to explicitly tagged items decoding support.
210 - Fix to encoder to properly handle explicitly tagged untagged items.
/external/wpa_supplicant_8/src/radius/
Dradius.c1439 int *tagged) in radius_msg_get_vlanid() argument
1451 tagged[j] = 0; in radius_msg_get_vlanid()
1503 else if (data[0] == 0x31 && tagged && in radius_msg_get_vlanid()
1505 tagged[taggedidx++] = vlan_id; in radius_msg_get_vlanid()
1523 qsort(tagged, taggedidx, sizeof(int), cmp_int); in radius_msg_get_vlanid()
Dradius.h283 int *tagged);
/external/e2fsprogs/lib/et/test_cases/
Dimap_err.et122 # Following used for internationalization of tagged OK response
/external/dnsmasq/
Ddnsmasq.conf.example201 # Send extra options which are tagged as "red" to
205 # Send extra options which are tagged as "red" to
215 # Send extra options which are tagged as "red" to any machine whose
219 # Send extra options which are tagged as "red" to any machine one
223 # Send extra options which are tagged as "red" to any machine whose
/external/v8/test/cctest/compiler/
Dtest-simplified-lowering.cc412 bool tagged; member in v8::internal::compiler::AccessTester
420 : tagged(t), in AccessTester()
525 if (tagged) { in GetElement()
534 ElementAccess access = {tagged ? kTaggedBase : kUntaggedBase, in GetElementAccess()
535 tagged ? FixedArrayBase::kHeaderSize : 0, in GetElementAccess()
542 FieldAccess access = {tagged ? kTaggedBase : kUntaggedBase, in GetFieldAccess()
543 offset + (tagged ? FixedArrayBase::kHeaderSize : 0), in GetFieldAccess()
553 return tagged ? t->HeapConstant(tagged_array) in GetBaseNode()

12345