mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
improve performance for aes-ctr128
This commit is contained in:
parent
ae2b415c6d
commit
d188863cdf
2 changed files with 63 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ CORE_DECLARE(status_t) aes_cbc_decrypt(const c_uint8_t *key,
|
|||
c_uint8_t *out, c_uint32_t *outlen);
|
||||
|
||||
CORE_DECLARE(status_t) aes_ctr128_encrypt(const c_uint8_t *key,
|
||||
c_uint8_t *ivec, const c_uint8_t *in, const c_uint32_t len,
|
||||
c_uint8_t *ivec, const c_uint8_t *in, const c_uint32_t inlen,
|
||||
c_uint8_t *out);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue