Searched refs:modulusLengthBytes (Results 1 – 1 of 1) sorted by relevance
471 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEmptyPlaintextEncryptsAndDecrypts() local473 expectedPlaintext, modulusLengthBytes); in testEmptyPlaintextEncryptsAndDecrypts()524 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEncryptsAndDecryptsInterrupted() local526 expectedPlaintext, modulusLengthBytes); in testEncryptsAndDecryptsInterrupted()581 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEncryptsAndDecryptsUsingCipherStreams() local583 expectedPlaintext, modulusLengthBytes); in testEncryptsAndDecryptsUsingCipherStreams()712 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired() local715 expectedPlaintext, modulusLengthBytes); in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()842 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testCiphertextGeneratedByAndroidKeyStoreDecryptsByAndroidKeyStore() local844 expectedPlaintext, modulusLengthBytes); in testCiphertextGeneratedByAndroidKeyStoreDecryptsByAndroidKeyStore()[all …]