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

/linux-master/include/crypto/
H A Dcast5.h21 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
/linux-master/arch/x86/crypto/
H A Dcast5_avx_glue.c38 ECB_BLOCK(1, __cast5_encrypt);
53 CBC_ENC_BLOCK(__cast5_encrypt);
/linux-master/crypto/
H A Dcast5_generic.c303 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) function
351 EXPORT_SYMBOL_GPL(__cast5_encrypt); variable
355 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf);

Completed in 121 milliseconds