Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DCipherTest.java701 return TestUtils.getMinimalWorkingImportParametersForCipheringWith(algorithm, in getUnlockedDeviceRequiredParams()
1277 TestUtils.getMinimalWorkingImportParametersForCipheringWith(algorithm, in testAuthBoundKeysAreInvalidatedByLockRemoval()
1301 TestUtils.getMinimalWorkingImportParametersForCipheringWith(BASIC_ALGORITHMS[0], in testAuthBoundKeysKeyPermanentlyInvalidatedException()
1324 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenNotAuthorizedToDecrypt()
1344 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenNotAuthorizedToEncrypt()
1364 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedPurposes()
1390 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenBlockModeNotAuthorized()
1423 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptSymmetricFailsWhenBlockModeNotAuthorized()
1447 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitEncryptAsymmetricIgnoresAuthorizedBlockModes()
1472 KeyProtection good = TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testInitDecryptFailsWhenDigestNotAuthorized()
[all …]
H A DRSACipherTest.java78 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionAndDecryptionSucceedsWithInputShorterThanModulus()
112 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionSucceedsWithPlaintextOneSmallerThanModulus()
141 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionFailsWithPlaintextEqualToModulus()
170 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionFailsWithPlaintextOneLargerThanModulus()
201 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingEncryptionFailsWithPlaintextOneByteLongerThanModulus()
234 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingDecryptionFailsWithCiphertextOneByteLongerThanModulus()
266 TestUtils.getMinimalWorkingImportParametersForCipheringWith( in testNoPaddingWithZeroMessage()
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/util/
H A DTestUtils.java1167 public static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils
1169 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, false); in getMinimalWorkingImportParametersForCipheringWith()
1172 public static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils
1174 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, in getMinimalWorkingImportParametersForCipheringWith()
1178 public static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils