Lines Matching refs:bc
129 CryptoDevBackendClass *bc = in cryptodev_backend_cleanup() local
132 if (bc->cleanup) { in cryptodev_backend_cleanup()
133 bc->cleanup(backend, errp); in cryptodev_backend_cleanup()
147 CryptoDevBackendClass *bc = in cryptodev_backend_create_session() local
150 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()
163 CryptoDevBackendClass *bc = in cryptodev_backend_close_session() local
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()
176 CryptoDevBackendClass *bc = in cryptodev_backend_operation() local
179 if (bc->do_op) { in cryptodev_backend_operation()
180 return bc->do_op(backend, op_info); in cryptodev_backend_operation()
403 CryptoDevBackendClass *bc = CRYPTODEV_BACKEND_GET_CLASS(uc); in cryptodev_backend_complete() local
419 if (bc->init) { in cryptodev_backend_complete()
420 bc->init(backend, errp); in cryptodev_backend_complete()