S | |
shift_rows, aes128Pkg | |
T | |
to_logic | |
to_matrix, aes128 | |
to_word, aes128Pkg | |
X | |
xor_matrix_logic, aes128Pkg | |
xor_words, keyExpansion |
Shifts the rows of a provided Matrix as defined for AES.
function automatic Matrix shift_rows
Converts a matrix to a logic[127:0].
function logic[127:0] to_logic
Converts four Words into a logic [127:0].
function logic [127:0] to_logic
Converts a logic[127:0] to a Matrix.
function Matrix to_matrix
Converts a Word to a logic[31:0].
function automatic Word to_word
Perform an XOR operation given a Matrix and a logic[127:0].
function automatic Matrix xor_matrix_logic
An exclusive-or (XOR) operation for two Words.
function Word xor_words