![]() |
nrfxlib API 3.3.99
|
| void ocrypto_aes_ccm_update_dec | ( | ocrypto_aes_ccm_ctx * | ctx, |
| uint8_t * | pt, | ||
| const uint8_t * | ct, | ||
| size_t | ct_len ) |
#include <crypto/nrf_oberon/include/ocrypto_aes_ccm.h>
AES-CCM incremental decryption.
The ciphertext ct is decrypted to the plaintext pt using the context ctx.
This function can be called repeatedly until the whole message is processed.
| ctx | Context. | |
| [out] | pt | Plaintext. |
| ct | Ciphertext. | |
| ct_len | Length of ct and pt. |
ct may be same as pt. ctx through ocrypto_aes_ccm_init is required before this function can be called.