Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
5739d35a
Commit
5739d35a
authored
Feb 15, 2002
by
Niels Möller
Browse files
Define various aes struct offsets.
Rev: src/nettle/asm.m4:1.2
parent
8de6be11
Changes
1
Show whitespace changes
Inline
Side-by-side
src/nettle/asm.m4
View file @
5739d35a
changequote(<,>)dnl
changequote(<,>)dnl
changecom(!,<
changecom(!,<
>)dnl
>)dnl
dnl Offsets in aes_ctx and aes_table
define(AES_KEYS, 0)dnl
define(AES_NROUNDS, 240)dnl
define(AES_SBOX, 0)dnl
define(AES_IDX1, 256)dnl
define(AES_IDX2, 272)dnl
define(AES_IDX3, 288)dnl
dnl define(AES_SIDX1, 304)dnl
dnl define(AES_SIDX2, 320)dnl
dnl define(AES_SIDX3, 336)dnl
dnl define(AES_TABLE, 352)dnl
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment