nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_aes_gcm_init_iv()

void ocrypto_aes_gcm_init_iv ( ocrypto_aes_gcm_ctx *  ctx,
const uint8_t *  iv,
size_t  iv_len 
)

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

AES-GCM iv initialization.

The context ctx is initialized using the given initial vector iv.

Parameters
[out]ctxContext.
ivInitial vector.
iv_lenLength of iv.