Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
28b51235
Commit
28b51235
authored
Jan 14, 2007
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indent
Originally committed as revision 7493 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
954bd264
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
aes.c
libavutil/aes.c
+5
-5
No files found.
libavutil/aes.c
View file @
28b51235
...
...
@@ -183,11 +183,11 @@ AVAES *av_aes_init(uint8_t *key, int key_bits, int decrypt) {
}
if
(
decrypt
){
for
(
i
=
1
;
i
<
rounds
;
i
++
){
for
(
j
=
0
;
j
<
16
;
j
++
)
a
->
round_key
[
i
][
0
][
j
]
=
sbox
[
a
->
round_key
[
i
][
0
][
j
]];
mix
(
a
->
round_key
[
i
],
dec_multbl
);
}
for
(
i
=
1
;
i
<
rounds
;
i
++
){
for
(
j
=
0
;
j
<
16
;
j
++
)
a
->
round_key
[
i
][
0
][
j
]
=
sbox
[
a
->
round_key
[
i
][
0
][
j
]];
mix
(
a
->
round_key
[
i
],
dec_multbl
);
}
}
return
a
;
...
...
Write
Preview
Markdown
is supported
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