Searched refs:AES_PRIV_SIZE (Results 1 – 3 of 3) sorted by relevance
102 rk = os_malloc(AES_PRIV_SIZE); in aes_encrypt_init()124 os_memset(ctx, 0, AES_PRIV_SIZE); in aes_encrypt_deinit()
63 rk = os_malloc(AES_PRIV_SIZE); in aes_decrypt_init()159 os_memset(ctx, 0, AES_PRIV_SIZE); in aes_decrypt_deinit()
120 #define AES_PRIV_SIZE (4 * 4 * 15 + 4) macro