Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dcamellia_generic.c843 static void camellia_do_encrypt(const u32 *subkey, u32 *io, unsigned max) in camellia_do_encrypt() function
1003 camellia_do_encrypt(cctx->key_table, tmp, max); in camellia_encrypt()