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