MCPcopy Create free account

hub / github.com/bricke/Qt-AES / functions

Functions124 in github.com/bricke/Qt-AES

MethodQAESEncryption
qaesencryption.cpp:217
MethodRemovePadding
qaesencryption.cpp:77
MethodaddRoundKey
This function adds the round key to state. The round key is added to the state by an XOR function.
qaesencryption.cpp:334
MethodbyteXor
qaesencryption.cpp:466
Methodcipher
Cipher is the main function that encrypts the PlainText.
qaesencryption.cpp:479
MethodcleanupTestCase
unit_test/aestest.h:101
MethodcornerCaseEmptyInput
unit_test/aes_openssl_crosscheck.cpp:176
MethodcornerCasePartialBlock
unit_test/aes_openssl_crosscheck.cpp:193
MethodgenerateKey
qaesencryption.cpp:144
MethodgetPadding
qaesencryption.cpp:232
MethodinitTestCase
unit_test/aestest.cpp:135
MethodinteropRoundTrip
unit_test/aes_openssl_crosscheck.cpp:128
MethodinteropRoundTrip_data
unit_test/aes_openssl_crosscheck.cpp:68
MethodinvCipher
qaesencryption.cpp:507
MethodinvMixColumns
MixColumns function mixes the columns of the state matrix. The method used to multiply may be difficult to understand for the inexperienced. Please us
qaesencryption.cpp:410
MethodinvShiftRows
qaesencryption.cpp:436
MethodinvSubBytes
The SubBytes Function Substitutes the values in the state matrix with values in an S-box.
qaesencryption.cpp:429
Functionmain
main.cpp:8
Functionmain
unit_test/aes_openssl_crosscheck_main.cpp:4
MethodmixColumns
MixColumns function mixes the columns of the state matrix optimized!!
qaesencryption.cpp:384
MethodshiftRows
The ShiftRows() function shifts the rows in the state to the left. Each row is shifted with different offset. Offset = Row number. So the first row is
qaesencryption.cpp:353
MethodsubBytes
The SubBytes Function Substitutes the values in the state matrix with values in an S-box.
qaesencryption.cpp:343
MethodxcryptCTR
qaesencryption.cpp:547
MethodxcryptOFB
OFB and CTR are symmetric (encrypt == decrypt). A single implementation is shared by encode() and decode() to avoid duplication and divergence.
qaesencryption.cpp:538
← previous101–124 of 124, ranked by callers