Searched refs:__twofish_setkey (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | twofish.h | 21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | twofish.h | 21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | twofish_avx_glue.c | 74 err = __twofish_setkey(&ctx->crypt_ctx, key, keylen / 2); in xts_twofish_setkey() 79 return __twofish_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2); in xts_twofish_setkey()
|
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_common.c | 569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey() function 684 EXPORT_SYMBOL_GPL(__twofish_setkey); variable 688 return __twofish_setkey(crypto_tfm_ctx(tfm), key, key_len); in twofish_setkey()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_common.c | 569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey() function 684 EXPORT_SYMBOL_GPL(__twofish_setkey); variable 688 return __twofish_setkey(crypto_tfm_ctx(tfm), key, key_len); in twofish_setkey()
|
Completed in 6 milliseconds