Searched refs:sgout (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_sw.c | 164 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() 1424 struct scatterlist *sgout = NULL; in decrypt_internal() local 1466 sgout = sgin + n_sgin; in decrypt_internal() 1467 aad = (u8 *)(sgout + n_sgout); in decrypt_internal() 1511 sg_init_table(sgout, n_sgout); in decrypt_internal() 1512 sg_set_buf(&sgout[0], aad, prot->aad_size); in decrypt_internal() [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tls.h | 716 struct scatterlist *sgout);
|