Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Dif_alg.h65 struct af_alg_sgl { struct
78 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len); argument
79 void af_alg_free_sg(struct af_alg_sgl *sgl);
80 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new);
/linux-4.4.14/crypto/
Daf_alg.c394 int af_alg_make_sg(struct af_alg_sgl *sgl, struct iov_iter *iter, int len) in af_alg_make_sg()
425 void af_alg_link_sg(struct af_alg_sgl *sgl_prev, struct af_alg_sgl *sgl_new) in af_alg_link_sg()
432 void af_alg_free_sg(struct af_alg_sgl *sgl) in af_alg_free_sg()
Dalgif_hash.c25 struct af_alg_sgl sgl;
Dalgif_skcipher.c41 struct af_alg_sgl rsgl;
59 struct af_alg_sgl sgl;
Dalgif_aead.c40 struct af_alg_sgl rsgl[RSGL_MAX_ENTRIES];