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

/linux-4.1.27/arch/s390/crypto/
H A Ddes_s390.c30 struct s390_des_ctx { struct
38 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); des_setkey()
54 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); des_encrypt()
61 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); des_decrypt()
72 .cra_ctxsize = sizeof(struct s390_des_ctx),
111 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_desall_crypt()
147 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_des_encrypt()
158 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_des_decrypt()
171 .cra_ctxsize = sizeof(struct s390_des_ctx),
211 .cra_ctxsize = sizeof(struct s390_des_ctx),
242 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); des3_setkey()
258 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); des3_encrypt()
265 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); des3_decrypt()
276 .cra_ctxsize = sizeof(struct s390_des_ctx),
293 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_des3_encrypt()
304 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ecb_des3_decrypt()
317 .cra_ctxsize = sizeof(struct s390_des_ctx),
357 .cra_ctxsize = sizeof(struct s390_des_ctx),
386 struct s390_des_ctx *ctx, ctr_desall_crypt()
456 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_des_encrypt()
467 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_des_decrypt()
480 .cra_ctxsize = sizeof(struct s390_des_ctx),
499 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_des3_encrypt()
510 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); ctr_des3_decrypt()
523 .cra_ctxsize = sizeof(struct s390_des_ctx),

Completed in 61 milliseconds