Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 10 of 10) sorted by relevance

/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DRootOfTrust.java48 ASN1Sequence sequence = (ASN1Sequence) asn1Encodable; in RootOfTrust() local
49 if (sequence.size() != 4) { in RootOfTrust()
51 "Incorrect size, actual size is:" + sequence.size()); in RootOfTrust()
54 Asn1Utils.getByteArrayFromAsn1(sequence.getObjectAt(VERIFIED_BOOT_KEY_INDEX)); in RootOfTrust()
55 deviceLocked = Asn1Utils.getBooleanFromAsn1(sequence.getObjectAt(DEVICE_LOCKED_INDEX)); in RootOfTrust()
57 Asn1Utils.getIntegerFromAsn1(sequence.getObjectAt(VERIFIED_BOOT_STATE_INDEX)); in RootOfTrust()
59 Asn1Utils.getByteArrayFromAsn1(sequence.getObjectAt(VERIFIED_BOOT_HASH_INDEX)); in RootOfTrust()
DAttestationPackageInfo.java43 ASN1Sequence sequence = (ASN1Sequence) asn1Encodable; in AttestationPackageInfo() local
46 sequence.getObjectAt(PACKAGE_NAME_INDEX)); in AttestationPackageInfo()
52 version = Asn1Utils.getIntegerFromAsn1(sequence.getObjectAt(VERSION_INDEX)); in AttestationPackageInfo()
DAttestationApplicationId.java77 ASN1Sequence sequence = (ASN1Sequence) asn1Encodable; in AttestationApplicationId() local
78 packageInfos = parseAttestationPackageInfos(sequence.getObjectAt(PACKAGE_INFOS_INDEX)); in AttestationApplicationId()
81 signatureDigests = parseSignatures(sequence.getObjectAt(SIGNATURE_DIGESTS_INDEX)); in AttestationApplicationId()
DAuthorizationList.java184 public AuthorizationList(ASN1Encodable sequence) throws CertificateParsingException { in AuthorizationList() argument
185 if (!(sequence instanceof ASN1Sequence)) { in AuthorizationList()
187 + sequence.getClass().getName()); in AuthorizationList()
190 ASN1SequenceParser parser = ((ASN1Sequence) sequence).parser(); in AuthorizationList()
/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java755 public static byte[] encodeAsSequenceOfLengthPrefixedElements(List<byte[]> sequence) { in encodeAsSequenceOfLengthPrefixedElements() argument
757 sequence.toArray(new byte[sequence.size()][])); in encodeAsSequenceOfLengthPrefixedElements()
760 public static byte[] encodeAsSequenceOfLengthPrefixedElements(byte[][] sequence) { in encodeAsSequenceOfLengthPrefixedElements() argument
762 for (byte[] element : sequence) { in encodeAsSequenceOfLengthPrefixedElements()
767 for (byte[] element : sequence) { in encodeAsSequenceOfLengthPrefixedElements()
775 List<Pair<Integer, byte[]>> sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes() argument
777 .encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes(sequence); in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes()
DApkSigningBlockUtilsLite.java377 List<Pair<Integer, byte[]>> sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes() argument
379 for (Pair<Integer, byte[]> element : sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes()
384 for (Pair<Integer, byte[]> element : sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/queries/
DSliceQueries.kt410 return sequence { in slices()
/tools/test/openhst/
Dstress_test.proto153 // List of steps to take in sequence repeatedly to do the stress test.
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto302 // byte sequence to a string field.
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt474 The sequence of options within a header must be processed strictly in
1633 A flow is a sequence of packets sent from a particular source to a