Searched refs:fuzzy (Results 1 – 1 of 1) sorted by relevance
67 int exact, fuzzy; in __crypto_alg_lookup() local81 fuzzy = !strcmp(q->cra_name, name); in __crypto_alg_lookup()82 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()