Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
H A Dtsig.h285 int tsig_strlowercmp(const char* str1, const char* str2);
H A Dtsig.c209 tsig_strlowercmp(const char* str1, const char* str2) in tsig_strlowercmp() function
246 if (tsig_strlowercmp(name, algorithm_entry->algorithm->short_name) == 0) in tsig_get_algorithm_by_name()
250 …if(strncmp("hmac-", algorithm_entry->algorithm->short_name, 5) == 0 && tsig_strlowercmp(name, algo… in tsig_get_algorithm_by_name()
H A Doptions.c2189 if(tsig_strlowercmp(q->tsig.algorithm->short_name, in acl_key_matches()
2192 tsig_strlowercmp(q->tsig.algorithm->short_name+5, in acl_key_matches()