Searched refs:CIPHER_ALGORITHM (Results 1 – 7 of 7) sorted by relevance
52 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in WifiConfigStoreEncryptionUtil76 mEncryptCipher = Cipher.getInstance(CIPHER_ALGORITHM); in WifiConfigStoreEncryptionUtil()78 reportException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in WifiConfigStoreEncryptionUtil()131 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt()138 reportException(e, "decrypt could not find cipher algorithm " + CIPHER_ALGORITHM); in decrypt()
67 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in BluetoothKeystoreService593 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt()615 reportKeystoreException(e, "encrypt could not find the algorithm: " + CIPHER_ALGORITHM); in encrypt()647 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt()663 e, "decrypt could not find cipher algorithm " + CIPHER_ALGORITHM); in decrypt()
142 cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encrypt()184 cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decrypt()
40 public static final String CIPHER_ALGORITHM = "AES/CTR/NoPadding"; field in Cryptor
99 private static final String CIPHER_ALGORITHM = "AES/GCM/NoPadding"; field in CarServiceUtils857 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in encryptData()880 Cipher cipher = Cipher.getInstance(CIPHER_ALGORITHM); in decryptData()
1253 private static final String CIPHER_ALGORITHM = "AES_128/CBC/NoPadding"; field in EapSimAkaAttribute.AtEncrData1304 cipherAlgorithm = Cipher.getInstance(CIPHER_ALGORITHM); in doCipherOperation()1310 SecretKeySpec secretKey = new SecretKeySpec(key, CIPHER_ALGORITHM); in doCipherOperation()
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...