Searched refs:vreq (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/virtio/ |
H A D | virtio_crypto_common.h | 127 struct crypto_engine *engine, void *vreq);
|
H A D | virtio_crypto_akcipher_algs.c | 283 static int virtio_crypto_rsa_do_req(struct crypto_engine *engine, void *vreq) in virtio_crypto_rsa_do_req() argument 285 struct akcipher_request *req = container_of(vreq, struct akcipher_request, base); in virtio_crypto_rsa_do_req()
|
H A D | virtio_crypto_algs.c | 546 struct crypto_engine *engine, void *vreq) in virtio_crypto_skcipher_crypt_req() 548 struct skcipher_request *req = container_of(vreq, struct skcipher_request, base); in virtio_crypto_skcipher_crypt_req() 545 virtio_crypto_skcipher_crypt_req( struct crypto_engine *engine, void *vreq) virtio_crypto_skcipher_crypt_req() argument
|
/kernel/linux/linux-6.6/drivers/crypto/virtio/ |
H A D | virtio_crypto_common.h | 130 struct crypto_engine *engine, void *vreq);
|
H A D | virtio_crypto_akcipher_algs.c | 287 static int virtio_crypto_rsa_do_req(struct crypto_engine *engine, void *vreq) in virtio_crypto_rsa_do_req() argument 289 struct akcipher_request *req = container_of(vreq, struct akcipher_request, base); in virtio_crypto_rsa_do_req()
|
H A D | virtio_crypto_skcipher_algs.c | 540 struct crypto_engine *engine, void *vreq) in virtio_crypto_skcipher_crypt_req() 542 struct skcipher_request *req = container_of(vreq, struct skcipher_request, base); in virtio_crypto_skcipher_crypt_req() 539 virtio_crypto_skcipher_crypt_req( struct crypto_engine *engine, void *vreq) virtio_crypto_skcipher_crypt_req() argument
|
/kernel/linux/linux-5.10/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 171 struct vsock_diag_req vreq; in send_req() member 178 .vreq = { in send_req()
|
/kernel/linux/linux-6.6/tools/testing/vsock/ |
H A D | vsock_diag_test.c | 171 struct vsock_diag_req vreq; in send_req() member 178 .vreq = { in send_req()
|
Completed in 7 milliseconds