Home
last modified time | relevance | path

Searched refs:icb (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-gcm.c143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() argument
155 os_memcpy(cb, icb, AES_BLOCK_SIZE); in aes_gctr()