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
David Price
openairinterface5G
Commits
e63475de
Commit
e63475de
authored
Oct 01, 2016
by
Rohit Gupta
Browse files
minor fix for compilation of core simulators
parent
d9398cdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair3/TEST/test_aes128_ctr_decrypt.c
View file @
e63475de
...
...
@@ -48,7 +48,7 @@ void test_uncipher_ctr(const struct nettle_cipher *cipher, const uint8_t *key,
uint8_t
*
data
=
malloc
(
length
);
uint8_t
*
ctr
=
malloc
(
cipher
->
block_size
);
cipher
->
set_encrypt_key
(
ctx
,
key
);
cipher
->
set_encrypt_key
(
ctx
,
key_length
,
key
);
memcpy
(
ctr
,
ictr
,
cipher
->
block_size
);
ctr_crypt
(
ctx
,
cipher
->
encrypt
,
...
...
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