Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Dcryptodev.h363 int cryptodev_backend_create_session(
/qemu/hw/virtio/
H A Dvirtio-crypto.c192 return cryptodev_backend_create_session(vcrypto->cryptodev, &sreq->info, in virtio_crypto_create_sym_session()
247 return cryptodev_backend_create_session(vcrypto->cryptodev, &sreq->info, in virtio_crypto_create_asym_session()
/qemu/backends/
H A Dcryptodev.c140 int cryptodev_backend_create_session( in cryptodev_backend_create_session() function