Function core::arch::x86_64::_mm_aeskeygenassist_si128

1.27.0 · source ·
pub unsafe fn _mm_aeskeygenassist_si128(a: __m128i, const IMM8: i32) -> __m128i
Available on (x86 or x86-64) and target feature aes and x86-64 only.
Expand description

协助扩展 AES 密钥。

通过计算以下步骤来协助扩展 AES 密码密钥:使用 a

8 位舍入常数 IMM8

Intel’s documentation