]> git.saurik.com Git - apple/xnu.git/blame - bsd/crypto/aes/i386/Context.h
xnu-1699.32.7.tar.gz
[apple/xnu.git] / bsd / crypto / aes / i386 / Context.h
CommitLineData
6d2010ae
A
1// Define byte offset of key within context structure.
2#define ContextKey 0
3
4/* Define byte offset of key length within context structure. The number
5 stored there is the number of bytes from the start of the first round key
6 to the start of the last round key. That is 16 less than the number of
7 bytes in the entire key.
8*/
9#define ContextKeyLength 240