Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
58469af7
Commit
58469af7
authored
19 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Trivial whitespace changes.
Rev: src/nettle/x86/aes-encrypt-internal.asm:1.2
parent
1017b187
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
x86/aes-encrypt-internal.asm
+6
-6
6 additions, 6 deletions
x86/aes-encrypt-internal.asm
with
6 additions
and
6 deletions
x86/aes-encrypt-internal.asm
+
6
−
6
View file @
58469af7
C
-*-
mode
:
asm
; asm-comment-char: ?C; -*-
C
nettle
,
low
-
level
cryptographics
library
C
C
Copyright
(
C
)
2001
,
2002
Rafael
R.
Sevilla
,
Niels
Mller
C
Copyright
(
C
)
2001
,
2002
,
2005
Rafael
R.
Sevilla
,
Niels
Mller
C
C
The
nettle
library
is
free
software
; you can redistribute it and/or modify
C
it
under
the
terms
of
the
GNU
Lesser
General
Public
License
as
published
by
...
...
@@ -90,16 +90,16 @@ PROLOGUE(_nettle_aes_encrypt)
movl
KEY
,
FRAME_KEY
.align
16
.Lround_loop:
AES_ROUND
(
T
,
SA
,
SB
,
SC
,
SD
,
TMP
,
KEY
)
AES_ROUND
(
T
,
SA
,
SB
,
SC
,
SD
,
TMP
,
KEY
)
pushl
TMP
AES_ROUND
(
T
,
SB
,
SC
,
SD
,
SA
,
TMP
,
KEY
)
AES_ROUND
(
T
,
SB
,
SC
,
SD
,
SA
,
TMP
,
KEY
)
pushl
TMP
AES_ROUND
(
T
,
SC
,
SD
,
SA
,
SB
,
TMP
,
KEY
)
AES_ROUND
(
T
,
SC
,
SD
,
SA
,
SB
,
TMP
,
KEY
)
pushl
TMP
AES_ROUND
(
T
,
SD
,
SA
,
SB
,
SC
,
TMP
,
KEY
)
AES_ROUND
(
T
,
SD
,
SA
,
SB
,
SC
,
TMP
,
KEY
)
movl
TMP
,
SD
popl
SC
...
...
@@ -145,7 +145,7 @@ PROLOGUE(_nettle_aes_encrypt)
C
Add
last
subkey
,
and
store
encrypted
data
movl
FRAME_DST
,
TMP
movl
FRAME_KEY
,
KEY
AES_STORE
(
SA
,
SB
,
SC
,
SD
,
KEY
,
TMP
)
AES_STORE
(
SA
,
SB
,
SC
,
SD
,
KEY
,
TMP
)
addl
$
16
,
FRAME_DST
C
Increment
destination
pointer
subl
$
16
,
FRAME_LENGTH
C
Length
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment