Home
last modified time | relevance | path

Searched refs:fd_flt (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_qi2.c351 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc()
352 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc()
547 memset(&req_ctx->fd_flt, 0, sizeof(req_ctx->fd_flt)); in aead_edesc_alloc()
1111 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc()
1112 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc()
1236 memset(&req_ctx->fd_flt, 0, sizeof(req_ctx->fd_flt)); in skcipher_edesc_alloc()
3223 in_fle = &req_ctx->fd_flt[1]; in hash_digest_key()
3224 out_fle = &req_ctx->fd_flt[ in hash_digest_key()
[all...]
H A Dcaamalg_qi2.h172 * @fd_flt: Frame list table defining input and output
173 * fd_flt[0] - FLE pointing to output buffer
174 * fd_flt[1] - FLE pointing to input buffer
183 struct dpaa2_fl_entry fd_flt[2]; member
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_qi2.c356 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc()
357 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc()
552 memset(&req_ctx->fd_flt, 0, sizeof(req_ctx->fd_flt)); in aead_edesc_alloc()
1116 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc()
1117 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc()
1241 memset(&req_ctx->fd_flt, 0, sizeof(req_ctx->fd_flt)); in skcipher_edesc_alloc()
3230 in_fle = &req_ctx->fd_flt[1]; in hash_digest_key()
3231 out_fle = &req_ctx->fd_flt[ in hash_digest_key()
[all...]
H A Dcaamalg_qi2.h170 * @fd_flt: Frame list table defining input and output
171 * fd_flt[0] - FLE pointing to output buffer
172 * fd_flt[1] - FLE pointing to input buffer
181 struct dpaa2_fl_entry fd_flt[2] __aligned(CRYPTO_DMA_ALIGN);

Completed in 13 milliseconds