Searched refs:key_table (Results 1 – 1 of 1) sorted by relevance
977 u32 key_table[CAMELLIA_TABLE_BYTE_LEN / sizeof(u32)]; member997 camellia_setup128(key, cctx->key_table); in camellia_set_key()1000 camellia_setup192(key, cctx->key_table); in camellia_set_key()1003 camellia_setup256(key, cctx->key_table); in camellia_set_key()1029 camellia_do_encrypt(cctx->key_table, tmp, max); in camellia_encrypt()1057 camellia_do_decrypt(cctx->key_table, tmp, max); in camellia_decrypt()