Searched refs:caam_ctx (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/crypto/caam/ |
| D | caamalg.c | 103 struct caam_ctx { struct 119 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_null_set_sh_desc() argument 172 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_set_sh_desc() 300 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize() 310 struct caam_ctx *ctx = crypto_aead_ctx(aead); in gcm_set_sh_desc() 360 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in gcm_setauthsize() 375 struct caam_ctx *ctx = crypto_aead_ctx(aead); in rfc4106_set_sh_desc() 428 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in rfc4106_setauthsize() 443 struct caam_ctx *ctx = crypto_aead_ctx(aead); in rfc4543_set_sh_desc() 496 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in rfc4543_setauthsize() [all …]
|
| D | caamalg_qi.c | 57 struct caam_ctx { struct 76 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_set_sh_desc() argument 179 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize() 190 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_setkey() 295 struct caam_ctx *ctx = crypto_aead_ctx(aead); in gcm_set_sh_desc() 338 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in gcm_setauthsize() 354 struct caam_ctx *ctx = crypto_aead_ctx(aead); in gcm_setkey() 400 struct caam_ctx *ctx = crypto_aead_ctx(aead); in rfc4106_set_sh_desc() 444 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in rfc4106_setauthsize() 460 struct caam_ctx *ctx = crypto_aead_ctx(aead); in rfc4106_setkey() [all …]
|
| D | caamalg_qi2.c | 73 struct caam_ctx { struct 167 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_set_sh_desc() 272 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize() 283 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_setkey() 354 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_edesc_alloc() 588 struct caam_ctx *ctx = crypto_aead_ctx(aead); in chachapoly_set_sh_desc() 621 struct caam_ctx *ctx = crypto_aead_ctx(aead); in chachapoly_setauthsize() 633 struct caam_ctx *ctx = crypto_aead_ctx(aead); in chachapoly_setkey() 650 struct caam_ctx *ctx = crypto_aead_ctx(aead); in gcm_set_sh_desc() 707 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in gcm_setauthsize() [all …]
|
| D | caamhash.c | 114 u8 caam_ctx[MAX_CTX_LEN] ____cacheline_aligned; member 123 u8 caam_ctx[MAX_CTX_LEN]; member 168 state->ctx_dma = dma_map_single(jrdev, state->caam_ctx, in map_seq_out_ptr_ctx() 210 state->ctx_dma = dma_map_single(jrdev, state->caam_ctx, ctx_len, flag); in ctx_map_to_sec4_sg() 618 memcpy(req->result, state->caam_ctx, digestsize); in ahash_done() 622 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx, in ahash_done() 650 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx, in ahash_done_bi() 678 memcpy(req->result, state->caam_ctx, digestsize); in ahash_done_ctx_src() 682 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx, in ahash_done_ctx_src() 710 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx, in ahash_done_ctx_dst() [all …]
|