Home
last modified time | relevance | path

Searched defs:bais (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java133 ByteArrayInputStream bais = new ByteArrayInputStream(encodedCbor); in canonicalizeCbor() local
147 ByteArrayInputStream bais = new ByteArrayInputStream(encodedBytes); in cborPrettyPrint() local
519 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1CheckSignature() local
588 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetData() local
631 ByteArrayInputStream bais = new ByteArrayInputStream(signatureCose1); in coseSign1GetX5Chain() local
798 ByteArrayInputStream bais = new ByteArrayInputStream(data); in cborToDataItem() local
956 ByteArrayInputStream bais = new ByteArrayInputStream(resultingCertBytes); in signPublicKeyWithPrivateKey() local
969 ByteArrayInputStream bais = new ByteArrayInputStream(encodedSessionTranscript); in buildDeviceAuthenticationCbor() local
995 ByteArrayInputStream bais = new ByteArrayInputStream(encodedSessionTranscript); in buildReaderAuthenticationBytesCbor() local
1328 ByteArrayInputStream bais = new ByteArrayInputStream(cborBytes); in getPopSha256FromAuthKeyCert() local
/cts/common/device-side/bedstead/queryable/src/test/java/com/android/queryable/util/
DSerializableParcelWrapperTest.java67 try(ByteArrayInputStream bais = new ByteArrayInputStream(bytes); in deserialize()
/cts/tools/cfassembler/src/dxconvext/
DClassFileAssembler.java78 ByteArrayInputStream bais = new ByteArrayInputStream(cfhbytes); in run() local
/cts/tests/tests/util/src/android/util/cts/
DRationalTest.java492 ByteArrayInputStream bais = new ByteArrayInputStream(array); in deserialize() local