Searched refs:in_fle (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 351 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc() local 548 dpaa2_fl_set_final(in_fle, true); in aead_edesc_alloc() 549 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in aead_edesc_alloc() 550 dpaa2_fl_set_addr(in_fle, qm_sg_dma); in aead_edesc_alloc() 551 dpaa2_fl_set_len(in_fle, in_len); in aead_edesc_alloc() 1111 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc() local 1237 dpaa2_fl_set_final(in_fle, true); in skcipher_edesc_alloc() 1238 dpaa2_fl_set_len(in_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc() 1241 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in skcipher_edesc_alloc() 1242 dpaa2_fl_set_addr(in_fle, edes in skcipher_edesc_alloc() 3217 struct dpaa2_fl_entry *in_fle, *out_fle; hash_digest_key() local 3522 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_update_ctx() local 3641 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_final_ctx() local 3712 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_finup_ctx() local 3806 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_digest() local 3901 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_final_no_ctx() local 3974 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_update_no_ctx() local 4095 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_finup_no_ctx() local 4191 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_update_first() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 356 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc() local 553 dpaa2_fl_set_final(in_fle, true); in aead_edesc_alloc() 554 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in aead_edesc_alloc() 555 dpaa2_fl_set_addr(in_fle, qm_sg_dma); in aead_edesc_alloc() 556 dpaa2_fl_set_len(in_fle, in_len); in aead_edesc_alloc() 1116 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc() local 1242 dpaa2_fl_set_final(in_fle, true); in skcipher_edesc_alloc() 1243 dpaa2_fl_set_len(in_fle, req->cryptlen + ivsize); in skcipher_edesc_alloc() 1246 dpaa2_fl_set_format(in_fle, dpaa2_fl_sg); in skcipher_edesc_alloc() 1247 dpaa2_fl_set_addr(in_fle, edes in skcipher_edesc_alloc() 3224 struct dpaa2_fl_entry *in_fle, *out_fle; hash_digest_key() local 3535 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_update_ctx() local 3654 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_final_ctx() local 3725 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_finup_ctx() local 3819 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_digest() local 3914 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_final_no_ctx() local 3987 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_update_no_ctx() local 4108 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_finup_no_ctx() local 4204 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; ahash_update_first() local [all...] |
Completed in 8 milliseconds