Searched refs:AES_PRIV_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/crypto/
H A Daes-internal-enc.c106 rk = os_malloc(AES_PRIV_SIZE);
129 os_memset(ctx, 0, AES_PRIV_SIZE);
H A Daes-internal-dec.c63 rk = os_malloc(AES_PRIV_SIZE);
161 os_memset(ctx, 0, AES_PRIV_SIZE);
H A Daes_i.h120 #define AES_PRIV_SIZE (4 * 4 * 15 + 4) macro

Completed in 52 milliseconds