Searched refs:DECRYPT (Results 1 – 2 of 2) sorted by relevance
103 DECRYPT enumConstant341 return aesGcmInternal(AesGcmOperation.DECRYPT, key, nonce, ciphertext, aad); in aesGcmDecrypt()356 if (operation == AesGcmOperation.DECRYPT) { in aesGcmInternal()
187 public static final int KM_PURPOSE_DECRYPT = KeyPurpose.DECRYPT;