]>
git.saurik.com Git - apple/xnu.git/blob - bsd/crypto/aes/i386/Context.h
1 // Define byte offset of key within context structure.
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.
9 #define ContextKeyLength 240