Searched refs:__camellia_setkey (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | camellia_aesni_avx_glue.c | 147 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen); in camellia_setkey() 186 err = __camellia_setkey(&ctx->crypt_ctx, key, keylen / 2); in xts_camellia_setkey() 191 return __camellia_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2); in xts_camellia_setkey()
|
H A D | camellia_aesni_avx2_glue.c | 145 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen); in camellia_setkey()
|
H A D | camellia_glue.c | 1229 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() function 1251 EXPORT_SYMBOL_GPL(__camellia_setkey); variable 1256 return __camellia_setkey(crypto_tfm_ctx(tfm), key, key_len); in camellia_setkey()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | camellia.h | 22 extern int __camellia_setkey(struct camellia_ctx *cctx,
|
H A D | camellia_aesni_avx2_glue.c | 30 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen); in camellia_setkey()
|
H A D | camellia_aesni_avx_glue.c | 33 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen); in camellia_setkey()
|
H A D | camellia_glue.c | 1230 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() function 1252 EXPORT_SYMBOL_GPL(__camellia_setkey); variable 1257 return __camellia_setkey(crypto_tfm_ctx(tfm), key, key_len); in camellia_setkey()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/crypto/ |
H A D | camellia.h | 27 extern int __camellia_setkey(struct camellia_ctx *cctx,
|
Completed in 6 milliseconds