Home
last modified time | relevance | path

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

/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c43 struct scatterlist sginp, sgout;
173 sg_init_one(&sk.sgout, cipher, data_size); in test_skcipher()
174 skcipher_request_set_crypt(req, &sk.sginp, &sk.sgout, in test_skcipher()
197 sg_init_one(&sk.sgout, revert, data_size); in test_skcipher()
198 skcipher_request_set_crypt(req, &sk.sginp, &sk.sgout, in test_skcipher()
44 struct scatterlist sginp, sgout; global() member
/linux/net/tls/
H A Dtls_sw.c191 struct scatterlist *sgout = aead_req->dst; in tls_decrypt_done() local
230 for_each_sg(sg_next(sgout), sg, UINT_MAX, pages) { in tls_decrypt_done()
255 struct scatterlist *sgout, in tls_do_decryption() argument
268 aead_request_set_crypt(aead_req, sgin, sgout, in tls_do_decryption()
1264 struct scatterlist *sgout = NULL; in tls_sw_sendmsg_locked()
1316 sgout = &dctx->sg[n_sgin]; in tls_sw_splice_eof()
1360 sg_init_table(sgout, n_sgout); in tls_sw_splice_eof()
1361 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_sw_splice_eof()
1363 err = skb_to_sgvec(clear_skb, &sgout[1], prot->prepend_size, in tls_sw_splice_eof()
1368 sg_init_table(sgout, n_sgou in tls_sw_splice_eof()
1549 struct scatterlist *sgout = NULL; tls_decrypt_sg() local
1852 decrypt_skb(struct sock * sk,struct scatterlist * sgout) decrypt_skb() argument
[all...]
H A Dtls.h181 int decrypt_skb(struct sock *sk, struct scatterlist *sgout);