Searched refs:sgout (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/net/tls/ |
| D | tls_sw.c | 154 struct scatterlist *sgout = aead_req->dst; in tls_decrypt_done() local 198 if (sgout != sgin) { in tls_decrypt_done() 200 for_each_sg(sg_next(sgout), sg, UINT_MAX, pages) { in tls_decrypt_done() 220 struct scatterlist *sgout, in tls_do_decryption() argument 233 aead_request_set_crypt(aead_req, sgin, sgout, in tls_do_decryption() 1414 struct scatterlist *sgout = NULL; in decrypt_internal() local 1456 sgout = sgin + n_sgin; in decrypt_internal() 1457 aad = (u8 *)(sgout + n_sgout); in decrypt_internal() 1501 sg_init_table(sgout, n_sgout); in decrypt_internal() 1502 sg_set_buf(&sgout[0], aad, prot->aad_size); in decrypt_internal() [all …]
|
| /Linux-v5.10/crypto/ |
| D | tcrypt.c | 149 struct scatterlist sgout[XBUFSIZE]; member 386 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed() 395 cur->sgout, in test_mb_aead_speed() 409 cur->sgout, *b_size + in test_mb_aead_speed() 530 struct scatterlist *sgout; in test_aead_speed() local 565 sgout = &sg[9]; in test_aead_speed() 633 sg_init_aead(sgout, xoutbuf, in test_aead_speed() 646 aead_request_set_crypt(req, sgout, sg, in test_aead_speed() 658 aead_request_set_crypt(req, sg, sgout, in test_aead_speed()
|
| /Linux-v5.10/include/net/ |
| D | tls.h | 699 struct scatterlist *sgout);
|