/linux/net/mac80211/ |
H A D | aes_gmac.c | 42 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()
|
H A D | aead_api.c | 36 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/tools/virtio/ |
H A D | vringh_test.c | 359 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test() 360 sg_set_buf(&sg[1], (void *)dbuf + 1, 2); in parallel_test() 361 sg_set_buf(&sg[2], (void *)dbuf + 3, 1); in parallel_test() 365 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test() 366 sg_set_buf(&sg[1], (void *)dbuf + 1, 3); in parallel_test() 370 sg_set_buf(&sg[0], (void *)dbuf, 4); in parallel_test() 374 sg_set_buf(&sg[0], (void *)dbuf, 1); in parallel_test() 375 sg_set_buf(&sg[1], (void *)dbuf + 1, 1); in parallel_test() 376 sg_set_buf(&sg[2], (void *)dbuf + 2, 1); in parallel_test() 377 sg_set_buf(&sg[3], (void *)dbuf + 3, 1); in parallel_test() [all …]
|
/linux/tools/virtio/linux/ |
H A D | scatterlist.h | 161 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/net/tls/ |
H A D | tls_device_fallback.c | 91 sg_set_buf(sg_in, aad, TLS_AAD_SPACE_SIZE); in tls_enc_record() 92 sg_set_buf(sg_out, aad, TLS_AAD_SPACE_SIZE); in tls_enc_record() 310 sg_set_buf(&sg_out[0], dummy_buf, sync_size); in fill_sg_out() 311 sg_set_buf(&sg_out[1], nskb->data + tcp_payload_offset, payload_len); in fill_sg_out() 314 sg_set_buf(&sg_out[2], dummy_buf, cipher_desc->tag); in fill_sg_out()
|
H A D | tls_sw.c | 376 sg_set_buf(&rec->sg_aead_in[0], rec->aad_space, prot->aad_size); in tls_get_rec() 380 sg_set_buf(&rec->sg_aead_out[0], rec->aad_space, prot->aad_size); in tls_get_rec() 784 sg_set_buf(&rec->sg_content_type, &rec->content_type, 1); in tls_push_record() 1566 sg_set_buf(&sgin[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 1575 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 1583 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 1592 sg_set_buf(&sgout[pages + 1], &dctx->tail, in tls_decrypt_sg()
|
/linux/crypto/ |
H A D | ccm.c | 188 sg_set_buf(&sg[0], odata, 16); in crypto_ccm_auth() 193 sg_set_buf(&sg[1], idata, ilen); in crypto_ccm_auth() 215 sg_set_buf(&sg[0], idata, ilen); in crypto_ccm_auth() 270 sg_set_buf(pctx->src, tag, 16); in crypto_ccm_init_crypt() 277 sg_set_buf(pctx->dst, tag, 16); in crypto_ccm_init_crypt() 622 sg_set_buf(rctx->src, iv + 16, req->assoclen - 8); in crypto_rfc4309_crypt() 629 sg_set_buf(rctx->dst, iv + 16, req->assoclen - 8); in crypto_rfc4309_crypt()
|
H A D | gcm.c | 163 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() 735 sg_set_buf(rctx->src, iv + GCM_AES_IV_SIZE, req->assoclen - 8); in crypto_rfc4106_crypt() 742 sg_set_buf(rctx->dst, iv + GCM_AES_IV_SIZE, req->assoclen - 8); in crypto_rfc4106_crypt()
|
H A D | essiv.c | 232 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/drivers/mtd/nand/ |
H A D | ecc-mxic.c | 572 sg_set_buf(&ctx->sg[0], req->databuf.out, req->datalen); in mxic_ecc_prepare_io_req_external() 573 sg_set_buf(&ctx->sg[1], ctx->oobwithstat, in mxic_ecc_prepare_io_req_external() 630 sg_set_buf(&ctx->sg[0], req->databuf.in, req->datalen); in mxic_ecc_finish_io_req_external() 631 sg_set_buf(&ctx->sg[1], ctx->oobwithstat, in mxic_ecc_finish_io_req_external() 684 sg_set_buf(&ctx->sg[0], req->databuf.in, req->datalen); in mxic_ecc_prepare_io_req_pipelined() 685 sg_set_buf(&ctx->sg[1], ctx->oobwithstat, in mxic_ecc_prepare_io_req_pipelined()
|
/linux/drivers/crypto/ |
H A D | omap-crypto.c | 81 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/security/keys/encrypted-keys/ |
H A D | encrypted.c | 473 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/drivers/hwtracing/intel_th/ |
H A D | msu-sink.c | 77 sg_set_buf(sg_ptr, block, PAGE_SIZE); in msu_sink_alloc_window()
|
/linux/drivers/scsi/arm/ |
H A D | arm_scsi.h | 42 sg_set_buf(sg, SCp->ptr, SCp->this_residual); in copy_SCp_to_sg()
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_req.h | 576 sg_set_buf(sg, buf, buflen); in create_single_sg() 602 sg_set_buf(sg, sg_virt(from_sg), sglen); in create_multi_sg()
|
H A D | nitrox_aead.c | 405 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/drivers/char/tpm/ |
H A D | tpm2-sessions.c | 520 sg_set_buf(&s[0], x, EC_PT_SZ); in tpm_buf_append_salt() 521 sg_set_buf(&s[1], y, EC_PT_SZ); in tpm_buf_append_salt() 552 sg_set_buf(&s[0], chip->null_ec_key_x, EC_PT_SZ); in tpm_buf_append_salt() 553 sg_set_buf(&s[1], chip->null_ec_key_y, EC_PT_SZ); in tpm_buf_append_salt()
|
/linux/drivers/mmc/core/ |
H A D | sdio_ops.c | 161 sg_set_buf(sg_ptr, buf + i * seg_size, in mmc_io_rw_extended()
|
/linux/net/ipv4/ |
H A D | ah4.c | 229 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_output() 404 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah_input()
|
H A D | tcp_sigpool.c | 340 sg_set_buf(&sg, ((u8 *)tp) + header_len, head_data_len); in tcp_sigpool_hash_skb_data()
|
/linux/net/ipv6/ |
H A D | ah6.c | 417 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_output() 603 sg_set_buf(seqhisg, seqhi, seqhi_len); in ah6_input()
|
/linux/net/ceph/ |
H A D | messenger_v2.c | 935 sg_set_buf(*sg, buf, buf_len); in init_sgs() 940 sg_set_buf(*sg, pad, padding_len(buf_len)); in init_sgs() 963 sg_set_buf(*sg, pad, padding_len(data_len)); in init_sgs_cursor() 997 sg_set_buf(*sg, pad, padding_len(dlen)); in init_sgs_pages() 1055 sg_set_buf(cur_sg, epilogue, in setup_message_sgs() 1079 sg_set_buf(&sgs[0], con->v2.in_kvecs[0].iov_base, rem_len); in decrypt_control_remainder() 1080 sg_set_buf(&sgs[1], con->v2.in_buf, pt_len); in decrypt_control_remainder() 1299 sg_set_buf(&sgs[0], base, rem - base); in prepare_head_secure_big() 1300 sg_set_buf(&sgs[1], pmbl_tag, CEPH_GCM_TAG_LEN); in prepare_head_secure_big()
|
/linux/include/linux/ |
H A D | scatterlist.h | 183 static inline void sg_set_buf(struct scatterlist *sg, const void *buf, in sg_set_buf() function
|
/linux/drivers/net/ |
H A D | virtio_net.c | 1603 sg_set_buf(sq->sg, xdpf->data, xdpf->len); in __virtnet_xdp_xmit_one() 2639 sg_set_buf(&rq->sg[i], page_address(first), PAGE_SIZE); in add_recvbuf_big() 2655 sg_set_buf(&rq->sg[0], p, vi->hdr_len); in add_recvbuf_big() 2659 sg_set_buf(&rq->sg[1], p + offset, PAGE_SIZE - offset); in add_recvbuf_big() 3234 sg_set_buf(sq->sg, hdr, hdr_len); in xmit_skb() 3737 sg_set_buf(&sg[0], mac_data, in virtnet_rx_mode_work() 3750 sg_set_buf(&sg[1], mac_data, in virtnet_rx_mode_work() 4069 sg_set_buf(&sgs[0], &vi->rss, sg_buf_size); in virtnet_commit_rss_command() 4073 sg_set_buf(&sgs[1], vi->rss.indirection_table, sg_buf_size); in virtnet_commit_rss_command() 4075 sg_set_buf(&sgs[1], &vi->rss.hash_cfg_reserved, sizeof(uint16_t)); in virtnet_commit_rss_command() [all …]
|
/linux/drivers/md/ |
H A D | dm-crypt.c | 1365 sg_set_buf(&dmreq->sg_in[0], sector, sizeof(uint64_t)); in crypt_convert_block_aead() 1366 sg_set_buf(&dmreq->sg_in[1], org_iv, cc->iv_size); in crypt_convert_block_aead() 1368 sg_set_buf(&dmreq->sg_in[3], tag, cc->integrity_tag_size); in crypt_convert_block_aead() 1371 sg_set_buf(&dmreq->sg_out[0], sector, sizeof(uint64_t)); in crypt_convert_block_aead() 1372 sg_set_buf(&dmreq->sg_out[1], org_iv, cc->iv_size); in crypt_convert_block_aead() 1374 sg_set_buf(&dmreq->sg_out[3], tag, cc->integrity_tag_size); in crypt_convert_block_aead()
|