libtropic
C library for TROPIC01 chip
|
int lt_aesgcm_init_and_key | ( | void * | ctx, |
const uint8_t * | key, | ||
uint32_t | key_len | ||
) |
This function initializes AES GCM context with keys
ctx | AESGCM context structure |
key | The key value |
key_len | Length of key in bytes |