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

/linux-4.1.27/arch/sparc/crypto/
H A Ddes_glue.c22 struct des_sparc64_ctx { struct
46 struct des_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); des_set_key()
72 struct des_sparc64_ctx *ctx = crypto_tfm_ctx(tfm); des_encrypt()
80 struct des_sparc64_ctx *ctx = crypto_tfm_ctx(tfm); des_decrypt()
97 struct des_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); __ecb_crypt()
145 struct des_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_encrypt()
176 struct des_sparc64_ctx *ctx = crypto_blkcipher_ctx(desc->tfm); cbc_decrypt()
387 .cra_ctxsize = sizeof(struct des_sparc64_ctx),
405 .cra_ctxsize = sizeof(struct des_sparc64_ctx),
424 .cra_ctxsize = sizeof(struct des_sparc64_ctx),

Completed in 59 milliseconds