HomeSort by: relevance | last modified time | path
    Searched refs:iana (Results 1 - 4 of 4) sorted by relevancy

  /src/share/misc/
Makefile 24 # According to iana@ISI.EDU, the URL below is the authoritative list
26 DOMAIN_URL= https://www.iana.org/domains/root/db
  /src/lib/libc/time/
tzselect.ksh 7 REPORT_BUGS_TO=tz@iana.org
Makefile 44 BUGEMAIL= tz@iana.org
  /src/usr.sbin/syslogd/
tls.c 333 * http://www.iana.org/assignments/hash-function-text-names/
339 * Intended behaviour is to prefer the IANA names,
341 * (e.g. for "RIPEMD160" which has no IANA name)
344 const char *iana; member in struct:hash_alg_namemap
364 if (!strcasecmp(alg_name, hash_alg_namemap[i].iana))
378 /* 'normalise' and translate back to IANA name */
382 alg_name = hash_alg_namemap[i].iana;

Completed in 18 milliseconds