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

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-enc.c102 rk = os_malloc(AES_PRIV_SIZE);
124 os_memset(ctx, 0, AES_PRIV_SIZE);
H A Daes-internal-dec.c63 rk = os_malloc(AES_PRIV_SIZE);
159 os_memset(ctx, 0, AES_PRIV_SIZE);
H A Daes_i.h120 #define AES_PRIV_SIZE (4 * 4 * 15 + 4) macro
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c102 rk = os_malloc(AES_PRIV_SIZE);
124 os_memset(ctx, 0, AES_PRIV_SIZE);
H A Daes-internal-dec.c63 rk = os_malloc(AES_PRIV_SIZE);
159 os_memset(ctx, 0, AES_PRIV_SIZE);
H A Daes_i.h120 #define AES_PRIV_SIZE (4 * 4 * 15 + 4) macro
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c102 rk = os_malloc(AES_PRIV_SIZE);
124 os_memset(ctx, 0, AES_PRIV_SIZE);
H A Daes-internal-dec.c63 rk = os_malloc(AES_PRIV_SIZE);
159 os_memset(ctx, 0, AES_PRIV_SIZE);
H A Daes_i.h120 #define AES_PRIV_SIZE (4 * 4 * 15 + 4) macro

Completed in 94 milliseconds