Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/crypto/
Ddes_s390.c30 struct s390_des_ctx { struct
38 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des_setkey() argument
54 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des_encrypt()
61 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des_decrypt()
72 .cra_ctxsize = sizeof(struct s390_des_ctx),
111 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in cbc_desall_crypt()
147 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in ecb_des_encrypt()
158 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in ecb_des_decrypt()
171 .cra_ctxsize = sizeof(struct s390_des_ctx),
211 .cra_ctxsize = sizeof(struct s390_des_ctx),
[all …]