Searched refs:getMinimalWorkingImportParametersForCipheringWith (Results 1 – 3 of 3) sorted by relevance
701 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 …]
78 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()
1167 public static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils1169 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, false); in getMinimalWorkingImportParametersForCipheringWith()1172 public static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils1174 return getMinimalWorkingImportParametersForCipheringWith(transformation, purposes, in getMinimalWorkingImportParametersForCipheringWith()1178 public static KeyProtection getMinimalWorkingImportParametersForCipheringWith( in getMinimalWorkingImportParametersForCipheringWith() method in TestUtils