- aes_128_key_expansion
__m128i aes_128_key_expansion(__m128i key, __m128i key_with_rcon)
Undocumented in source. Be warned that the author may not have intended to support it.
- aes_192_key_expansion
void aes_192_key_expansion(__m128i* K1, __m128i* K2, __m128i key2_with_rcon, uint* output, bool last)
Undocumented in source. Be warned that the author may not have intended to support it.
- aes_256_key_expansion
__m128i aes_256_key_expansion(__m128i key, __m128i key2)
Undocumented in source. Be warned that the author may not have intended to support it.
AES using AES-NI instructions