Searched refs:out_fle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 352 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc() local 555 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc() 556 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->src)); in aead_edesc_alloc() 558 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc() 559 dpaa2_fl_set_addr(out_fle, qm_sg_dma + in aead_edesc_alloc() 567 * leaving out_fle zeroized is the best option. in aead_edesc_alloc() 571 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc() 572 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->dst)); in aead_edesc_alloc() 574 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc() 575 dpaa2_fl_set_addr(out_fle, qm_sg_dm in aead_edesc_alloc() 1112 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; skcipher_edesc_alloc() local 3217 struct dpaa2_fl_entry *in_fle, *out_fle; hash_digest_key() local 3523 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_update_ctx() local 3642 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_final_ctx() local 3713 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_finup_ctx() local 3807 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_digest() local 3902 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_final_no_ctx() local 3975 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_update_no_ctx() local 4096 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_finup_no_ctx() local 4192 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_update_first() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 357 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc() local 560 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc() 561 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->src)); in aead_edesc_alloc() 563 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc() 564 dpaa2_fl_set_addr(out_fle, qm_sg_dma + in aead_edesc_alloc() 572 * leaving out_fle zeroized is the best option. in aead_edesc_alloc() 576 dpaa2_fl_set_format(out_fle, dpaa2_fl_single); in aead_edesc_alloc() 577 dpaa2_fl_set_addr(out_fle, sg_dma_address(req->dst)); in aead_edesc_alloc() 579 dpaa2_fl_set_format(out_fle, dpaa2_fl_sg); in aead_edesc_alloc() 580 dpaa2_fl_set_addr(out_fle, qm_sg_dm in aead_edesc_alloc() 1117 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; skcipher_edesc_alloc() local 3224 struct dpaa2_fl_entry *in_fle, *out_fle; hash_digest_key() local 3536 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_update_ctx() local 3655 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_final_ctx() local 3726 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_finup_ctx() local 3820 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_digest() local 3915 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_final_no_ctx() local 3988 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_update_no_ctx() local 4109 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_finup_no_ctx() local 4205 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; ahash_update_first() local [all...] |
Completed in 7 milliseconds