Home
last modified time | relevance | path

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

/Linux-v6.6/crypto/
Dcamellia_generic.c898 static void camellia_do_decrypt(const u32 *subkey, u32 *io, unsigned i) in camellia_do_decrypt() function
1029 camellia_do_decrypt(cctx->key_table, tmp, max); in camellia_decrypt()