Searched refs:__twofish_setkey (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/crypto/ |
D | twofish.h | 21 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
|
/Linux-v5.4/crypto/ |
D | twofish_common.c | 569 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, in __twofish_setkey() function 687 EXPORT_SYMBOL_GPL(__twofish_setkey); 691 return __twofish_setkey(crypto_tfm_ctx(tfm), key, key_len, in twofish_setkey()
|
/Linux-v5.4/arch/x86/crypto/ |
D | twofish_avx_glue.c | 81 err = __twofish_setkey(&ctx->crypt_ctx, key, keylen / 2, flags); in xts_twofish_setkey() 86 return __twofish_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2, in xts_twofish_setkey()
|