![]() |
nrfxlib API 3.3.99
|
| void ocrypto_aes_ecb_init_dec | ( | ocrypto_aes_ecb_ctx * | ctx, |
| const uint8_t * | key, | ||
| size_t | size ) |
#include <crypto/nrf_oberon/include/ocrypto_aes_ecb.h>
AES-ECB decrypt initialization.
The context ctx is initialized using the given key key.
| [out] | ctx | Context. |
| key | AES key. | |
| size | Key size (16, 24, or 32 bytes). |