Searched refs:__cast5_encrypt (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | cast5.h | 20 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
|
/linux-4.4.14/arch/x86/crypto/ |
D | cast5_avx_glue.c | 94 fn = (enc) ? __cast5_encrypt : __cast5_decrypt; in ecb_crypt() 143 __cast5_encrypt(ctx, (u8 *)dst, (u8 *)dst); in __cbc_encrypt() 258 __cast5_encrypt(ctx, keystream, ctrblk); in ctr_crypt_final() 299 __cast5_encrypt(ctx, (u8 *)&ctrblk, (u8 *)&ctrblk); in __ctr_crypt()
|
/linux-4.4.14/crypto/ |
D | cast5_generic.c | 311 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt() function 361 EXPORT_SYMBOL_GPL(__cast5_encrypt); 365 __cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf); in cast5_encrypt()
|