Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Dcryptodev.h200 int (*create_session)(CryptoDevBackend *backend, member
/qemu/backends/
H A Dcryptodev.c150 if (bc->create_session) { in cryptodev_backend_create_session()
151 return bc->create_session(backend, sess_info, queue_index, cb, opaque); in cryptodev_backend_create_session()
H A Dcryptodev-vhost-user.c403 bc->create_session = cryptodev_vhost_user_create_session; in cryptodev_vhost_user_class_init()
H A Dcryptodev-builtin.c617 bc->create_session = cryptodev_builtin_create_session; in cryptodev_builtin_class_init()
H A Dcryptodev-lkcf.c625 bc->create_session = cryptodev_lkcf_create_session; in cryptodev_lkcf_class_init()