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

/linux-master/include/crypto/
H A Dcast5.h22 void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
/linux-master/arch/x86/crypto/
H A Dcast5_avx_glue.c46 ECB_BLOCK(1, __cast5_decrypt);
61 CBC_DEC_BLOCK(1, __cast5_decrypt);
/linux-master/crypto/
H A Dcast5_generic.c358 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) function
393 EXPORT_SYMBOL_GPL(__cast5_decrypt); variable
397 __cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf);

Completed in 132 milliseconds