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

/linux-master/include/crypto/
H A Dcast6.h22 void __cast6_decrypt(const void *ctx, u8 *dst, const u8 *src);
/linux-master/arch/x86/crypto/
H A Dcast6_avx_glue.c46 ECB_BLOCK(1, __cast6_decrypt);
61 CBC_DEC_BLOCK(1, __cast6_decrypt);
/linux-master/crypto/
H A Dcast6_generic.c209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) function
239 EXPORT_SYMBOL_GPL(__cast6_decrypt); variable
243 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf);

Completed in 161 milliseconds