Home
last modified time | relevance | path

Searched refs:outhdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/crypto/virtio/
Dvirtio_crypto_algs.c133 struct scatterlist outhdr, key_sg, inhdr, *sgs[3]; in virtio_crypto_alg_ablkcipher_init_session() local
170 sg_init_one(&outhdr, &vcrypto->ctrl, sizeof(vcrypto->ctrl)); in virtio_crypto_alg_ablkcipher_init_session()
171 sgs[num_out++] = &outhdr; in virtio_crypto_alg_ablkcipher_init_session()
223 struct scatterlist outhdr, status_sg, *sgs[2]; in virtio_crypto_alg_ablkcipher_close_session() local
247 sg_init_one(&outhdr, &vcrypto->ctrl, sizeof(vcrypto->ctrl)); in virtio_crypto_alg_ablkcipher_close_session()
248 sgs[num_out++] = &outhdr; in virtio_crypto_alg_ablkcipher_close_session()
371 struct scatterlist outhdr, iv_sg, status_sg, **sgs; in __virtio_crypto_ablkcipher_do_req() local
438 sg_init_one(&outhdr, req_data, sizeof(*req_data)); in __virtio_crypto_ablkcipher_do_req()
439 sgs[num_out++] = &outhdr; in __virtio_crypto_ablkcipher_do_req()
/Linux-v4.19/arch/arm/vdso/
Dvdsomunge.c209 Elf32_Ehdr *outhdr; in main() local
211 outhdr = outbuf; in main()
213 write_elf_word(e_flags, &outhdr->e_flags, swap); in main()