Home
last modified time | relevance | path

Searched refs:sg_set_buf (Results 1 – 25 of 73) sorted by relevance

123

/Linux-v6.1/net/mac80211/
Daes_gmac.c42 sg_set_buf(&sg[0], __aad, GMAC_AAD_LEN); in ieee80211_aes_gmac()
43 sg_set_buf(&sg[1], zero, 8); in ieee80211_aes_gmac()
44 sg_set_buf(&sg[2], data + 8, data_len - 8 - GMAC_MIC_LEN); in ieee80211_aes_gmac()
45 sg_set_buf(&sg[3], zero, GMAC_MIC_LEN); in ieee80211_aes_gmac()
46 sg_set_buf(&sg[4], mic, GMAC_MIC_LEN); in ieee80211_aes_gmac()
49 sg_set_buf(&sg[0], __aad, GMAC_AAD_LEN); in ieee80211_aes_gmac()
50 sg_set_buf(&sg[1], data, data_len - GMAC_MIC_LEN); in ieee80211_aes_gmac()
51 sg_set_buf(&sg[2], zero, GMAC_MIC_LEN); in ieee80211_aes_gmac()
52 sg_set_buf(&sg[3], mic, GMAC_MIC_LEN); in ieee80211_aes_gmac()
Daead_api.c36 sg_set_buf(&sg[0], __aad, aad_len); in aead_encrypt()
37 sg_set_buf(&sg[1], data, data_len); in aead_encrypt()
38 sg_set_buf(&sg[2], mic, mic_len); in aead_encrypt()
71 sg_set_buf(&sg[0], __aad, aad_len); in aead_decrypt()
72 sg_set_buf(&sg[1], data, data_len); in aead_decrypt()
73 sg_set_buf(&sg[2], mic, mic_len); in aead_decrypt()
/Linux-v6.1/tools/virtio/
Dvringh_test.c355 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test()
356 sg_set_buf(&sg[1], (void *)dbuf + 1, 2); in parallel_test()
357 sg_set_buf(&sg[2], (void *)dbuf + 3, 1); in parallel_test()
361 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test()
362 sg_set_buf(&sg[1], (void *)dbuf + 1, 3); in parallel_test()
366 sg_set_buf(&sg[0], (void *)dbuf, 4); in parallel_test()
370 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test()
371 sg_set_buf(&sg[1], (void *)dbuf + 1, 1); in parallel_test()
372 sg_set_buf(&sg[2], (void *)dbuf + 2, 1); in parallel_test()
373 sg_set_buf(&sg[3], (void *)dbuf + 3, 1); in parallel_test()
[all …]
/Linux-v6.1/tools/virtio/linux/
Dscatterlist.h160 static inline void sg_set_buf(struct scatterlist *sg, const void *buf, in sg_set_buf() function
170 sg_set_buf(sg, buf, buflen); in sg_init_one()
/Linux-v6.1/net/tls/
Dtls_device_fallback.c96 sg_set_buf(sg_in, aad, TLS_AAD_SPACE_SIZE); in tls_enc_record()
97 sg_set_buf(sg_out, aad, TLS_AAD_SPACE_SIZE); in tls_enc_record()
315 sg_set_buf(&sg_out[0], dummy_buf, sync_size); in fill_sg_out()
316 sg_set_buf(&sg_out[1], nskb->data + tcp_payload_offset, payload_len); in fill_sg_out()
319 sg_set_buf(&sg_out[2], dummy_buf, cipher_sz->tag); in fill_sg_out()
/Linux-v6.1/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c206 sg_set_buf(&sg[0], aad, aad_len); in rtllib_ccmp_encrypt()
207 sg_set_buf(&sg[1], skb->data + hdr_len + CCMP_HDR_LEN, in rtllib_ccmp_encrypt()
289 sg_set_buf(&sg[0], aad, aad_len); in rtllib_ccmp_decrypt()
290 sg_set_buf(&sg[1], pos, data_len); in rtllib_ccmp_decrypt()
/Linux-v6.1/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c214 sg_set_buf(&sg[0], aad, aad_len); in ieee80211_ccmp_encrypt()
215 sg_set_buf(&sg[1], skb->data + hdr_len + CCMP_HDR_LEN, in ieee80211_ccmp_encrypt()
299 sg_set_buf(&sg[0], aad, aad_len); in ieee80211_ccmp_decrypt()
300 sg_set_buf(&sg[1], pos, data_len); in ieee80211_ccmp_decrypt()
/Linux-v6.1/drivers/virt/coco/sev-guest/
Dsev-guest.c220 sg_set_buf(&src[0], &hdr->algo, AAD_LEN); in enc_dec_message()
221 sg_set_buf(&src[1], src_buf, hdr->msg_sz); in enc_dec_message()
222 sg_set_buf(&src[2], hdr->authtag, crypto->a_len); in enc_dec_message()
225 sg_set_buf(&dst[0], &hdr->algo, AAD_LEN); in enc_dec_message()
226 sg_set_buf(&dst[1], dst_buf, hdr->msg_sz); in enc_dec_message()
227 sg_set_buf(&dst[2], hdr->authtag, crypto->a_len); in enc_dec_message()
/Linux-v6.1/net/wireless/
Dlib80211_crypt_ccmp.c219 sg_set_buf(&sg[0], aad, aad_len); in lib80211_ccmp_encrypt()
220 sg_set_buf(&sg[1], skb->data + hdr_len + CCMP_HDR_LEN, in lib80211_ccmp_encrypt()
320 sg_set_buf(&sg[0], aad, aad_len); in lib80211_ccmp_decrypt()
321 sg_set_buf(&sg[1], pos, data_len); in lib80211_ccmp_decrypt()
/Linux-v6.1/drivers/crypto/bcm/
Dcipher.c152 sg_set_buf(sg++, rctx->msg_buf.spu_resp_hdr, ctx->spu_resp_hdr_len); in spu_skcipher_rx_sg_create()
157 sg_set_buf(sg++, rctx->msg_buf.c.supdt_tweak, in spu_skcipher_rx_sg_create()
170 sg_set_buf(sg++, rctx->msg_buf.rx_stat_pad, stat_pad_len); in spu_skcipher_rx_sg_create()
173 sg_set_buf(sg, rctx->msg_buf.rx_stat, spu->spu_rx_status_len()); in spu_skcipher_rx_sg_create()
216 sg_set_buf(sg++, rctx->msg_buf.bcm_spu_req_hdr, in spu_skcipher_tx_sg_create()
222 sg_set_buf(sg++, rctx->msg_buf.iv_ctr, SPU_XTS_TWEAK_SIZE); in spu_skcipher_tx_sg_create()
234 sg_set_buf(sg++, rctx->msg_buf.spu_req_pad, pad_len); in spu_skcipher_tx_sg_create()
239 sg_set_buf(sg, rctx->msg_buf.tx_stat, stat_len); in spu_skcipher_tx_sg_create()
543 sg_set_buf(sg++, rctx->msg_buf.spu_resp_hdr, ctx->spu_resp_hdr_len); in spu_ahash_rx_sg_create()
546 sg_set_buf(sg++, rctx->msg_buf.digest, digestsize); in spu_ahash_rx_sg_create()
[all …]
/Linux-v6.1/drivers/crypto/
Domap-crypto.c81 sg_set_buf(new_sg, buf, new_len); in omap_crypto_copy_sgs()
150 sg_set_buf(new_sg, sg_virt(*sg), (*sg)->length); in omap_crypto_align_sg()
/Linux-v6.1/crypto/
Dccm.c187 sg_set_buf(&sg[0], odata, 16); in crypto_ccm_auth()
192 sg_set_buf(&sg[1], idata, ilen); in crypto_ccm_auth()
214 sg_set_buf(&sg[0], idata, ilen); in crypto_ccm_auth()
269 sg_set_buf(pctx->src, tag, 16); in crypto_ccm_init_crypt()
276 sg_set_buf(pctx->dst, tag, 16); in crypto_ccm_init_crypt()
624 sg_set_buf(rctx->src, iv + 16, req->assoclen - 8); in crypto_rfc4309_crypt()
631 sg_set_buf(rctx->dst, iv + 16, req->assoclen - 8); in crypto_rfc4309_crypt()
Dtcrypt.c118 sg_set_buf(&sg[0], assoc, aad_size); in sg_init_aead()
123 sg_set_buf(&sg[k + 1], xbuf[k], PAGE_SIZE); in sg_init_aead()
126 sg_set_buf(&sg[k + 1], xbuf[k], rem); in sg_init_aead()
704 sg_set_buf(sg + i, tvmem[i], PAGE_SIZE); in test_hash_sg_init()
1173 sg_set_buf(cur->sg + p, cur->xbuf[p], in test_mb_skcipher_speed()
1180 sg_set_buf(cur->sg + p, cur->xbuf[p], k); in test_mb_skcipher_speed()
1382 sg_set_buf(sg, tvmem[0] + *keysize, in test_skcipher_speed()
1387 sg_set_buf(sg + j, tvmem[j], PAGE_SIZE); in test_skcipher_speed()
1392 sg_set_buf(sg + j, tvmem[j], k); in test_skcipher_speed()
1395 sg_set_buf(sg, tvmem[0] + *keysize, bs); in test_skcipher_speed()
Dgcm.c163 sg_set_buf(pctx->src, pctx->auth_tag, sizeof(pctx->auth_tag)); in crypto_gcm_init_common()
170 sg_set_buf(pctx->dst, pctx->auth_tag, sizeof(pctx->auth_tag)); in crypto_gcm_init_common()
739 sg_set_buf(rctx->src, iv + GCM_AES_IV_SIZE, req->assoclen - 8); in crypto_rfc4106_crypt()
746 sg_set_buf(rctx->dst, iv + GCM_AES_IV_SIZE, req->assoclen - 8); in crypto_rfc4106_crypt()
Dessiv.c227 sg_set_buf(rctx->sg, rctx->assoc, ssize); in essiv_aead_crypt()
233 sg_set_buf(rctx->sg + 1, iv, ivsize); in essiv_aead_crypt()
/Linux-v6.1/drivers/mtd/nand/
Decc-mxic.c571 sg_set_buf(&ctx->sg[0], req->databuf.out, req->datalen); in mxic_ecc_prepare_io_req_external()
572 sg_set_buf(&ctx->sg[1], ctx->oobwithstat, in mxic_ecc_prepare_io_req_external()
629 sg_set_buf(&ctx->sg[0], req->databuf.in, req->datalen); in mxic_ecc_finish_io_req_external()
630 sg_set_buf(&ctx->sg[1], ctx->oobwithstat, in mxic_ecc_finish_io_req_external()
683 sg_set_buf(&ctx->sg[0], req->databuf.in, req->datalen); in mxic_ecc_prepare_io_req_pipelined()
684 sg_set_buf(&ctx->sg[1], ctx->oobwithstat, in mxic_ecc_prepare_io_req_pipelined()
/Linux-v6.1/security/keys/encrypted-keys/
Dencrypted.c473 sg_set_buf(&sg_in[0], epayload->decrypted_data, in derived_key_encrypt()
478 sg_set_buf(sg_out, epayload->encrypted_data, encrypted_datalen); in derived_key_encrypt()
581 sg_set_buf(sg_in, epayload->encrypted_data, encrypted_datalen); in derived_key_decrypt()
582 sg_set_buf(&sg_out[0], epayload->decrypted_data, in derived_key_decrypt()
584 sg_set_buf(&sg_out[1], pad, AES_BLOCK_SIZE); in derived_key_decrypt()
/Linux-v6.1/drivers/hwtracing/intel_th/
Dmsu-sink.c77 sg_set_buf(sg_ptr, block, PAGE_SIZE); in msu_sink_alloc_window()
/Linux-v6.1/drivers/scsi/arm/
Darm_scsi.h42 sg_set_buf(sg, SCp->ptr, SCp->this_residual); in copy_SCp_to_sg()
/Linux-v6.1/drivers/crypto/cavium/nitrox/
Dnitrox_req.h576 sg_set_buf(sg, buf, buflen); in create_single_sg()
602 sg_set_buf(sg, sg_virt(from_sg), sglen); in create_multi_sg()
Dnitrox_aead.c405 sg_set_buf(rctx->src, rctx->assoc, assoclen); in nitrox_rfc4106_set_aead_rctx_sglist()
412 sg_set_buf(rctx->dst, rctx->assoc, assoclen); in nitrox_rfc4106_set_aead_rctx_sglist()
/Linux-v6.1/crypto/asymmetric_keys/
Dpublic_key.c428 sg_set_buf(&src_sg[0], sig->s, sig->s_size); in public_key_verify_signature()
429 sg_set_buf(&src_sg[1], sig->digest, sig->digest_size); in public_key_verify_signature()
/Linux-v6.1/drivers/mmc/core/
Dsdio_ops.c161 sg_set_buf(sg_ptr, buf + i * seg_size, in mmc_io_rw_extended()
/Linux-v6.1/drivers/i2c/busses/
Di2c-mxs.c261 sg_set_buf(&i2c->sg_io[0], &i2c->addr_data, 1); in mxs_i2c_dma_setup_xfer()
262 sg_set_buf(&i2c->sg_io[1], msg->buf, msg->len); in mxs_i2c_dma_setup_xfer()
/Linux-v6.1/net/ipv4/
Dah4.c232 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
407 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_input()

123