Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/net/mac80211/
A 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()
A 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-6.3-rc2/tools/virtio/
A Dvringh_test.c356 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test()
357 sg_set_buf(&sg[1], (void *)dbuf + 1, 2); in parallel_test()
358 sg_set_buf(&sg[2], (void *)dbuf + 3, 1); in parallel_test()
362 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test()
363 sg_set_buf(&sg[1], (void *)dbuf + 1, 3); in parallel_test()
367 sg_set_buf(&sg[0], (void *)dbuf, 4); in parallel_test()
371 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test()
372 sg_set_buf(&sg[1], (void *)dbuf + 1, 1); in parallel_test()
373 sg_set_buf(&sg[2], (void *)dbuf + 2, 1); in parallel_test()
573 sg_set_buf(&guest_sg[i], in main()
[all …]
/linux-6.3-rc2/tools/virtio/linux/
A Dscatterlist.h161 static inline void sg_set_buf(struct scatterlist *sg, const void *buf, in sg_set_buf() function
171 sg_set_buf(sg, buf, buflen); in sg_init_one()
/linux-6.3-rc2/net/tls/
A 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-6.3-rc2/drivers/staging/rtl8192e/
A 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-6.3-rc2/drivers/staging/rtl8192u/ieee80211/
A 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-6.3-rc2/drivers/virt/coco/sev-guest/
A Dsev-guest.c218 sg_set_buf(&src[0], &hdr->algo, AAD_LEN); in enc_dec_message()
219 sg_set_buf(&src[1], src_buf, hdr->msg_sz); in enc_dec_message()
220 sg_set_buf(&src[2], hdr->authtag, crypto->a_len); in enc_dec_message()
223 sg_set_buf(&dst[0], &hdr->algo, AAD_LEN); in enc_dec_message()
224 sg_set_buf(&dst[1], dst_buf, hdr->msg_sz); in enc_dec_message()
225 sg_set_buf(&dst[2], hdr->authtag, crypto->a_len); in enc_dec_message()
/linux-6.3-rc2/net/wireless/
A 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-6.3-rc2/drivers/crypto/bcm/
A Dcipher.c157 sg_set_buf(sg++, rctx->msg_buf.c.supdt_tweak, in spu_skcipher_rx_sg_create()
216 sg_set_buf(sg++, rctx->msg_buf.bcm_spu_req_hdr, 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()
546 sg_set_buf(sg++, rctx->msg_buf.digest, digestsize); in spu_ahash_rx_sg_create()
598 sg_set_buf(sg++, rctx->msg_buf.bcm_spu_req_hdr, in spu_ahash_tx_sg_create()
602 sg_set_buf(sg++, rctx->hash_carry, hash_carry_len); in spu_ahash_tx_sg_create()
621 sg_set_buf(sg, rctx->msg_buf.tx_stat, stat_len); in spu_ahash_tx_sg_create()
1121 sg_set_buf(sg++, rctx->msg_buf.digest, digestsize); in spu_aead_rx_sg_create()
1190 sg_set_buf(sg++, rctx->msg_buf.bcm_spu_req_hdr, in spu_aead_tx_sg_create()
[all …]
/linux-6.3-rc2/drivers/crypto/
A 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-6.3-rc2/crypto/
A 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()
623 sg_set_buf(rctx->src, iv + 16, req->assoclen - 8); in crypto_rfc4309_crypt()
630 sg_set_buf(rctx->dst, iv + 16, req->assoclen - 8); in crypto_rfc4309_crypt()
A 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()
1164 sg_set_buf(cur->sg + p, cur->xbuf[p], in test_mb_skcipher_speed()
1171 sg_set_buf(cur->sg + p, cur->xbuf[p], k); in test_mb_skcipher_speed()
1372 sg_set_buf(sg, tvmem[0] + *keysize, in test_skcipher_speed()
1377 sg_set_buf(sg + j, tvmem[j], PAGE_SIZE); in test_skcipher_speed()
1382 sg_set_buf(sg + j, tvmem[j], k); in test_skcipher_speed()
1385 sg_set_buf(sg, tvmem[0] + *keysize, bs); in test_skcipher_speed()
A 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()
737 sg_set_buf(rctx->src, iv + GCM_AES_IV_SIZE, req->assoclen - 8); in crypto_rfc4106_crypt()
744 sg_set_buf(rctx->dst, iv + GCM_AES_IV_SIZE, req->assoclen - 8); in crypto_rfc4106_crypt()
A Dessiv.c232 sg_set_buf(rctx->sg, rctx->assoc, ssize); in essiv_aead_crypt()
238 sg_set_buf(rctx->sg + 1, iv, ivsize); in essiv_aead_crypt()
/linux-6.3-rc2/drivers/mtd/nand/
A 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-6.3-rc2/security/keys/encrypted-keys/
A 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-6.3-rc2/drivers/hwtracing/intel_th/
A Dmsu-sink.c77 sg_set_buf(sg_ptr, block, PAGE_SIZE); in msu_sink_alloc_window()
/linux-6.3-rc2/drivers/scsi/arm/
A Darm_scsi.h42 sg_set_buf(sg, SCp->ptr, SCp->this_residual); in copy_SCp_to_sg()
/linux-6.3-rc2/drivers/crypto/cavium/nitrox/
A 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()
A 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-6.3-rc2/crypto/asymmetric_keys/
A Dpublic_key.c448 sg_set_buf(&src_sg[0], sig->s, sig->s_size); in public_key_verify_signature()
449 sg_set_buf(&src_sg[1], sig->digest, sig->digest_size); in public_key_verify_signature()
/linux-6.3-rc2/drivers/mmc/core/
A Dsdio_ops.c161 sg_set_buf(sg_ptr, buf + i * seg_size, in mmc_io_rw_extended()
/linux-6.3-rc2/drivers/i2c/busses/
A 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-6.3-rc2/net/ipv4/
A Dah4.c232 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output()
407 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_input()

Completed in 43 milliseconds

123