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