Home
last modified time | relevance | path

Searched refs:fd_flt (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/crypto/caam/
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()
1110 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc()
1111 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc()
1235 memset(&req_ctx->fd_flt, 0, sizeof(req_ctx->fd_flt)); in skcipher_edesc_alloc()
3221 in_fle = &req_ctx->fd_flt[1]; in hash_digest_key()
3222 out_fle = &req_ctx->fd_flt[0]; in hash_digest_key()
3520 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx()
3521 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in ahash_update_ctx()
[all …]
Dcaamalg_qi2.h183 struct dpaa2_fl_entry fd_flt[2]; member