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
Brian Smith
nettle
Commits
e11c6e6e
Commit
e11c6e6e
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
c6eac6a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
e11c6e6e
...
...
@@ -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