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.java967 ByteArrayOutputStream daBaos = new ByteArrayOutputStream(); in buildDeviceAuthenticationCbor() local
975 new CborEncoder(daBaos).encode(new CborBuilder() in buildDeviceAuthenticationCbor()
986 return daBaos.toByteArray(); in buildDeviceAuthenticationCbor()
993 ByteArrayOutputStream daBaos = new ByteArrayOutputStream(); in buildReaderAuthenticationBytesCbor() local
1001 new CborEncoder(daBaos).encode(new CborBuilder() in buildReaderAuthenticationBytesCbor()
1011 byte[] readerAuthentication = daBaos.toByteArray(); in buildReaderAuthenticationBytesCbor()