Searched refs:modulusLengthBytes (Results 1 – 1 of 1) sorted by relevance
420 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEmptyPlaintextEncryptsAndDecrypts() local422 expectedPlaintext, modulusLengthBytes); in testEmptyPlaintextEncryptsAndDecrypts()471 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEncryptsAndDecryptsInterrupted() local473 expectedPlaintext, modulusLengthBytes); in testEncryptsAndDecryptsInterrupted()573 … int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired() local575 expectedPlaintext, modulusLengthBytes); in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired()627 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testCiphertextGeneratedByAndroidKeyStoreDecryptsByAndroidKeyStore() local629 expectedPlaintext, modulusLengthBytes); in testCiphertextGeneratedByAndroidKeyStoreDecryptsByAndroidKeyStore()716 int modulusLengthBytes = (TestUtils.getKeySizeBits(encryptionKey) + 7) / 8; in testCiphertextGeneratedByHighestPriorityProviderDecryptsByAndroidKeyStore() local718 expectedPlaintext, modulusLengthBytes); in testCiphertextGeneratedByHighestPriorityProviderDecryptsByAndroidKeyStore()[all …]