Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dcamellia_glue.c995 static void camellia_setup128(const unsigned char *key, u64 *subkey) in camellia_setup128() function
1258 camellia_setup128(key, cctx->key_table); in __camellia_setkey()
/Linux-v4.19/crypto/
Dcamellia_generic.c557 static void camellia_setup128(const unsigned char *key, u32 *subkey) in camellia_setup128() function
996 camellia_setup128(key, cctx->key_table); in camellia_set_key()