AES jets.

This commit is contained in:
C. Guy Yarvin 2017-10-10 15:56:09 -07:00
parent 1156cccc01
commit fd6f4e500e

View File

@ -2,6 +2,66 @@
*/
#include "all.h"
static u3j_harm _143_hex_aes_ecba_en_a[] = {{".2", u3wea_ecba_en}, {}};
static u3j_harm _143_hex_aes_ecba_de_a[] = {{".2", u3wea_ecba_de}, {}};
static u3j_harm _143_hex_aes_ecbb_en_a[] = {{".2", u3wea_ecbb_en}, {}};
static u3j_harm _143_hex_aes_ecbb_de_a[] = {{".2", u3wea_ecbb_de}, {}};
static u3j_harm _143_hex_aes_ecbc_en_a[] = {{".2", u3wea_ecbc_en}, {}};
static u3j_harm _143_hex_aes_ecbc_de_a[] = {{".2", u3wea_ecbc_de}, {}};
static u3j_harm _143_hex_aes_cbca_en_a[] = {{".2", u3wea_cbca_en}, {}};
static u3j_harm _143_hex_aes_cbca_de_a[] = {{".2", u3wea_cbca_de}, {}};
static u3j_harm _143_hex_aes_cbcb_en_a[] = {{".2", u3wea_cbcb_en}, {}};
static u3j_harm _143_hex_aes_cbcb_de_a[] = {{".2", u3wea_cbcb_de}, {}};
static u3j_harm _143_hex_aes_cbcc_en_a[] = {{".2", u3wea_cbcc_en}, {}};
static u3j_harm _143_hex_aes_cbcc_de_a[] = {{".2", u3wea_cbcc_de}, {}};
static u3j_core _143_hex_aes_ecba_d[] =
{ { "en", _143_hex_aes_ecba_en_a },
{ "de", _143_hex_aes_ecba_de_a },
{}
};
static u3j_core _143_hex_aes_ecbb_d[] =
{ { "en", _143_hex_aes_ecbb_en_a },
{ "de", _143_hex_aes_ecbb_de_a },
{}
};
static u3j_core _143_hex_aes_ecbc_d[] =
{ { "en", _143_hex_aes_ecbc_en_a },
{ "de", _143_hex_aes_ecbc_de_a },
{}
};
static u3j_core _143_hex_aes_cbca_d[] =
{ { "en", _143_hex_aes_cbca_en_a },
{ "de", _143_hex_aes_cbca_de_a },
{}
};
static u3j_core _143_hex_aes_cbcb_d[] =
{ { "en", _143_hex_aes_cbcb_en_a },
{ "de", _143_hex_aes_cbcb_de_a },
{}
};
static u3j_core _143_hex_aes_cbcc_d[] =
{ { "en", _143_hex_aes_cbcc_en_a },
{ "de", _143_hex_aes_cbcc_de_a },
{}
};
static u3j_core _143_hex_aes_d[] =
{ { "ecba", 0, _143_hex_aes_ecba_d },
{ "ecbb", 0, _143_hex_aes_ecbb_d },
{ "ecbc", 0, _143_hex_aes_ecbc_d },
{ "cbca", 0, _143_hex_aes_cbca_d },
{ "cbcb", 0, _143_hex_aes_cbcb_d },
{ "cbcc", 0, _143_hex_aes_cbcc_d },
{}
};
static u3j_harm _143_hex_down_mark_a[] = {{".2", u3wg_down, c3y}, {}};
static u3j_core _143_hex_down_d[] =
{ { "mark", _143_hex_down_mark_a },
@ -35,6 +95,7 @@ static u3j_core _143_hex_d[] =
{ "loss", _143_hex_loss_a },
{ "lune", _143_hex_lune_a },
{ "coed", 0, _143_hex_coed_d },
{ "aes", 0, _143_hex_aes_d },
{}
};
@ -379,14 +440,6 @@ static u3j_core _143_qua_d[] =
{}
};
static u3j_harm _143_tri__aesc_en_a[] = {{".2", u3wea_en}, {}};
static u3j_harm _143_tri__aesc_de_a[] = {{".2", u3wea_de}, {}};
static u3j_core _143_tri__aesc_d[] =
{ { "en", _143_tri__aesc_en_a },
{ "de", _143_tri__aesc_de_a },
{}
};
static u3j_harm _143_tri__og_raw_a[] = {{".2", u3weo_raw}, {}};
static u3j_core _143_tri__og_d[] =
{ { "raw", _143_tri__og_raw_a },
@ -411,8 +464,6 @@ static u3j_core _143_tri_d[] =
{ "shay", _143_tri_shay_a },
{ "shas", _143_tri_shas_a },
{ "shal", _143_tri_shal_a },
{ "aesc", 0, _143_tri__aesc_d },
{}
};