Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DDynamicAuthTest.java263 byte[] deviceAuthenticationCbor = Util.buildDeviceAuthenticationCbor( in dynamicAuthTest()
304 deviceAuthenticationCbor = Util.buildDeviceAuthenticationCbor( in dynamicAuthTest()
439 deviceAuthenticationCbor = Util.buildDeviceAuthenticationCbor( in dynamicAuthTest()
DUtil.java924 static byte[] buildDeviceAuthenticationCbor(String docType, in buildDeviceAuthenticationCbor() method in Util