nrfxlib API 2.8.99
|
void ocrypto_aes_ctr_decrypt | ( | uint8_t * | pt, |
const uint8_t * | ct, | ||
size_t | ct_len, | ||
const uint8_t * | key, | ||
size_t | size, | ||
const uint8_t | iv[16] ) |
#include <crypto/nrf_oberon/include/ocrypto_aes_ctr.h>
AES-CTR decryption.
[out] | pt | Plaintext. |
ct | Ciphertext. | |
ct_len | Length of pt and ct . | |
key | AES key. | |
size | Key size (16, 24, or 32). | |
iv | Initial vector. |
ct
may be same as pt
.