Searched refs:__twofish_setkey (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/include/crypto/
H A Dtwofish.h20 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key,
/linux-4.1.27/arch/x86/crypto/
H A Dtwofish_glue_3way.c222 err = __twofish_setkey(&ctx->twofish_ctx, key, keylen - TF_BLOCK_SIZE, lrw_twofish_setkey()
289 err = __twofish_setkey(&ctx->crypt_ctx, key, keylen / 2, flags); xts_twofish_setkey()
294 return __twofish_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2, xts_twofish_setkey()
/linux-4.1.27/crypto/
H A Dtwofish_common.c583 int __twofish_setkey(struct twofish_ctx *ctx, const u8 *key, __twofish_setkey() function
701 EXPORT_SYMBOL_GPL(__twofish_setkey); variable
705 return __twofish_setkey(crypto_tfm_ctx(tfm), key, key_len, twofish_setkey()

Completed in 134 milliseconds