Home
last modified time | relevance | path

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

/linux/net/tls/
A Dtls_sw.c208 if (sgout != sgin) { in tls_decrypt_done()
230 struct scatterlist *sgout, in tls_do_decryption() argument
1429 struct scatterlist *sgout = NULL; in decrypt_internal() local
1471 sgout = sgin + n_sgin; in decrypt_internal()
1472 aad = (u8 *)(sgout + n_sgout); in decrypt_internal()
1522 sg_init_table(sgout, n_sgout); in decrypt_internal()
1527 &pages, chunk, &sgout[1], in decrypt_internal()
1532 memcpy(sgout, out_sg, n_sgout * sizeof(*sgout)); in decrypt_internal()
1538 sgout = sgin; in decrypt_internal()
1552 put_page(sg_page(&sgout[pages])); in decrypt_internal()
[all …]
/linux/crypto/
A 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/include/net/
A Dtls.h705 struct scatterlist *sgout);

Completed in 16 milliseconds