Searched refs:assertInitEncryptSucceeds (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | CipherTest.java | 1096 assertInitEncryptSucceeds(transformation, good); in testInitEncryptSymmetricFailsWhenNotAuthorizedToEncrypt() 1115 assertInitEncryptSucceeds(transformation, good); in testInitEncryptAsymmetricIgnoresAuthorizedPurposes() 1116 assertInitEncryptSucceeds(transformation, in testInitEncryptAsymmetricIgnoresAuthorizedPurposes() 1173 assertInitEncryptSucceeds(transformation, good); in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized() 1196 assertInitEncryptSucceeds(transformation, good); in testInitEncryptAsymmetricIgnoresAuthorizedBlockModes() 1197 assertInitEncryptSucceeds(transformation, in testInitEncryptAsymmetricIgnoresAuthorizedBlockModes() 1257 assertInitEncryptSucceeds(transformation, good); in testInitEncryptSymmetricFailsWhenDigestNotAuthorized() 1284 assertInitEncryptSucceeds(transformation, good); in testInitEncryptAsymmetricIgnoresAuthorizedDigests() 1285 assertInitEncryptSucceeds(transformation, in testInitEncryptAsymmetricIgnoresAuthorizedDigests() 1354 assertInitEncryptSucceeds(transformation, good); in testInitEncryptSymmetricFailsWhenPaddingSchemeNotAuthorized() [all …]
|