Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bind9/bin/confgen/
Dkeygen.c85 return DST_ALG_UNKNOWN; in alg_fromtext()
Dddns-confgen.c118 if (alg == DST_ALG_UNKNOWN) in main()
/freebsd-9-stable/contrib/bind9/lib/dns/include/dst/
Ddst.h51 #define DST_ALG_UNKNOWN 0 macro
/freebsd-9-stable/contrib/bind9/bin/named/
Dconfig.c826 { NULL, hmacnone, DST_ALG_UNKNOWN, 0 }
Dserver.c4699 server->session_keyalg = DST_ALG_UNKNOWN; in cleanup_session_key()
4871 INSIST(server->session_keyalg == DST_ALG_UNKNOWN); in configure_session_key()
6379 server->session_keyalg = DST_ALG_UNKNOWN; in ns_server_create()