Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/crypto/
A Ddes_s390.c30 struct s390_des_ctx { struct
38 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des_setkey() argument
57 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in s390_des_encrypt()
64 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in s390_des_decrypt()
76 .cra_ctxsize = sizeof(struct s390_des_ctx),
151 .base.cra_ctxsize = sizeof(struct s390_des_ctx),
175 .base.cra_ctxsize = sizeof(struct s390_des_ctx),
203 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des3_setkey()
222 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des3_encrypt()
229 struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm); in des3_decrypt()
[all …]

Completed in 4 milliseconds