pub fn aes_key_gen_assist_m128i<const IMM: i32>(a: m128i) -> m128i
Available with target feature aes only.
Expand description

Assist in expanding an AES cipher key.

This computes steps towards generating a round key for an encryption cipher using data from a and an 8-bit round constant specified by the IMM constant used.