Searched refs:key_table (Results 1 – 1 of 1) sorted by relevance
1000 u32 key_table[CAMELLIA_TABLE_BYTE_LEN / sizeof(u32)]; member1020 camellia_setup128(key, cctx->key_table); in camellia_set_key()1023 camellia_setup192(key, cctx->key_table); in camellia_set_key()1026 camellia_setup256(key, cctx->key_table); in camellia_set_key()1046 camellia_do_encrypt(cctx->key_table, tmp, in camellia_encrypt()1070 camellia_do_decrypt(cctx->key_table, tmp, in camellia_decrypt()