nrfxlib API 2.8.99
|
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
.
[out] | ctx | Context. |
iv | Initial vector. | |
iv_len | Length of iv . |