![]() |
nrfxlib API 3.3.99
|
AES key wrap API, with and without padding. More...
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Functions | |
| void | ocrypto_aes_kw_wrap (uint8_t *ct, const uint8_t *pt, size_t pt_len, const uint8_t *key, size_t size) |
| int | ocrypto_aes_kw_unwrap (uint8_t *pt, const uint8_t *ct, size_t ct_len, const uint8_t *key, size_t size) |
| void | ocrypto_aes_kwp_wrap (uint8_t *ct, const uint8_t *pt, size_t pt_len, const uint8_t *key, size_t size) |
| int | ocrypto_aes_kwp_unwrap (uint8_t *pt, size_t *pt_len, const uint8_t *ct, size_t ct_len, const uint8_t *key, size_t size) |
AES key wrap API, with and without padding.