Lines Matching full:round
20 /// Performs a single round of AES encryption using the Equivalent
22 /// operand using a 128-bit round key value contained in the second source
32 /// A 128-bit integer vector containing the round key value.
40 /// Performs the final round of AES encryption using the Equivalent
42 /// operand using a 128-bit round key value contained in the second source
52 /// A 128-bit integer vector containing the round key value.
60 /// Performs a single round of AES decryption using the Equivalent
62 /// operand using a 128-bit round key value contained in the second source
72 /// A 128-bit integer vector containing the round key value.
80 /// Performs the final round of AES decryption using the Equivalent
82 /// operand using a 128-bit round key value contained in the second source
92 /// A 128-bit integer vector containing the round key value.
117 /// Generates a round key for AES encryption, operating on 128-bit data
118 /// specified in the first source operand and using an 8-bit round constant
133 /// An 8-bit round constant used to generate the AES encryption key.
134 /// \returns A 128-bit round key for AES encryption.