Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/caam/
Dcaamalg_qi2.c354 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in aead_edesc_alloc()
355 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in aead_edesc_alloc()
550 memset(&req_ctx->fd_flt, 0, sizeof(req_ctx->fd_flt)); in aead_edesc_alloc()
1113 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in skcipher_edesc_alloc()
1114 struct dpaa2_fl_entry *out_fle = &req_ctx->fd_flt[0]; in skcipher_edesc_alloc()
1238 memset(&req_ctx->fd_flt, 0, sizeof(req_ctx->fd_flt)); in skcipher_edesc_alloc()
3225 in_fle = &req_ctx->fd_flt[1]; in hash_digest_key()
3226 out_fle = &req_ctx->fd_flt[0]; in hash_digest_key()
3524 struct dpaa2_fl_entry *in_fle = &req_ctx->fd_flt[1]; in ahash_update_ctx()
3525 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