Function aes_encrypt_m128i
pub fn aes_encrypt_m128i(a: m128i, round_key: m128i) -> m128i
Available on crate feature
dep_safe_arch
only.Expand description
Perform one round of an AES encryption flow on a
using the round_key
.
- Intrinsic:
_mm_aesenc_si128
- Assembly:
aesenc xmm, xmm