mbedtls_ctr_increment_counter() function
Increment a big-endian 16-byte value. This is quite performance-sensitive for AES-CTR and CTR-DRBG.
Syntax
static inline void mbedtls_ctr_increment_counter(uint8_t n[16]); Arguments
n
A 16-byte value to be incremented.