Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/crypto/
Ddes_s390.c28 struct s390_des_ctx { struct
36 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des_setkey() argument
52 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des_encrypt()
59 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des_decrypt()
71 .cra_ctxsize = sizeof(struct s390_des_ctx),
87 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in ecb_desall_crypt()
105 struct s390_des_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); in cbc_desall_crypt()
153 .cra_ctxsize = sizeof(struct s390_des_ctx),
193 .cra_ctxsize = sizeof(struct s390_des_ctx),
226 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des3_setkey()
[all …]