Searched refs:DST_ALG_DH (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddst_parse.h66 #define TAG_DH_PRIME ((DST_ALG_DH << TAG_SHIFT) + 0)
67 #define TAG_DH_GENERATOR ((DST_ALG_DH << TAG_SHIFT) + 1)
68 #define TAG_DH_PRIVATE ((DST_ALG_DH << TAG_SHIFT) + 2)
69 #define TAG_DH_PUBLIC ((DST_ALG_DH << TAG_SHIFT) + 3)
H A Ddst_parse.c227 if (priv->elements[j].tag == TAG(DST_ALG_DH, i)) {
373 case DST_ALG_DH:
695 case DST_ALG_DH:
H A Ddst_api.c213 RETERR(dst__openssldh_init(&dst_t_func[DST_ALG_DH]));
1484 case DST_ALG_DH:
1497 if (key->key_alg == DST_ALG_DH) {
1979 case DST_ALG_DH:
H A Dopenssldh_link.c679 ret = dst__privstruct_parse(key, DST_ALG_DH, lexer, mctx, &priv);
H A Dresolver.c11665 if ((alg == DST_ALG_DH) || (alg == DST_ALG_INDIRECT)) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddst_parse.h65 #define TAG_DH_PRIME ((DST_ALG_DH << TAG_SHIFT) + 0)
66 #define TAG_DH_GENERATOR ((DST_ALG_DH << TAG_SHIFT) + 1)
67 #define TAG_DH_PRIVATE ((DST_ALG_DH << TAG_SHIFT) + 2)
68 #define TAG_DH_PUBLIC ((DST_ALG_DH << TAG_SHIFT) + 3)
H A Ddst_parse.c225 if (priv->elements[j].tag == TAG(DST_ALG_DH, i)) {
371 case DST_ALG_DH:
693 case DST_ALG_DH:
H A Dnsec.c289 dnskey.algorithm == DST_ALG_DH ||
H A Ddst_api.c211 RETERR(dst__openssldh_init(&dst_t_func[DST_ALG_DH]));
1502 case DST_ALG_DH:
1515 if (key->key_alg == DST_ALG_DH) {
1997 case DST_ALG_DH:
H A Dopenssldh_link.c1122 ret = dst__privstruct_parse(key, DST_ALG_DH, lexer, mctx, &priv);
H A Ddnssec.c1494 case DST_ALG_DH:
H A Dresolver.c11393 if ((alg == DST_ALG_DH) || (alg == DST_ALG_INDIRECT)) {
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddst_test.c443 { "example.", 65316, "example.", 65316, DST_ALG_DH,
447 { "example.", 65316, "example2.", 19823, DST_ALG_DH,
451 { "example.", 65316, "example3.", 17187, DST_ALG_DH,
455 { "example.", 65316, "example-private.", 65316, DST_ALG_DH,
459 { "example.", 65316, "example.", 65316, DST_ALG_DH,
463 { "example.", 65316, "example2.", 19823, DST_ALG_DH,
467 { "example.", 65316, "example3.", 17187, DST_ALG_DH,
H A Ddh_test.c86 result = dst_key_fromfile(name, 18602, DST_ALG_DH,
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
H A Ddst.h87 #define DST_ALG_DH 2 macro
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h87 DST_ALG_DH = 2, enumerator in enum:dst_algorithm
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssectool.c511 if (alg == DST_ALG_DH) {
H A Ddnssec-keyfromlabel.c393 if (alg == DST_ALG_DH) {
H A Ddnssec-keygen.c328 if (ctx->alg == DST_ALG_DH) {
/netbsd-current/external/mpl/bind/dist/bin/named/
H A Dmain.c478 if (i == DST_ALG_DH || i == DST_ALG_GSSAPI ||
557 (dst_algorithm_supported(DST_ALG_DH) &&

Completed in 242 milliseconds