Searched refs:CIPHER_ALGORITHM (Results 1 – 5 of 5) sorted by relevance
52 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WifiConfigStoreEncryptionUtil87 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt()97 reportException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in encrypt()119 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt()127 reportException(e, "decrypt could not find cipher algorithm " + CIPHER_ALGORITHM); in decrypt()
33 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in ChunkEncryptor63 cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt()
31 private static final String CIPHER_ALGORITHM = "AES/CBC/PKCS5Padding"; field in CryptoHelper63 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptBundle()89 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptBundle()
51 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WrappedKeyTest77 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nullMetadata()96 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in fromSecretKey_createsWrappedKeyThatCanBeUnwrapped_nonNullMetadata()
52 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in ChunkEncryptorTest149 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt_decryptedResultCorrespondsToPlaintext()