Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DRSACipherTest.java44 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionAndDecryptionSucceedsWithInputShorterThanModulus()
77 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionSucceedsWithPlaintextOneSmallerThanModulus()
105 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionFailsWithPlaintextEqualToModulus()
133 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionFailsWithPlaintextOneLargerThanModulus()
163 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionFailsWithPlaintextOneByteLongerThanModulus()
195 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingDecryptionFailsWithCiphertextOneByteLongerThanModulus()
226 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingWithZeroMessage()
DCipherTest.java1015 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenNotAuthorizedToDecrypt()
1034 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenNotAuthorizedToEncrypt()
1053 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedPurposes()
1078 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenBlockModeNotAuthorized()
1110 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1133 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedBlockModes()
1157 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenDigestNotAuthorized()
1195 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenDigestNotAuthorized()
1222 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedDigests()
1252 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenPaddingSchemeNotAuthorized()
[all …]
DTestUtils.java885 static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils
887 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, false); in getMinimalWorkingImportParametersForCipheringWith()
890 static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils
892 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, in getMinimalWorkingImportParametersForCipheringWith()
896 static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils