Home
last modified time | relevance | path

Searched refs:af_alg_sgl (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/crypto/
H A Dif_alg.h58 struct af_alg_sgl { struct
76 struct af_alg_sgl sgl; argument
169 void af_alg_free_sg(struct af_alg_sgl *sgl);
/openbmc/linux/crypto/
H A Daf_alg.c536 static void af_alg_link_sg(struct af_alg_sgl *sgl_prev, in af_alg_link_sg()
537 struct af_alg_sgl *sgl_new) in af_alg_link_sg()
543 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg()
H A Dalgif_hash.c20 struct af_alg_sgl sgl;
H A Dalgif_aead.c271 struct af_alg_sgl *sgl_prev = &areq->last_rsgl->sgl; in _aead_recvmsg()