Lines Matching full:service
172 * @service: Crypto service that needs to be supported by the
178 * and supports the given crypto service and algorithm.
184 struct virtio_crypto *virtcrypto_get_dev_node(int node, uint32_t service, in virtcrypto_get_dev_node() argument
197 virtcrypto_algo_is_supported(tmp_dev, service, algo)) { in virtcrypto_get_dev_node()
214 service, algo)) { in virtcrypto_get_dev_node()
266 * @service: The bit number for service validate.
271 * Validate if the virtio crypto device supports a service and
274 * Return true if device supports a service and algo.
278 uint32_t service, in virtcrypto_algo_is_supported() argument
281 uint32_t service_mask = 1u << service; in virtcrypto_algo_is_supported()
293 switch (service) { in virtcrypto_algo_is_supported()