Home
last modified time | relevance | path

Searched refs:cryptodev_backend_new_client (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dcryptodev.h325 CryptoDevBackendClient *cryptodev_backend_new_client(void);
/openbmc/qemu/backends/
H A Dcryptodev-vhost-user.c201 cc = cryptodev_backend_new_client(); in cryptodev_vhost_user_init()
H A Dcryptodev-builtin.c89 cc = cryptodev_backend_new_client(); in cryptodev_builtin_init()
H A Dcryptodev-lkcf.c226 cc = cryptodev_backend_new_client(); in cryptodev_lkcf_init()
H A Dcryptodev.c107 CryptoDevBackendClient *cryptodev_backend_new_client(void) in cryptodev_backend_new_client() function