Home
last modified time | relevance | path

Searched defs:xlen (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/riscv/include/riscv/
Dencoding.h96 #define MCONTROL_TYPE(xlen) (0xfULL<<((xlen)-4)) argument
97 #define MCONTROL_DMODE(xlen) (1ULL<<((xlen)-5)) argument
98 #define MCONTROL_MASKMAX(xlen) (0x3fULL<<((xlen)-11)) argument
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash()
143 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr()