Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DCipherTest.java769 assertInitEncryptSucceeds(algorithm, getUnlockedDeviceRequiredParams(algorithm)); in testUnlockedDeviceRequiredKeysDoNotRequireSecureLockScreen()
1426 assertInitEncryptSucceeds(transformation, good); in testInitEncryptSymmetricFailsWhenNotAuthorizedToEncrypt()
1446 assertInitEncryptSucceeds(transformation, good); in testInitEncryptAsymmetricIgnoresAuthorizedPurposes()
1447 assertInitEncryptSucceeds(transformation, in testInitEncryptAsymmetricIgnoresAuthorizedPurposes()
1506 assertInitEncryptSucceeds(transformation, good); in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1530 assertInitEncryptSucceeds(transformation, good); in testInitEncryptAsymmetricIgnoresAuthorizedBlockModes()
1531 assertInitEncryptSucceeds(transformation, in testInitEncryptAsymmetricIgnoresAuthorizedBlockModes()
1593 assertInitEncryptSucceeds(transformation, good); in testInitEncryptSymmetricFailsWhenDigestNotAuthorized()
1621 assertInitEncryptSucceeds(transformation, good); in testInitEncryptAsymmetricIgnoresAuthorizedDigests()
1622 assertInitEncryptSucceeds(transformation, in testInitEncryptAsymmetricIgnoresAuthorizedDigests()
[all …]