Home
last modified time | relevance | path

Searched refs:DST_ALG_DH (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/mpl/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)) { in check_dh()
373 case DST_ALG_DH: in check_data()
695 case DST_ALG_DH: in dst__privstruct_writefile()
H A Ddst_api.c212 RETERR(dst__openssldh_init(&dst_t_func[DST_ALG_DH])); in dst_lib_init()
1476 case DST_ALG_DH: in dst_key_sigsize()
1489 if (key->key_alg == DST_ALG_DH) { in dst_key_secretsize()
1971 case DST_ALG_DH: in issymmetric()
H A Dopenssldh_link.c679 ret = dst__privstruct_parse(key, DST_ALG_DH, lexer, mctx, &priv); in openssldh_parse()
H A Dresolver.c11665 if ((alg == DST_ALG_DH) || (alg == DST_ALG_INDIRECT)) { in dns_resolver_algorithm_supported()
/netbsd/external/mpl/bind/dist/lib/dns/tests/
H A Ddst_test.c442 { "example.", 65316, "example.", 65316, DST_ALG_DH, in cmp_test()
446 { "example.", 65316, "example2.", 19823, DST_ALG_DH, in cmp_test()
450 { "example.", 65316, "example3.", 17187, DST_ALG_DH, in cmp_test()
454 { "example.", 65316, "example-private.", 65316, DST_ALG_DH, in cmp_test()
458 { "example.", 65316, "example.", 65316, DST_ALG_DH, in cmp_test()
462 { "example.", 65316, "example2.", 19823, DST_ALG_DH, in cmp_test()
466 { "example.", 65316, "example3.", 17187, DST_ALG_DH, in cmp_test()
H A Ddh_test.c80 result = dst_key_fromfile(name, 18602, DST_ALG_DH, in dh_computesecret()
/netbsd/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h87 #define DST_ALG_DH 2 macro
/netbsd/external/mpl/bind/dist/bin/dnssec/
H A Ddnssectool.c498 if (alg == DST_ALG_DH) { in key_collision()
H A Ddnssec-keyfromlabel.c410 if (alg == DST_ALG_DH) { in main()
H A Ddnssec-keygen.c340 if (ctx->alg == DST_ALG_DH) { in keygen()
/netbsd/external/mpl/bind/dist/bin/named/
H A Dmain.c538 if (i == DST_ALG_DH || i == DST_ALG_GSSAPI || in list_dnssec_algorithms()
615 (dst_algorithm_supported(DST_ALG_DH) && in format_supported_algorithms()