Searched refs:camellia_setkey (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | camellia_aesni_avx2_glue.c | 150 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() function 214 .setkey = camellia_setkey, 228 .setkey = camellia_setkey, 243 .setkey = camellia_setkey,
|
D | camellia_aesni_avx_glue.c | 154 static int camellia_setkey(struct crypto_skcipher *tfm, const u8 *key, in camellia_setkey() function 240 .setkey = camellia_setkey, 254 .setkey = camellia_setkey, 269 .setkey = camellia_setkey,
|
D | camellia_glue.c | 1272 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *key, in camellia_setkey() function 1282 return camellia_setkey(&tfm->base, key, key_len); in camellia_setkey_skcipher() 1418 .cia_setkey = camellia_setkey,
|