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

  /src/external/mpl/bind/dist/lib/isccfg/
check.c 1271 const char *ccalg = "siphash24"; local
1810 ccalg = cfg_obj_asstring(obj);
1811 if (strcasecmp(ccalg, "aes") == 0) {
1853 if (strcasecmp(ccalg, "siphash24") == 0 &&
check.c 1271 const char *ccalg = "siphash24"; local
1810 ccalg = cfg_obj_asstring(obj);
1811 if (strcasecmp(ccalg, "aes") == 0) {
1853 if (strcasecmp(ccalg, "siphash24") == 0 &&

Completed in 51 milliseconds