Searched refs:key2 (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c157 dst_key_t *key1 = NULL, *key2 = NULL; local
169 ret = dst_key_fromfile(name2, id2, alg, type, current, mctx, &key2);
178 ret = dst_key_tofile(key2, type, tmp);
184 ret = dst_key_computesecret(key1, key2, &b1);
190 ret = dst_key_computesecret(key2, key1, &b2);
212 dst_key_free(&key2);
H A Dt_dst.c171 dst_key_t *key1 = NULL, *key2 = NULL; local
199 ret = dst_key_fromfile(name2, id2, alg, type, current, mctx, &key2);
231 ret = dst_key_tofile(key2, type, tmp);
242 ret = dst_key_computesecret(key1, key2, &b1);
251 ret = dst_key_computesecret(key2, key1, &b2);
271 if (key2 != NULL)
272 dst_key_free(&key2);
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h161 isc_boolean_t (*compare)(const dst_key_t *key1, const dst_key_t *key2);
163 const dst_key_t *key2);
H A Ddst_api.c776 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
779 REQUIRE(VALID_KEY(key2));
781 if (key1 == key2)
783 if (key1 == NULL || key2 == NULL)
785 if (key1->key_alg == key2->key_alg &&
786 key1->key_id == key2->key_id &&
788 key1->func->compare(key1, key2) == ISC_TRUE)
795 dst_key_paramcompare(const dst_key_t *key1, const dst_key_t *key2) { argument
798 REQUIRE(VALID_KEY(key2));
800 if (key1 == key2)
[all...]
H A Dgssapi_link.c248 gssapi_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
250 gss_ctx_id_t gsskey2 = key2->keydata.gssctx;
H A Dhmac_link.c135 hmacmd5_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
139 hkey2 = key2->keydata.hmacmd5;
403 hmacsha1_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
407 hkey2 = key2->keydata.hmacsha1;
672 hmacsha224_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
676 hkey2 = key2->keydata.hmacsha224;
941 hmacsha256_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
945 hkey2 = key2->keydata.hmacsha256;
1210 hmacsha384_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
1214 hkey2 = key2
1479 hmacsha512_compare(const dst_key_t *key1, const dst_key_t *key2) argument
[all...]
H A Dopenssldh_link.c104 openssldh_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
109 dh2 = key2->keydata.dh;
133 openssldh_paramcompare(const dst_key_t *key1, const dst_key_t *key2) { argument
138 dh2 = key2->keydata.dh;
H A Dopenssldsa_link.c302 openssldsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
307 dsa2 = key2->keydata.dsa;
H A Dopensslrsa_link.c655 opensslrsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
664 pkey2 = key2->keydata.pkey;
679 rsa2 = key2->keydata.rsa;
/bind-9.6-ESV-R11/lib/dns/include/dst/
H A Ddst.h491 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2);
497 *\li "key2" is a valid key.
505 dst_key_paramcompare(const dst_key_t *key1, const dst_key_t *key2);
512 *\li "key2" is a valid key.
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dtests.sh932 key2=`$KEYGEN -r $RANDFILE -f KSK -a NSEC3RSASHA1 -b 1024 -n zone $zone`
933 cat example.db.in $key1.key $key2.key > example.db
947 key2=`$KEYGEN -r $RANDFILE -f KSK -a NSEC3RSASHA1 -b 1024 -n zone $zone`
948 cat example.db.in $key1.key $key2.key > example.db
963 key2=`$KEYGEN -r $RANDFILE -f KSK -a RSASHA1 -b 1024 -n zone $zone`
964 cat example.db.in $key1.key $key2.key > example.db
977 key2=`$KEYGEN -r random.data -f KSK -a NSEC3RSASHA1 -b 1024 -n zone example`
978 mv $key1.key $key1.private $key2.key $key2.private signer
981 cat example.db.in $key1.key $key2
[all...]

Completed in 79 milliseconds