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

/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.h67 #define TAG_DH_PRIME ((DST_ALG_DH << TAG_SHIFT) + 0)
68 #define TAG_DH_GENERATOR ((DST_ALG_DH << TAG_SHIFT) + 1)
69 #define TAG_DH_PRIVATE ((DST_ALG_DH << TAG_SHIFT) + 2)
70 #define TAG_DH_PUBLIC ((DST_ALG_DH << TAG_SHIFT) + 3)
H A Ddst_parse.c176 if (priv->elements[j].tag == TAG(DST_ALG_DH, i))
255 case DST_ALG_DH:
487 case DST_ALG_DH:
H A Ddst_api.c201 RETERR(dst__openssldh_init(&dst_t_func[DST_ALG_DH]));
914 case DST_ALG_DH:
927 if (key->key_alg == DST_ALG_DH)
1127 case DST_ALG_DH:
1328 alg == DST_ALG_DSA || alg == DST_ALG_DH ||
H A Dopenssldh_link.c496 ret = dst__privstruct_parse(key, DST_ALG_DH, lexer, mctx, &priv);
/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c162 int alg = DST_ALG_DH;
226 if (alg != DST_ALG_DH)
285 generate(DST_ALG_DH, mctx);
H A Dt_dst.c176 int alg = DST_ALG_DH;
323 if (dst_key_alg(key) != DST_ALG_DH)
345 if (alg != DST_ALG_DH)
454 generate(DST_ALG_DH, mctx, 512, &nfails);
458 generate(DST_ALG_DH, mctx, 768, &nfails);
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-keyfromlabel.c202 if (alg == DST_ALG_DH)
H A Ddnssec-keygen.c289 if (alg == DST_ALG_DH)
/bind-9.6-ESV-R11/lib/dns/include/dst/
H A Ddst.h53 #define DST_ALG_DH 2 macro

Completed in 24 milliseconds