Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java927 ByteArrayOutputStream daBaos = new ByteArrayOutputStream(); in buildDeviceAuthenticationCbor() local
935 new CborEncoder(daBaos).encode(new CborBuilder() in buildDeviceAuthenticationCbor()
946 return daBaos.toByteArray(); in buildDeviceAuthenticationCbor()
953 ByteArrayOutputStream daBaos = new ByteArrayOutputStream(); in buildReaderAuthenticationBytesCbor() local
961 new CborEncoder(daBaos).encode(new CborBuilder() in buildReaderAuthenticationBytesCbor()
971 byte[] readerAuthentication = daBaos.toByteArray(); in buildReaderAuthenticationBytesCbor()