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

/linux-4.1.27/include/crypto/
H A Dcast6.h17 int __cast6_setkey(struct cast6_ctx *ctx, const u8 *key,
/linux-4.1.27/crypto/
H A Dcast6_generic.c114 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key, __cast6_setkey() function
155 EXPORT_SYMBOL_GPL(__cast6_setkey); variable
159 return __cast6_setkey(crypto_tfm_ctx(tfm), key, keylen, cast6_setkey()
/linux-4.1.27/arch/x86/crypto/
H A Dcast6_avx_glue.c254 err = __cast6_setkey(&ctx->cast6_ctx, key, keylen - CAST6_BLOCK_SIZE, lrw_cast6_setkey()
342 err = __cast6_setkey(&ctx->crypt_ctx, key, keylen / 2, flags); xts_cast6_setkey()
347 return __cast6_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2, xts_cast6_setkey()

Completed in 97 milliseconds