Home
last modified time | relevance | path

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

/cts/tests/tests/identity/src/android/security/identity/cts/
DUtilUnitTests.java253 assertFalse(Util.cborDecodeBoolean(Util.cborEncodeBoolean(false))); in cborEncodeDecode()
254 assertTrue(Util.cborDecodeBoolean(Util.cborEncodeBoolean(true))); in cborEncodeDecode()
DProvisioningTest.java157 .putEntry(mdlNs, "Cryptanalyst", idsNoAuth, Util.cborEncodeBoolean(true)) in createCredentialWithChallengeAndAcpId()
DUtil.java739 static byte[] cborEncodeBoolean(boolean value) { in cborEncodeBoolean() method in Util