Home
last modified time | relevance | path

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

/Linux-v5.15/net/tls/
Dtls_sw.c164 struct scatterlist *sgout = aead_req->dst; in tls_decrypt_done() local
208 if (sgout != sgin) { in tls_decrypt_done()
210 for_each_sg(sg_next(sgout), sg, UINT_MAX, pages) { in tls_decrypt_done()
230 struct scatterlist *sgout, in tls_do_decryption() argument
243 aead_request_set_crypt(aead_req, sgin, sgout, in tls_do_decryption()
1423 struct scatterlist *sgout = NULL; in decrypt_internal() local
1465 sgout = sgin + n_sgin; in decrypt_internal()
1466 aad = (u8 *)(sgout + n_sgout); in decrypt_internal()
1510 sg_init_table(sgout, n_sgout); in decrypt_internal()
1511 sg_set_buf(&sgout[0], aad, prot->aad_size); in decrypt_internal()
[all …]
/Linux-v5.15/crypto/
Dtcrypt.c149 struct scatterlist sgout[XBUFSIZE]; member
393 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed()
402 cur->sgout, in test_mb_aead_speed()
416 cur->sgout, bs + in test_mb_aead_speed()
537 struct scatterlist *sgout; in test_aead_speed() local
572 sgout = &sg[9]; in test_aead_speed()
646 sg_init_aead(sgout, xoutbuf, in test_aead_speed()
659 aead_request_set_crypt(req, sgout, sg, in test_aead_speed()
671 aead_request_set_crypt(req, sg, sgout, in test_aead_speed()
/Linux-v5.15/include/net/
Dtls.h702 struct scatterlist *sgout);