Searched refs:outhdr (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/drivers/crypto/virtio/ |
D | virtio_crypto_algs.c | 121 struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; in virtio_crypto_alg_ablkcipher_init_session() local 156 sg_init_one(&outhdr, &vcrypto->ctrl, sizeof(vcrypto->ctrl)); in virtio_crypto_alg_ablkcipher_init_session() 157 sgs[num_out++] = &outhdr; in virtio_crypto_alg_ablkcipher_init_session() 209 struct scatterlist outhdr, status_sg, *sgs[2]; in virtio_crypto_alg_ablkcipher_close_session() local 233 sg_init_one(&outhdr, &vcrypto->ctrl, sizeof(vcrypto->ctrl)); in virtio_crypto_alg_ablkcipher_close_session() 234 sgs[num_out++] = &outhdr; in virtio_crypto_alg_ablkcipher_close_session() 357 struct scatterlist outhdr, iv_sg, status_sg, **sgs; in __virtio_crypto_ablkcipher_do_req() local 424 sg_init_one(&outhdr, req_data, sizeof(*req_data)); in __virtio_crypto_ablkcipher_do_req() 425 sgs[num_out++] = &outhdr; in __virtio_crypto_ablkcipher_do_req()
|
/Linux-v5.4/arch/arm/vdso/ |
D | vdsomunge.c | 196 Elf32_Ehdr *outhdr; in main() local 198 outhdr = outbuf; in main() 200 write_elf_word(e_flags, &outhdr->e_flags, swap); in main()
|