| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| tsec.c | 39 dns_tsigkey_t *tsigkey; member in union:dns_tsec::__anon24347 49 dns_tsigkey_t *tsigkey = NULL; local 87 NULL, &tsigkey); 92 tsec->ukey.tsigkey = tsigkey; 118 dns_tsigkey_detach(&tsec->ukey.tsigkey); 145 dns_tsigkey_attach(tsec->ukey.tsigkey, (dns_tsigkey_t **)keyp);
|
| tsec.c | 39 dns_tsigkey_t *tsigkey; member in union:dns_tsec::__anon24347 49 dns_tsigkey_t *tsigkey = NULL; local 87 NULL, &tsigkey); 92 tsec->ukey.tsigkey = tsigkey; 118 dns_tsigkey_detach(&tsec->ukey.tsigkey); 145 dns_tsigkey_attach(tsec->ukey.tsigkey, (dns_tsigkey_t **)keyp);
|
| tsec.c | 39 dns_tsigkey_t *tsigkey; member in union:dns_tsec::__anon24347 49 dns_tsigkey_t *tsigkey = NULL; local 87 NULL, &tsigkey); 92 tsec->ukey.tsigkey = tsigkey; 118 dns_tsigkey_detach(&tsec->ukey.tsigkey); 145 dns_tsigkey_attach(tsec->ukey.tsigkey, (dns_tsigkey_t **)keyp);
|
| request.c | 84 dns_tsigkey_t *tsigkey; member in struct:dns_request 478 request->tsigkey = NULL; 947 dns_tsigkey_attach(key, &request->tsigkey); 970 result = dns_message_settsigkey(message, request->tsigkey); 1212 result = dns_message_settsigkey(message, request->tsigkey); 1220 if (request->tsigkey != NULL) { 1486 if (request->tsigkey != NULL) { 1487 dns_tsigkey_detach(&request->tsigkey);
|
| tkey.c | 510 dns_tsigkey_t *tsigkey = NULL; local 547 result = dns_tsigkey_find(&tsigkey, name, &tkeyin->algorithm, ring); 549 gss_ctx = dst_key_getgssctx(tsigkey->key); 561 if (tsigkey != NULL) { 562 dns_tsigkey_detach(&tsigkey); 579 if (tsigkey != NULL) { 580 dns_tsigkey_detach(&tsigkey); 582 } else if (tsigkey == NULL) { 603 expire, ring->mctx, ring, &tsigkey)); 608 tkeyout->inception = tsigkey->inception 667 dns_tsigkey_t *tsigkey = NULL; local 813 dns_tsigkey_t *tsigkey = NULL; local 1438 dns_tsigkey_t *tsigkey = NULL; local [all...] |
| tsig.c | 652 dns_tsigkey_identity(const dns_tsigkey_t *tsigkey) { 653 REQUIRE(tsigkey == NULL || VALID_TSIG_KEY(tsigkey)); 655 if (tsigkey == NULL) { 658 if (tsigkey->generated) { 659 return (tsigkey->creator); 661 return (&tsigkey->name); 1084 dns_tsigkey_t *tsigkey; local 1096 tsigkey = dns_message_gettsigkey(msg); 1099 REQUIRE(tsigkey == NULL || VALID_TSIG_KEY(tsigkey)) 1436 dns_tsigkey_t *tsigkey; local [all...] |
| xfrin.c | 167 dns_tsigkey_t *tsigkey; /*%< Key used to create TSIG */ member in struct:dns_xfrin_ctx 205 dns_tsigkey_t *tsigkey, dns_xfrin_ctx_t **xfrp); 703 dns_tsigkey_t *tsigkey, isc_mem_t *mctx, 722 sourceaddr, dscp, tsigkey, &xfr)); 853 dns_tsigkey_t *tsigkey, dns_xfrin_ctx_t **xfrp) { 912 xfr->tsigkey = NULL; 913 if (tsigkey != NULL) { 914 dns_tsigkey_attach(tsigkey, &xfr->tsigkey); 960 if (xfr->tsigkey != NULL) [all...] |
| /src/external/mpl/bind/dist/lib/ns/ |
| notify.c | 84 dns_tsigkey_t *tsigkey; local 132 tsigkey = dns_message_gettsigkey(request); 133 if (tsigkey != NULL) { 134 dns_name_format(tsigkey->name, namebuf, sizeof(namebuf)); 136 if (tsigkey->generated) { 138 dns_name_format(tsigkey->creator, cnamebuf,
|
| notify.c | 84 dns_tsigkey_t *tsigkey; local 132 tsigkey = dns_message_gettsigkey(request); 133 if (tsigkey != NULL) { 134 dns_name_format(tsigkey->name, namebuf, sizeof(namebuf)); 136 if (tsigkey->generated) { 138 dns_name_format(tsigkey->creator, cnamebuf,
|
| notify.c | 84 dns_tsigkey_t *tsigkey; local 132 tsigkey = dns_message_gettsigkey(request); 133 if (tsigkey != NULL) { 134 dns_name_format(tsigkey->name, namebuf, sizeof(namebuf)); 136 if (tsigkey->generated) { 138 dns_name_format(tsigkey->creator, cnamebuf,
|
| /src/external/mpl/bind/dist/bin/named/ |
| tsigconf.c | 38 dns_tsigkey_t *tsigkey = NULL; local 109 &tsigkey); 113 ret = dns_tsigkeyring_add(ring, tsigkey); 116 if (tsigkey != NULL) { 117 dns_tsigkey_detach(&tsigkey); 124 dst_key_setbits(tsigkey->key, bits); 125 dns_tsigkey_detach(&tsigkey);
|
| tsigconf.c | 38 dns_tsigkey_t *tsigkey = NULL; local 109 &tsigkey); 113 ret = dns_tsigkeyring_add(ring, tsigkey); 116 if (tsigkey != NULL) { 117 dns_tsigkey_detach(&tsigkey); 124 dst_key_setbits(tsigkey->key, bits); 125 dns_tsigkey_detach(&tsigkey);
|
| tsigconf.c | 38 dns_tsigkey_t *tsigkey = NULL; local 109 &tsigkey); 113 ret = dns_tsigkeyring_add(ring, tsigkey); 116 if (tsigkey != NULL) { 117 dns_tsigkey_detach(&tsigkey); 124 dst_key_setbits(tsigkey->key, bits); 125 dns_tsigkey_detach(&tsigkey);
|
| /src/external/mpl/bind/dist/fuzz/ |
| dns_message_checksig.c | 93 static dns_tsigkey_t *tsigkey = NULL; variable 207 sizeof(secret), mctx, &tsigkey); 213 result = dns_tsigkeyring_add(ring, tsigkey); 450 result = dns_message_settsigkey(message, tsigkey);
|
| dns_message_checksig.c | 93 static dns_tsigkey_t *tsigkey = NULL; variable 207 sizeof(secret), mctx, &tsigkey); 213 result = dns_tsigkeyring_add(ring, tsigkey); 450 result = dns_message_settsigkey(message, tsigkey);
|
| dns_message_checksig.c | 93 static dns_tsigkey_t *tsigkey = NULL; variable 207 sizeof(secret), mctx, &tsigkey); 213 result = dns_tsigkeyring_add(ring, tsigkey); 450 result = dns_message_settsigkey(message, tsigkey);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| tkey.c | 169 dns_tsigkey_t *tsigkey = NULL; local 220 } else if (tsigkey == NULL) { 242 &tsigkey)); 243 CHECK(dns_tsigkeyring_add(ring, tsigkey)); 248 tkeyout->inception = tsigkey->inception; 249 tkeyout->expire = tsigkey->expire; 270 if (tsigkey != NULL) { 271 if (msg->tsigkey == NULL && msg->sig0key == NULL) { 272 dns_message_settsigkey(msg, tsigkey); 274 dns_tsigkey_detach(&tsigkey); 304 dns_tsigkey_t *tsigkey = NULL; local 350 dns_tsigkey_t *tsigkey = NULL; local 630 dns_tsigkey_t *tsigkey = NULL; local [all...] |
| tkey.c | 169 dns_tsigkey_t *tsigkey = NULL; local 220 } else if (tsigkey == NULL) { 242 &tsigkey)); 243 CHECK(dns_tsigkeyring_add(ring, tsigkey)); 248 tkeyout->inception = tsigkey->inception; 249 tkeyout->expire = tsigkey->expire; 270 if (tsigkey != NULL) { 271 if (msg->tsigkey == NULL && msg->sig0key == NULL) { 272 dns_message_settsigkey(msg, tsigkey); 274 dns_tsigkey_detach(&tsigkey); 304 dns_tsigkey_t *tsigkey = NULL; local 350 dns_tsigkey_t *tsigkey = NULL; local 630 dns_tsigkey_t *tsigkey = NULL; local [all...] |
| tkey.c | 169 dns_tsigkey_t *tsigkey = NULL; local 220 } else if (tsigkey == NULL) { 242 &tsigkey)); 243 CHECK(dns_tsigkeyring_add(ring, tsigkey)); 248 tkeyout->inception = tsigkey->inception; 249 tkeyout->expire = tsigkey->expire; 270 if (tsigkey != NULL) { 271 if (msg->tsigkey == NULL && msg->sig0key == NULL) { 272 dns_message_settsigkey(msg, tsigkey); 274 dns_tsigkey_detach(&tsigkey); 304 dns_tsigkey_t *tsigkey = NULL; local 350 dns_tsigkey_t *tsigkey = NULL; local 630 dns_tsigkey_t *tsigkey = NULL; local [all...] |
| request.c | 84 dns_tsigkey_t *tsigkey; member in struct:dns_request 569 dns_tsigkey_attach(key, &request->tsigkey); 572 result = dns_message_settsigkey(message, request->tsigkey); 780 result = dns_message_settsigkey(message, request->tsigkey); 788 if (request->tsigkey != NULL) { 1003 if (request->tsigkey != NULL) { 1004 dns_tsigkey_detach(&request->tsigkey);
|
| request.c | 84 dns_tsigkey_t *tsigkey; member in struct:dns_request 569 dns_tsigkey_attach(key, &request->tsigkey); 572 result = dns_message_settsigkey(message, request->tsigkey); 780 result = dns_message_settsigkey(message, request->tsigkey); 788 if (request->tsigkey != NULL) { 1003 if (request->tsigkey != NULL) { 1004 dns_tsigkey_detach(&request->tsigkey);
|
| request.c | 84 dns_tsigkey_t *tsigkey; member in struct:dns_request 569 dns_tsigkey_attach(key, &request->tsigkey); 572 result = dns_message_settsigkey(message, request->tsigkey); 780 result = dns_message_settsigkey(message, request->tsigkey); 788 if (request->tsigkey != NULL) { 1003 if (request->tsigkey != NULL) { 1004 dns_tsigkey_detach(&request->tsigkey);
|
| tsig.c | 459 dns_tsigkey_identity(const dns_tsigkey_t *tsigkey) { 460 REQUIRE(tsigkey == NULL || VALID_TSIGKEY(tsigkey)); 462 if (tsigkey == NULL) { 465 if (tsigkey->generated) { 466 return tsigkey->creator; 468 return tsigkey->name; 848 dns_tsigkey_t *tsigkey = NULL; local 860 tsigkey = dns_message_gettsigkey(msg); 863 REQUIRE(tsigkey == NULL || VALID_TSIGKEY(tsigkey)) 1209 dns_tsigkey_t *tsigkey = NULL; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| message.h | 270 dns_tsigkey_t *tsigkey; member in struct:dns_message
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| message.h | 298 dns_tsigkey_t *tsigkey; member in struct:dns_message
|