Home
last modified time | relevance | path

Searched refs:vreq (Results 1 – 3 of 3) sorted by relevance

/drivers/crypto/virtio/
Dvirtio_crypto_common.h130 struct crypto_engine *engine, void *vreq);
Dvirtio_crypto_akcipher_algs.c287 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()
Dvirtio_crypto_skcipher_algs.c546 struct crypto_engine *engine, void *vreq) in virtio_crypto_skcipher_crypt_req() argument
548 struct skcipher_request *req = container_of(vreq, struct skcipher_request, base); in virtio_crypto_skcipher_crypt_req()