Searched refs:__cast6_decrypt (Results 1 – 3 of 3) sorted by relevance
46 ECB_BLOCK(1, __cast6_decrypt); in ecb_decrypt()61 CBC_DEC_BLOCK(1, __cast6_decrypt); in cbc_decrypt()
22 void __cast6_decrypt(const void *ctx, u8 *dst, const u8 *src);
209 void __cast6_decrypt(const void *ctx, u8 *outbuf, const u8 *inbuf) in __cast6_decrypt() function239 EXPORT_SYMBOL_GPL(__cast6_decrypt);243 __cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast6_decrypt()