Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java110 private final SupportedKeyAlgorithm[] SUPPORTED_KEY_ALGORITHMS = new SupportedKeyAlgorithm[] { field in KeyManagementTest
420 for (SupportedKeyAlgorithm supportedKey : SUPPORTED_KEY_ALGORITHMS) { in testCanGenerateKeyPairWithKeyAttestation()
435 for (SupportedKeyAlgorithm supportedKey : SUPPORTED_KEY_ALGORITHMS) { in testCanGenerateKeyPairWithKeyAttestationUsingStrongBox()
493 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in assertAllVariantsOfDeviceIdAttestation()
552 for (SupportedKeyAlgorithm supportedKey : SUPPORTED_KEY_ALGORITHMS) { in testProfileOwnerCannotAttestDeviceUniqueIds()
/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java116 private static final SupportedKeyAlgorithm[] SUPPORTED_KEY_ALGORITHMS = field in DeviceOwnerKeyManagementTest
484 for (SupportedKeyAlgorithm supportedKey: SUPPORTED_KEY_ALGORITHMS) { in assertAllVariantsOfDeviceIdAttestation()