Home
last modified time | relevance | path

Searched refs:camellia_setkey (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dcamellia_aesni_avx2_glue.c27 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() function
81 .setkey = camellia_setkey,
95 .setkey = camellia_setkey,
H A Dcamellia_aesni_avx_glue.c30 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() function
81 .setkey = camellia_setkey,
95 .setkey = camellia_setkey,
H A Dcamellia_glue.c1254 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in camellia_setkey() function
1263 return camellia_setkey(&tfm->base, key, key_len); in camellia_setkey_skcipher()
1322 .cia_setkey = camellia_setkey,
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c144 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() function
224 .setkey = camellia_setkey,
238 .setkey = camellia_setkey,
253 .setkey = camellia_setkey,
H A Dcamellia_aesni_avx2_glue.c142 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() function
202 .setkey = camellia_setkey,
216 .setkey = camellia_setkey,
231 .setkey = camellia_setkey,
H A Dcamellia_glue.c1253 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in camellia_setkey() function
1262 return camellia_setkey(&tfm->base, key, key_len); in camellia_setkey_skcipher()
1403 .cia_setkey = camellia_setkey,

Completed in 10 milliseconds