Lines Matching defs:algo
174 * @algo: The algorithm number that needs to be supported by the
185 uint32_t algo)
197 virtcrypto_algo_is_supported(tmp_dev, service, algo)) {
214 service, algo)) {
275 * @algo : The bit number for the algorithm to validate.
279 * algo.
281 * Return true if device supports a service and algo.
286 uint32_t algo)
292 if (algo > 31) {
293 algo -= 32;
328 if (!(algo_mask & (1u << algo)))