Method Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
S
 shift_rows, aes128Pkg
T
 to_logic
 to_matrix, aes128
 to_word, aes128Pkg
X
 xor_matrix_logic, aes128Pkg
 xor_words, keyExpansion
function automatic Matrix shift_rows
Shifts the rows of a provided Matrix as defined for AES.
function logic[127:0] to_logic
Converts a matrix to a logic[127:0].
function logic [127:0] to_logic
Converts four Words into a logic [127:0].
function Matrix to_matrix
Converts a logic[127:0] to a Matrix.
function automatic Word to_word
Converts a Word to a logic[31:0].
function automatic Matrix xor_matrix_logic
Perform an XOR operation given a Matrix and a logic[127:0].
function Word xor_words
An exclusive-or (XOR) operation for two Words.
Close