Searched refs:sgout (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/tls/ |
| D | tls_sw.c | 154 struct scatterlist *sgout = aead_req->dst; in tls_decrypt_done() local 195 if (sgout != sgin) { in tls_decrypt_done() 197 for_each_sg(sg_next(sgout), sg, UINT_MAX, pages) { in tls_decrypt_done() 215 struct scatterlist *sgout, in tls_do_decryption() argument 228 aead_request_set_crypt(aead_req, sgin, sgout, in tls_do_decryption() 1360 struct scatterlist *sgout = NULL; in decrypt_internal() local 1402 sgout = sgin + n_sgin; in decrypt_internal() 1403 aad = (u8 *)(sgout + n_sgout); in decrypt_internal() 1447 sg_init_table(sgout, n_sgout); in decrypt_internal() 1448 sg_set_buf(&sgout[0], aad, prot->aad_size); in decrypt_internal() [all …]
|
| /Linux-v5.4/crypto/ |
| D | tcrypt.c | 148 struct scatterlist sgout[XBUFSIZE]; member 385 sg_init_aead(cur->sgout, cur->xoutbuf, in test_mb_aead_speed() 394 cur->sgout, in test_mb_aead_speed() 408 cur->sgout, *b_size + in test_mb_aead_speed() 529 struct scatterlist *sgout; in test_aead_speed() local 564 sgout = &sg[9]; in test_aead_speed() 632 sg_init_aead(sgout, xoutbuf, in test_aead_speed() 645 aead_request_set_crypt(req, sgout, sg, in test_aead_speed() 657 aead_request_set_crypt(req, sg, sgout, in test_aead_speed()
|
| /Linux-v5.4/include/net/ |
| D | tls.h | 656 struct scatterlist *sgout);
|