Searched defs:key2 (Results 1 - 19 of 19) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dopenssleddsa_link.c359 openssleddsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
362 EVP_PKEY *pkey2 = key2->keydata.pkey;
H A Dgssapi_link.c247 gssapi_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
249 gss_ctx_id_t gsskey2 = key2->keydata.gssctx;
H A Dopensslecdsa_link.c258 opensslecdsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
262 EVP_PKEY *pkey2 = key2->keydata.pkey;
H A Dopensslgost_link.c195 opensslgost_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
199 pkey2 = key2->keydata.pkey;
H A Dpkcs11dh_link.c260 pkcs11dh_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
265 dh2 = key2->keydata.pkey;
321 pkcs11dh_paramcompare(const dst_key_t *key1, const dst_key_t *key2) { argument
326 dh2 = key2->keydata.pkey;
H A Dpkcs11dsa_link.c429 pkcs11dsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
434 dsa2 = key2->keydata.pkey;
H A Dpkcs11ecdsa_link.c374 pkcs11ecdsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
379 ec2 = key2->keydata.pkey;
H A Dpkcs11eddsa_link.c366 pkcs11eddsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
371 ec2 = key2->keydata.pkey;
H A Dpkcs11gost_link.c428 pkcs11gost_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
433 gost2 = key2->keydata.pkey;
H A Dopenssldh_link.c165 openssldh_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
172 dh2 = key2->keydata.dh;
198 openssldh_paramcompare(const dst_key_t *key1, const dst_key_t *key2) { argument
203 dh2 = key2->keydata.dh;
H A Dopenssldsa_link.c383 openssldsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
391 dsa2 = key2->keydata.dsa;
H A Dopensslrsa_link.c882 opensslrsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
896 pkey2 = key2->keydata.pkey;
911 rsa2 = key2->keydata.rsa;
H A Dpkcs11rsa_link.c1114 pkcs11rsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
1119 rsa2 = key2->keydata.pkey;
H A Dhmac_link.c129 hmacmd5_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
133 hkey2 = key2->keydata.hmacmd5;
437 hmacsha1_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
441 hkey2 = key2->keydata.hmacsha1;
728 hmacsha224_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
732 hkey2 = key2->keydata.hmacsha224;
1015 hmacsha256_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
1019 hkey2 = key2->keydata.hmacsha256;
1302 hmacsha384_compare(const dst_key_t *key1, const dst_key_t *key2) { argument
1306 hkey2 = key2
1589 hmacsha512_compare(const dst_key_t *key1, const dst_key_t *key2) argument
[all...]
H A Drpz.c1035 const dns_rpz_cidr_key_t *key2, dns_rpz_prefix_t prefix2)
1048 delta = key1->w[i] ^ key2->w[i];
1034 diff_keys(const dns_rpz_cidr_key_t *key1, dns_rpz_prefix_t prefix1, const dns_rpz_cidr_key_t *key2, dns_rpz_prefix_t prefix2) argument
H A Ddnssec.c2080 dns_dnsseckey_t *key, *key1, *key2, *next; local
2135 for (key2 = ISC_LIST_HEAD(*keys);
2136 key2 != NULL;
2137 key2 = ISC_LIST_NEXT(key2, link)) {
2139 int f2 = dst_key_flags(key2->key);
2143 dst_key_alg(key1->key) == dst_key_alg(key2->key) &&
2144 dst_key_pubcompare(key1->key, key2->key,
2149 r2 = dst_key_flags(key2->key) &
2157 if (key2
[all...]
H A Ddst_api.c1097 comparekeys(const dst_key_t *key1, const dst_key_t *key2, argument
1100 const dst_key_t *key2))
1104 REQUIRE(VALID_KEY(key2));
1106 if (key1 == key2)
1109 if (key1->key_alg != key2->key_alg)
1112 if (key1->key_id != key2->key_id) {
1120 (key2->key_flags & DNS_KEYFLAG_REVOKE))
1122 if (key1->key_id != key2->key_rid &&
1123 key1->key_rid != key2->key_id)
1128 return (compare(key1, key2));
1139 pub_compare(const dst_key_t *key1, const dst_key_t *key2) argument
1180 dst_key_compare(const dst_key_t *key1, const dst_key_t *key2) argument
1185 dst_key_pubcompare(const dst_key_t *key1, const dst_key_t *key2, isc_boolean_t match_revoked_key) argument
1193 dst_key_paramcompare(const dst_key_t *key1, const dst_key_t *key2) argument
[all...]
/bind-9.11.3/bin/tests/dst/
H A Ddst_test.c152 dst_key_t *key1 = NULL, *key2 = NULL; local
164 ret = dst_key_fromfile(name2, id2, alg, type, current, mctx, &key2);
173 ret = dst_key_tofile(key2, type, tmp);
179 ret = dst_key_computesecret(key1, key2, &b1);
185 ret = dst_key_computesecret(key2, key1, &b2);
207 dst_key_free(&key2);
H A Dt_dst.c167 dst_key_t *key1 = NULL, *key2 = NULL; local
195 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);

Completed in 70 milliseconds