| /src/external/mpl/bind/dist/tests/dns/ |
| tsig_test.c | 68 add_mac(dst_context_t *tsigctx, isc_buffer_t *buf) { 84 result = dst_context_adddata(tsigctx, &r); 91 add_tsig(dst_context_t *tsigctx, dns_tsigkey_t *key, isc_buffer_t *target, 128 CHECK(dst_context_adddata(tsigctx, &r)); 133 CHECK(dst_context_sign(tsigctx, &sigbuf)); 203 isc_buffer_t **tsigin, isc_buffer_t **tsigout, dst_context_t *tsigctx) { 227 if (tsigctx == NULL) { 242 if (tsigctx != NULL) { 246 result = dst_context_adddata(tsigctx, &r); 275 dst_context_t *tsigctx = NULL local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| xfrin.c | 169 dst_context_t *tsigctx; /*%< TSIG verification context */ member in struct:dns_xfrin_ctx 917 xfr->tsigctx = NULL; 1196 if (xfr->tsigctx != NULL) { 1197 dst_context_destroy(&xfr->tsigctx); 1309 msg->tsigctx = xfr->tsigctx; 1310 xfr->tsigctx = NULL; 1465 INSIST(xfr->tsigctx == NULL); 1466 xfr->tsigctx = msg->tsigctx; [all...] |
| tsig.c | 1534 if (msg->tsigctx == NULL) { 1536 false, 0, &msg->tsigctx); 1547 ret = dst_context_adddata(msg->tsigctx, &r); 1558 ret = dst_context_adddata(msg->tsigctx, &r); 1600 ret = dst_context_adddata(msg->tsigctx, &header_r); 1615 ret = dst_context_adddata(msg->tsigctx, &r); 1628 ret = dst_context_adddata(msg->tsigctx, &r); 1650 ret = dst_context_verify(msg->tsigctx, &sig_r); 1735 if ((ret != ISC_R_SUCCESS || has_tsig) && msg->tsigctx != NULL) { 1736 dst_context_destroy(&msg->tsigctx); [all...] |
| message.c | 412 m->tsigctx = NULL; 633 if (msg->tsigctx != NULL) { 634 dst_context_destroy(&msg->tsigctx);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| tsig.c | 1307 if (msg->tsigctx == NULL) { 1309 false, 0, &msg->tsigctx); 1320 result = dst_context_adddata(msg->tsigctx, &r); 1331 result = dst_context_adddata(msg->tsigctx, &r); 1371 result = dst_context_adddata(msg->tsigctx, &header_r); 1386 result = dst_context_adddata(msg->tsigctx, &r); 1399 result = dst_context_adddata(msg->tsigctx, &r); 1421 result = dst_context_verify(msg->tsigctx, &sig_r); 1510 if ((result != ISC_R_SUCCESS || has_tsig) && msg->tsigctx != NULL) { 1511 dst_context_destroy(&msg->tsigctx); [all...] |
| xfrin.c | 196 dst_context_t *tsigctx; /*%< TSIG verification context */ member in struct:dns_xfrin 1720 if (xfr->tsigctx != NULL) { 1721 dst_context_destroy(&xfr->tsigctx); 1876 msg->tsigctx = xfr->tsigctx; 1877 xfr->tsigctx = NULL; 2108 INSIST(xfr->tsigctx == NULL); 2109 xfr->tsigctx = msg->tsigctx; 2110 msg->tsigctx = NULL [all...] |
| message.c | 433 m->tsigctx = NULL; 642 if (msg->tsigctx != NULL) { 643 dst_context_destroy(&msg->tsigctx);
|
| /src/external/mpl/bind/dist/bin/dig/ |
| dighost.h | 163 dst_context_t *tsigctx; member in struct:dig_lookup
|
| dighost.c | 797 looknew->tsigctx = NULL; 1604 if (lookup->tsigctx != NULL) { 1605 dst_context_destroy(&lookup->tsigctx); 2440 lookup->tsigctx = NULL; 4226 msg->tsigctx = l->tsigctx; 4227 l->tsigctx = NULL; 4447 l->tsigctx = msg->tsigctx; 4448 msg->tsigctx = NULL [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| message.h | 271 dst_context_t *tsigctx; member in struct:dns_message
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| message.h | 299 dst_context_t *tsigctx; member in struct:dns_message
|