Skip to content
GitLab
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
0f604f2a
Commit
0f604f2a
authored
Feb 16, 2002
by
Niels Möller
Browse files
Update round for each subkeys that is accessed.
Rev: src/nettle/sparc/aes.asm:1.41
parent
015c34b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/sparc/aes.asm
View file @
0f604f2a
...
...
@@ -162,9 +162,9 @@ _aes_crypt:
add
idx
,
4
,
idx
!
Fetch
roundkey
add
round
,
ctx
,
t1
ld
[
t1
+
i
],
t1
ld
[
ctx
+
round
]
,
t1
add
round
,
4
,
round
xor
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t1
,
t0
...
...
@@ -178,7 +178,6 @@ _aes_crypt:
!
switch
roles
for
tmp
and
wtxt
xor
wtxt
,
di
ff
,
wtxt
add
round
,
16
,
round
cmp
round
,
nrounds
blu
.Lround_loop
xor
tmp
,
di
ff
,
tmp
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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