/bind-9.11.3/lib/dns/ |
H A D | openssleddsa_link.c | 359 openssleddsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 362 EVP_PKEY *pkey2 = key2->keydata.pkey;
|
H A D | gssapi_link.c | 247 gssapi_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 249 gss_ctx_id_t gsskey2 = key2->keydata.gssctx;
|
H A D | opensslecdsa_link.c | 258 opensslecdsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 262 EVP_PKEY *pkey2 = key2->keydata.pkey;
|
H A D | opensslgost_link.c | 195 opensslgost_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 199 pkey2 = key2->keydata.pkey;
|
H A D | pkcs11dh_link.c | 260 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 D | pkcs11dsa_link.c | 429 pkcs11dsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 434 dsa2 = key2->keydata.pkey;
|
H A D | pkcs11ecdsa_link.c | 374 pkcs11ecdsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 379 ec2 = key2->keydata.pkey;
|
H A D | pkcs11eddsa_link.c | 366 pkcs11eddsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 371 ec2 = key2->keydata.pkey;
|
H A D | pkcs11gost_link.c | 428 pkcs11gost_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 433 gost2 = key2->keydata.pkey;
|
H A D | openssldh_link.c | 165 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 D | openssldsa_link.c | 383 openssldsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 391 dsa2 = key2->keydata.dsa;
|
H A D | opensslrsa_link.c | 882 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 D | pkcs11rsa_link.c | 1114 pkcs11rsa_compare(const dst_key_t *key1, const dst_key_t *key2) { argument 1119 rsa2 = key2->keydata.pkey;
|
H A D | hmac_link.c | 129 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 D | rpz.c | 1035 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 D | dnssec.c | 2080 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 D | dst_api.c | 1097 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 D | dst_test.c | 152 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 D | t_dst.c | 167 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);
|