Home
last modified time | relevance | path

Searched refs:key_table (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dcamellia_generic.c964 u32 key_table[CAMELLIA_TABLE_BYTE_LEN / sizeof(u32)]; member
984 camellia_setup128(key, cctx->key_table); in camellia_set_key()
987 camellia_setup192(key, cctx->key_table); in camellia_set_key()
990 camellia_setup256(key, cctx->key_table); in camellia_set_key()
1016 camellia_do_encrypt(cctx->key_table, tmp, max); in camellia_encrypt()
1044 camellia_do_decrypt(cctx->key_table, tmp, max); in camellia_decrypt()