Searched refs:DST_ALG_ECCGOST (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddst_parse.h82 #define TAG_GOST_PRIVASN1 ((DST_ALG_ECCGOST << TAG_SHIFT) + 0)
H A Ddst_parse.c265 if (priv->elements[0].tag != TAG(DST_ALG_ECCGOST, 0))
344 case DST_ALG_ECCGOST:
675 case DST_ALG_ECCGOST:
H A Ddst_api.c231 RETERR(dst__opensslgost_init(&dst_t_func[DST_ALG_ECCGOST]));
1190 case DST_ALG_ECCGOST:
1524 case DST_ALG_ECCGOST:
1805 alg == DST_ALG_ECCGOST ||
H A Dopensslgost_link.c341 ret = dst__privstruct_parse(key, DST_ALG_ECCGOST, lexer, mctx, &priv);
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-keygen.c565 alg != DST_ALG_ECCGOST &&
598 } else if (alg != DST_ALG_ECCGOST &&
728 case DST_ALG_ECCGOST:
862 case DST_ALG_ECCGOST:
H A Ddnssec-keyfromlabel.c384 alg != DST_ALG_ECCGOST &&
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dst/
H A Ddst.h62 #define DST_ALG_ECCGOST 12 macro

Completed in 122 milliseconds