just to keep an idea and get feedback on it:
these are single-pass authenticated encryption ciphers. aes-gcm is even supported by special cpu instructions.
by using them, we maybe could improve cpu load and performance compared to the 2-pass method aes-ctr + hmac-sha256 that is used now.