Searched refs:CryptoMode (Results 1 – 5 of 5) sorted by relevance
45 @C.CryptoMode public int mode;87 byte[] key, byte[] iv, @C.CryptoMode int mode, int encryptedBlocks, int clearBlocks) { in set()
44 @C.CryptoMode public final int cryptoMode;69 public CryptoData(@C.CryptoMode int cryptoMode, byte[] encryptionKey, int encryptedBlocks, in CryptoData()
83 @C.CryptoMode
269 @C.CryptoMode int mode = C.CRYPTO_MODE_AES_CBC; in createCryptoInfo()
123 public @interface CryptoMode {} annotation in C