Searched refs:sequence (Results 1 – 11 of 11) sorted by relevance
48 ASN1Sequence sequence = (ASN1Sequence) asn1Encodable; in RootOfTrust() local49 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()
43 ASN1Sequence sequence = (ASN1Sequence) asn1Encodable; in AttestationPackageInfo() local46 sequence.getObjectAt(PACKAGE_NAME_INDEX)); in AttestationPackageInfo()52 version = Asn1Utils.getIntegerFromAsn1(sequence.getObjectAt(VERSION_INDEX)); in AttestationPackageInfo()
77 ASN1Sequence sequence = (ASN1Sequence) asn1Encodable; in AttestationApplicationId() local78 packageInfos = parseAttestationPackageInfos(sequence.getObjectAt(PACKAGE_INFOS_INDEX)); in AttestationApplicationId()81 signatureDigests = parseSignatures(sequence.getObjectAt(SIGNATURE_DIGESTS_INDEX)); in AttestationApplicationId()
184 public AuthorizationList(ASN1Encodable sequence) throws CertificateParsingException { in AuthorizationList() argument185 if (!(sequence instanceof ASN1Sequence)) { in AuthorizationList()187 + sequence.getClass().getName()); in AuthorizationList()190 ASN1SequenceParser parser = ((ASN1Sequence) sequence).parser(); in AuthorizationList()
752 public static byte[] encodeAsSequenceOfLengthPrefixedElements(List<byte[]> sequence) { in encodeAsSequenceOfLengthPrefixedElements() argument754 sequence.toArray(new byte[sequence.size()][])); in encodeAsSequenceOfLengthPrefixedElements()757 public static byte[] encodeAsSequenceOfLengthPrefixedElements(byte[][] sequence) { in encodeAsSequenceOfLengthPrefixedElements() argument759 for (byte[] element : sequence) { in encodeAsSequenceOfLengthPrefixedElements()764 for (byte[] element : sequence) { in encodeAsSequenceOfLengthPrefixedElements()772 List<Pair<Integer, byte[]>> sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes() argument774 .encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes(sequence); in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes()
377 List<Pair<Integer, byte[]>> sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes() argument379 for (Pair<Integer, byte[]> element : sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes()384 for (Pair<Integer, byte[]> element : sequence) { in encodeAsSequenceOfLengthPrefixedPairsOfIntAndLengthPrefixedBytes()
410 return sequence { in slices()
1014 secquence||sequence1028 sequece||sequence
153 // List of steps to take in sequence repeatedly to do the stress test.
302 // byte sequence to a string field.
474 The sequence of options within a header must be processed strictly in1633 A flow is a sequence of packets sent from a particular source to a