Searched refs:__cast6_setkey (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/crypto/ |
D | cast6.h | 18 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key, unsigned int keylen);
|
/Linux-v5.10/crypto/ |
D | cast6_generic.c | 106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, unsigned int key_len) in __cast6_setkey() function 144 EXPORT_SYMBOL_GPL(__cast6_setkey); 148 return __cast6_setkey(crypto_tfm_ctx(tfm), key, keylen); in cast6_setkey()
|
/Linux-v5.10/arch/x86/crypto/ |
D | cast6_avx_glue.c | 183 err = __cast6_setkey(&ctx->crypt_ctx, key, keylen / 2); in xts_cast6_setkey() 188 return __cast6_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2); in xts_cast6_setkey()
|