Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/crypto/
H A Dcamellia_generic.c851 static void camellia_do_encrypt(const u32 *subkey, u32 *io, unsigned max) in camellia_do_encrypt() function
1013 camellia_do_encrypt(cctx->key_table, tmp, max); in camellia_encrypt()