• Home
  • Raw
  • Download

Lines Matching refs:caam_ctx

49 struct caam_ctx {  struct
68 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_set_sh_desc() argument
187 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize()
198 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_setkey()
264 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_setkey()
348 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in xts_ablkcipher_setkey()
436 static struct caam_drv_ctx *get_drv_ctx(struct caam_ctx *ctx, in get_drv_ctx()
529 struct caam_ctx *caam_ctx = crypto_aead_ctx(aead); in aead_done() local
532 qidev = caam_ctx->qidev; in aead_done()
553 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_edesc_alloc()
755 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_crypt()
793 struct caam_ctx *caam_ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_done() local
794 struct device *qidev = caam_ctx->qidev; in ablkcipher_done()
844 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_edesc_alloc()
986 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_giv_edesc_alloc()
1123 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_crypt()
1169 struct caam_ctx *ctx = crypto_ablkcipher_ctx(ablkcipher); in ablkcipher_givencrypt()
2129 static int caam_init_common(struct caam_ctx *ctx, struct caam_alg_entry *caam) in caam_init_common()
2171 struct caam_ctx *ctx = crypto_tfm_ctx(tfm); in caam_cra_init()
2181 struct caam_ctx *ctx = crypto_aead_ctx(tfm); in caam_aead_init()
2186 static void caam_exit_common(struct caam_ctx *ctx) in caam_exit_common()
2252 alg->cra_ctxsize = sizeof(struct caam_ctx); in caam_alg_alloc()
2278 alg->base.cra_ctxsize = sizeof(struct caam_ctx); in caam_aead_alg_init()