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

/linux-4.1.27/arch/x86/crypto/
H A Ddes3_ede_glue.c31 struct des3_ede_x86_ctx { struct
44 static inline void des3_ede_enc_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, des3_ede_enc_blk()
52 static inline void des3_ede_dec_blk(struct des3_ede_x86_ctx *ctx, u8 *dst, des3_ede_dec_blk()
60 static inline void des3_ede_enc_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, des3_ede_enc_blk_3way()
68 static inline void des3_ede_dec_blk_3way(struct des3_ede_x86_ctx *ctx, u8 *dst, des3_ede_dec_blk_3way()
133 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_encrypt()
143 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_decrypt()
153 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_encrypt()
194 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __cbc_decrypt()
270 static void ctr_crypt_final(struct des3_ede_x86_ctx *ctx, ctr_crypt_final()
289 struct des3_ede_x86_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ctr_crypt()
362 struct des3_ede_x86_ctx *ctx = crypto_tfm_ctx(tfm); des3_ede_x86_setkey()
391 .cra_ctxsize = sizeof(struct des3_ede_x86_ctx),
409 .cra_ctxsize = sizeof(struct des3_ede_x86_ctx),
428 .cra_ctxsize = sizeof(struct des3_ede_x86_ctx),
448 .cra_ctxsize = sizeof(struct des3_ede_x86_ctx),

Completed in 57 milliseconds