Home
last modified time | relevance | path

Searched refs:qm_sg_bytes (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/crypto/caam/
H A Dcaamalg_qi2.h112 int qm_sg_bytes; member
132 int qm_sg_bytes; member
147 int qm_sg_bytes; member
H A Dcaamalg_qi2.c168 if (qm_sg_bytes) in caam_unmap()
546 edesc->qm_sg_bytes = qm_sg_bytes; in aead_edesc_alloc()
1220 edesc->qm_sg_bytes = qm_sg_bytes; in skcipher_edesc_alloc()
3609 edesc->qm_sg_bytes = qm_sg_bytes; in ahash_update_ctx()
3659 int qm_sg_bytes; in ahash_final_ctx() local
3691 edesc->qm_sg_bytes = qm_sg_bytes; in ahash_final_ctx()
3785 edesc->qm_sg_bytes = qm_sg_bytes; in ahash_finup_ctx()
3869 edesc->qm_sg_bytes = qm_sg_bytes; in ahash_digest()
4049 edesc->qm_sg_bytes = qm_sg_bytes; in ahash_update_no_ctx()
4160 edesc->qm_sg_bytes = qm_sg_bytes; in ahash_finup_no_ctx()
[all …]
H A Dcaamalg_qi.c806 int qm_sg_bytes; member
828 int qm_sg_bytes; member
876 int qm_sg_bytes) in caam_unmap() argument
889 if (qm_sg_bytes) in caam_unmap()
902 edesc->qm_sg_bytes); in aead_unmap()
914 edesc->qm_sg_bytes); in skcipher_unmap()
957 int qm_sg_index = 0, qm_sg_ents = 0, qm_sg_bytes; in aead_edesc_alloc() local
1065 qm_sg_bytes = qm_sg_ents * sizeof(*sg_table); in aead_edesc_alloc()
1133 edesc->qm_sg_bytes = qm_sg_bytes; in aead_edesc_alloc()
1267 int dst_sg_idx, qm_sg_ents, qm_sg_bytes; in skcipher_edesc_alloc() local
[all …]