Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-aes.c28 struct ccp_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in ccp_aes_complete()
43 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ablkcipher_tfm(tfm)); in ccp_aes_setkey()
72 struct ccp_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in ccp_aes_crypt()
129 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_aes_cra_init()
158 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ablkcipher_tfm(tfm)); in ccp_aes_rfc3686_setkey()
171 struct ccp_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in ccp_aes_rfc3686_crypt()
204 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_aes_rfc3686_cra_init()
224 .cra_ctxsize = sizeof(struct ccp_ctx),
245 .cra_ctxsize = sizeof(struct ccp_ctx),
Dccp-crypto-rsa.c63 struct ccp_ctx *ctx = akcipher_tfm_ctx(tfm); in ccp_rsa_maxsize()
71 struct ccp_ctx *ctx = akcipher_tfm_ctx(tfm); in ccp_rsa_crypt()
116 static void ccp_rsa_free_key_bufs(struct ccp_ctx *ctx) in ccp_rsa_free_key_bufs()
133 struct ccp_ctx *ctx = akcipher_tfm_ctx(tfm); in ccp_rsa_setkey()
199 struct ccp_ctx *ctx = akcipher_tfm_ctx(tfm); in ccp_rsa_init_tfm()
209 struct ccp_ctx *ctx = crypto_tfm_ctx(&tfm->base); in ccp_rsa_exit_tfm()
229 .cra_ctxsize = 2 * sizeof(struct ccp_ctx),
Dccp-crypto-des3.c27 struct ccp_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in ccp_des3_complete()
42 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ablkcipher_tfm(tfm)); in ccp_des3_setkey()
80 struct ccp_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in ccp_des3_crypt()
137 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_des3_cra_init()
157 .cra_ctxsize = sizeof(struct ccp_ctx),
Dccp-crypto-aes-xts.c82 struct ccp_ctx *ctx = crypto_tfm_ctx(xfm); in ccp_aes_xts_setkey()
111 struct ccp_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in ccp_aes_xts_crypt()
205 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_aes_xts_cra_init()
227 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_aes_xts_cra_exit()
254 alg->cra_ctxsize = sizeof(struct ccp_ctx); in ccp_register_aes_xts_alg()
Dccp-crypto-aes-galois.c35 struct ccp_ctx *ctx = crypto_aead_ctx(tfm); in ccp_aes_gcm_setkey()
70 struct ccp_ctx *ctx = crypto_aead_ctx(tfm); in ccp_aes_gcm_crypt()
141 struct ccp_ctx *ctx = crypto_aead_ctx(tfm); in ccp_aes_gcm_cra_init()
169 .cra_ctxsize = sizeof(struct ccp_ctx),
Dccp-crypto-sha.c63 struct ccp_ctx *ctx = crypto_ahash_ctx(tfm); in ccp_do_sha_update()
186 struct ccp_ctx *ctx = crypto_ahash_ctx(tfm); in ccp_sha_init()
276 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in ccp_sha_setkey()
326 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_sha_cra_init()
343 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_hmac_sha_cra_init()
361 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_hmac_sha_cra_exit()
504 base->cra_ctxsize = sizeof(struct ccp_ctx); in ccp_register_sha_alg()
Dccp-crypto-aes-cmac.c62 struct ccp_ctx *ctx = crypto_ahash_ctx(tfm); in ccp_do_cmac_update()
262 struct ccp_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); in ccp_aes_cmac_setkey()
340 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_aes_cmac_cra_init()
363 struct ccp_ctx *ctx = crypto_tfm_ctx(tfm); in ccp_aes_cmac_cra_exit()
406 base->cra_ctxsize = sizeof(struct ccp_ctx); in ccp_register_aes_cmac_algs()
Dccp-crypto.h261 struct ccp_ctx { struct
Dccp-crypto-main.c152 struct ccp_ctx *ctx = crypto_tfm_ctx(req->tfm); in ccp_crypto_complete()