mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 15:24:14 +00:00
aes ctr128 is verified
This commit is contained in:
parent
17890be353
commit
ae2b415c6d
3 changed files with 92 additions and 3 deletions
|
|
@ -34,6 +34,10 @@ CORE_DECLARE(status_t) aes_cbc_decrypt(const c_uint8_t *key,
|
|||
const c_uint8_t *in, const c_uint32_t inlen,
|
||||
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 *out);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue