af_alg_pull_tsgl  643 crypto/af_alg.c EXPORT_SYMBOL_GPL(af_alg_pull_tsgl);
af_alg_pull_tsgl  230 crypto/algif_aead.c 		af_alg_pull_tsgl(sk, processed, NULL, 0);
af_alg_pull_tsgl  264 crypto/algif_aead.c 		af_alg_pull_tsgl(sk, processed, areq->tsgl, processed - as);
af_alg_pull_tsgl  535 crypto/algif_aead.c 	af_alg_pull_tsgl(sk, ctx->used, NULL, 0);
af_alg_pull_tsgl  107 crypto/algif_skcipher.c 	af_alg_pull_tsgl(sk, len, areq->tsgl, 0);
af_alg_pull_tsgl  327 crypto/algif_skcipher.c 	af_alg_pull_tsgl(sk, ctx->used, NULL, 0);
af_alg_pull_tsgl  226 include/crypto/if_alg.h void af_alg_pull_tsgl(struct sock *sk, size_t used, struct scatterlist *dst,