Searched refs:DST_ALG_DH (Results 1 - 9 of 9) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/ |
H A D | dst_parse.h | 67 #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 D | dst_parse.c | 176 if (priv->elements[j].tag == TAG(DST_ALG_DH, i)) 255 case DST_ALG_DH: 487 case DST_ALG_DH:
|
H A D | dst_api.c | 201 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 D | openssldh_link.c | 496 ret = dst__privstruct_parse(key, DST_ALG_DH, lexer, mctx, &priv);
|
/bind-9.6-ESV-R11/bin/tests/dst/ |
H A D | dst_test.c | 162 int alg = DST_ALG_DH; 226 if (alg != DST_ALG_DH) 285 generate(DST_ALG_DH, mctx);
|
H A D | t_dst.c | 176 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 D | dnssec-keyfromlabel.c | 202 if (alg == DST_ALG_DH)
|
H A D | dnssec-keygen.c | 289 if (alg == DST_ALG_DH)
|
/bind-9.6-ESV-R11/lib/dns/include/dst/ |
H A D | dst.h | 53 #define DST_ALG_DH 2 macro
|
Completed in 24 milliseconds