Home
last modified time | relevance | path

Searched refs:cast5_ctx (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
Dcast5_avx_glue.c40 asmlinkage void cast5_ecb_enc_16way(struct cast5_ctx *ctx, u8 *dst,
42 asmlinkage void cast5_ecb_dec_16way(struct cast5_ctx *ctx, u8 *dst,
44 asmlinkage void cast5_cbc_dec_16way(struct cast5_ctx *ctx, u8 *dst,
46 asmlinkage void cast5_ctr_16way(struct cast5_ctx *ctx, u8 *dst, const u8 *src,
64 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in ecb_crypt()
67 void (*fn)(struct cast5_ctx *ctx, u8 *dst, const u8 *src); in ecb_crypt()
135 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in __cbc_encrypt()
176 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in __cbc_decrypt()
252 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in ctr_crypt_final()
269 struct cast5_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in __ctr_crypt()
[all …]
/linux-4.1.27/include/crypto/
Dcast5.h12 struct cast5_ctx { struct
20 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src); argument
21 void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
/linux-4.1.27/crypto/
Dcast5_generic.c311 void __cast5_encrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_encrypt()
368 void __cast5_decrypt(struct cast5_ctx *c, u8 *outbuf, const u8 *inbuf) in __cast5_decrypt()
489 struct cast5_ctx *c = crypto_tfm_ctx(tfm); in cast5_setkey()
523 .cra_ctxsize = sizeof(struct cast5_ctx),