Home
last modified time | relevance | path

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

/qemu/include/sysemu/
A Dcryptodev.h206 int (*close_session)(CryptoDevBackend *backend, member
/qemu/backends/
A Dcryptodev.c166 if (bc->close_session) { in cryptodev_backend_close_session()
167 return bc->close_session(backend, session_id, queue_index, cb, opaque); in cryptodev_backend_close_session()
A Dcryptodev-vhost-user.c404 bc->close_session = cryptodev_vhost_user_close_session; in cryptodev_vhost_user_class_init()
A Dcryptodev-builtin.c618 bc->close_session = cryptodev_builtin_close_session; in cryptodev_builtin_class_init()
A Dcryptodev-lkcf.c626 bc->close_session = cryptodev_lkcf_close_session; in cryptodev_lkcf_class_init()

Completed in 17 milliseconds