nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ ocrypto_aes_ctr_encrypt()

void ocrypto_aes_ctr_encrypt ( uint8_t * ct,
const uint8_t * pt,
size_t pt_len,
const uint8_t * key,
size_t size,
const uint8_t iv[16] )

#include <crypto/nrf_oberon/include/ocrypto_aes_ctr.h>

AES-CTR encryption.

Parameters
[out]ctCiphertext.
ptPlaintext.
pt_lenLength of pt and ct.
keyAES key.
sizeKey size (16, 24, or 32).
ivInitial vector.
Remarks
ct may be same as pt.