![]() |
nrfxlib API 3.3.99
|
AES key wrap algorithm. More...
Files | |
| file | ocrypto_aes_key_wrap.h |
| AES key wrap API, with and without padding. | |
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 algorithm.
AES Key Wrap is an AES based key wrap algorithm. There are variants with and without padding.