HomeSort by: relevance | last modified time | path
    Searched defs:comparekeys (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
dst_api.c 1258 comparekeys(const dst_key_t *key1, const dst_key_t *key2, function
1347 return comparekeys(key1, key2, false, key1->func->compare);
1353 return comparekeys(key1, key2, match_revoked_key, pub_compare);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_api.c 1261 comparekeys(const dst_key_t *key1, const dst_key_t *key2, function
1350 return (comparekeys(key1, key2, false, key1->func->compare));
1356 return (comparekeys(key1, key2, match_revoked_key, pub_compare));

Completed in 16 milliseconds