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

/bind-9.11.3/bin/tests/system/gost/
H A Dprereq.sh12 exec $SHELL ../testcrypto.sh gost
/bind-9.11.3/bin/tests/system/dsdigest/
H A Dprereq.sh13 $SHELL ../testcrypto.sh -q gost || gostfail=1
22 echo gost > supported
/bind-9.11.3/lib/dns/
H A Dpkcs11gost_link.c154 pk11_object_t *gost; local
160 gost = key->keydata.pkey;
161 REQUIRE(gost != NULL);
168 gost->reqlogon, NULL,
173 if (gost->ontoken && (gost->object != CK_INVALID_HANDLE)) {
174 pk11_ctx->ontoken = gost->ontoken;
175 pk11_ctx->object = gost->object;
179 for (attr = pk11_attribute_first(gost);
181 attr = pk11_attribute_next(gost, att
259 pk11_object_t *gost; local
500 pk11_object_t *gost; local
589 pk11_object_t *gost = key->keydata.pkey; local
600 pk11_object_t *gost = key->keydata.pkey; local
635 pk11_object_t *gost; local
657 pk11_object_t *gost; local
727 pk11_object_t *gost; local
779 pk11_object_t *gost; local
822 pk11_object_t *gost = NULL; local
[all...]
H A Dds.c51 isc_gost_t gost; local
82 isc_gost_invalidate(&gost); \
88 RETERR(isc_gost_init(&gost));
90 RETERR(isc_gost_update(&gost, r.base, r.length));
93 RETERR(isc_gost_update(&gost, r.base, r.length));
94 RETERR(isc_gost_final(&gost, digest));
/bind-9.11.3/bin/tests/system/gost/ns1/
H A Dsign.sh18 $DSFROMKEY -a gost $key2.key > dsset-gost
/bind-9.11.3/bin/tests/system/
H A Dtestcrypto.sh32 gost|GOST)
35 msg2="--with-gost"
/bind-9.11.3/bin/tests/system/dsdigest/ns2/
H A Dsign.sh39 gost) algo=GOST ;;
/bind-9.11.3/lib/dns/tests/
H A Dgost_test.c94 isc_gost_t gost; local
197 result = isc_gost_init(&gost);
200 result = isc_gost_update(&gost,
205 result = isc_gost_final(&gost, digest);
358 atf_tc_set_md_var(tc, "descr", "skipping gost test");
/bind-9.11.3/win32utils/
H A DConfigure582 "gost",
640 " with-gost[=ENC] crypto GOST yes|no|raw|ans1\n",
988 } elsif ($key =~ /^gost$/i) {
1237 print "gost: disabled\n";
1239 print "gost: enabled\n";
1240 print "gost private key encoding: $gost_encoding\n";
2072 # with-gost
2095 e = ENGINE_by_id("gost");
3605 # --with-gost supported

Completed in 19 milliseconds