Searched refs:AES_GCM_IV_SIZE (Results 1 – 1 of 1) sorted by relevance
55 private static final int AES_GCM_IV_SIZE = 12; field in SyntheticPasswordCrypto69 byte[] iv = Arrays.copyOfRange(blob, 0, AES_GCM_IV_SIZE); in decrypt()70 byte[] ciphertext = Arrays.copyOfRange(blob, AES_GCM_IV_SIZE, blob.length); in decrypt()90 if (iv.length != AES_GCM_IV_SIZE) { in encrypt()