Searched refs:close_session (Results 1 – 5 of 5) sorted by relevance
206 int (*close_session)(CryptoDevBackend *backend, member
166 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()
404 bc->close_session = cryptodev_vhost_user_close_session; in cryptodev_vhost_user_class_init()
618 bc->close_session = cryptodev_builtin_close_session; in cryptodev_builtin_class_init()
626 bc->close_session = cryptodev_lkcf_close_session; in cryptodev_lkcf_class_init()
Completed in 17 milliseconds