Home
last modified time | relevance | path

Searched refs:fuzzy (Results 1 – 1 of 1) sorted by relevance

/crypto/
Dapi.c62 int exact, fuzzy; in __crypto_alg_lookup() local
76 fuzzy = !strcmp(q->cra_name, name); in __crypto_alg_lookup()
77 if (!exact && !(fuzzy && q->cra_priority > best)) in __crypto_alg_lookup()