MCPcopy Create free account
hub / github.com/B-Con/crypto-algorithms / aes_key_setup

Function aes_key_setup

aes.c:555–582  ·  view source on GitHub ↗

Performs the action of generating the keys that will be used in every round of encryption. "key" is the user-supplied input key, "w" is the output key schedule, "keysize" is the length in bits of "key", must be 128, 192, or 256.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

aes_encrypt_ccmFunction · 0.85
aes_decrypt_ccmFunction · 0.85
aes_ecb_testFunction · 0.85
aes_cbc_testFunction · 0.85
aes_ctr_testFunction · 0.85

Calls 1

SubWordFunction · 0.85

Tested by 3

aes_ecb_testFunction · 0.68
aes_cbc_testFunction · 0.68
aes_ctr_testFunction · 0.68