Searched refs:caam_ctx (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/crypto/caam/ |
| D | caamalg_qi.c | 49 struct caam_ctx { struct 69 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_set_sh_desc() argument 190 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize() 201 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_setkey() 291 struct caam_ctx *ctx = crypto_aead_ctx(aead); in gcm_set_sh_desc() 334 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in gcm_setauthsize() 345 struct caam_ctx *ctx = crypto_aead_ctx(aead); in gcm_setkey() 386 struct caam_ctx *ctx = crypto_aead_ctx(aead); in rfc4106_set_sh_desc() 430 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in rfc4106_setauthsize() 441 struct caam_ctx *ctx = crypto_aead_ctx(aead); in rfc4106_setkey() [all …]
|
| D | caamalg.c | 102 struct caam_ctx { struct 120 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_null_set_sh_desc() argument 173 struct caam_ctx *ctx = crypto_aead_ctx(aead); in aead_set_sh_desc() 319 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize() 329 struct caam_ctx *ctx = crypto_aead_ctx(aead); in gcm_set_sh_desc() 379 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in gcm_setauthsize() 389 struct caam_ctx *ctx = crypto_aead_ctx(aead); in rfc4106_set_sh_desc() 442 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in rfc4106_setauthsize() 452 struct caam_ctx *ctx = crypto_aead_ctx(aead); in rfc4543_set_sh_desc() 505 struct caam_ctx *ctx = crypto_aead_ctx(authenc); in rfc4543_setauthsize() [all …]
|
| D | caamhash.c | 125 u8 caam_ctx[MAX_CTX_LEN] ____cacheline_aligned; member 134 u8 caam_ctx[MAX_CTX_LEN]; member 173 state->ctx_dma = dma_map_single(jrdev, state->caam_ctx, in map_seq_out_ptr_ctx() 226 state->ctx_dma = dma_map_single(jrdev, state->caam_ctx, ctx_len, flag); in ctx_map_to_sec4_sg() 564 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx, in ahash_done() 599 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx, in ahash_done_bi() 633 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx, in ahash_done_ctx_src() 668 DUMP_PREFIX_ADDRESS, 16, 4, state->caam_ctx, in ahash_done_ctx_dst() 1550 memcpy(export->caam_ctx, state->caam_ctx, sizeof(export->caam_ctx)); in ahash_export() 1566 memcpy(state->caam_ctx, export->caam_ctx, sizeof(state->caam_ctx)); in ahash_import()
|