nrfxlib API 2.8.99
|
void ocrypto_aes_ccm_final_enc | ( | ocrypto_aes_ccm_ctx * | ctx, |
uint8_t * | tag, | ||
size_t | tag_len ) |
#include <crypto/nrf_oberon/include/ocrypto_aes_ccm.h>
AES-CCM final encoder step.
The generator state ctx
is used to finalize the encryption and generate the tag.
ctx | Generator state. | |
[out] | tag | Generated authentication tag. |
tag_len | Length of tag . |