Symbol: auth_data
sbin/iked/iked.h
223
uint8_t auth_data[IKED_PSK_SIZE];
sbin/iked/ikev2.c
874
memcpy(ikeauth.auth_data,
sbin/iked/ikev2_msg.c
1029
if ((keylen = ikev2_psk(sa, auth->auth_data,
sbin/iked/ikev2_msg.c
1104
if ((keylen = ikev2_psk(sa, auth->auth_data,
sbin/iked/parse.y
1197
if (strlen($1) > sizeof($$.auth_data)) {
sbin/iked/parse.y
1202
strlcpy($$.auth_data, $1,
sbin/iked/parse.y
1203
sizeof($$.auth_data));
sbin/iked/parse.y
2177
if ((len / 2) > sizeof(auth->auth_data))
sbin/iked/parse.y
2182
auth->auth_data[i] = x2i(hexkey + 2 * i);
sbin/iked/print.c
218
print_verbose("%02x", pol->pol_auth.auth_data[i]);
sbin/unwind/libunbound/services/authzone.c
1098
az_domain_add_rr(struct auth_data* node, uint16_t rr_type, uint32_t rr_ttl,
sbin/unwind/libunbound/services/authzone.c
1164
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
1199
az_domain_remove_rr(struct auth_data* node, uint16_t rr_type,
sbin/unwind/libunbound/services/authzone.c
1273
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
1688
auth_zone_write_rrset(struct auth_zone* z, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
1707
auth_zone_write_domain(struct auth_zone* z, struct auth_data* n, FILE* out)
sbin/unwind/libunbound/services/authzone.c
173
auth_packed_rrset_copy_region(struct auth_zone* z, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
1732
struct auth_data* n;
sbin/unwind/libunbound/services/authzone.c
1738
RBTREE_FOR(n, struct auth_data*, &z->data) {
sbin/unwind/libunbound/services/authzone.c
1880
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
1986
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
1998
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
2016
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
225
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
2377
domain_has_only_nsec3(struct auth_data* n)
sbin/unwind/libunbound/services/authzone.c
2393
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2406
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2408
struct auth_data* ce)
sbin/unwind/libunbound/services/authzone.c
2412
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
2428
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2430
struct auth_data* n)
sbin/unwind/libunbound/services/authzone.c
2451
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2452
az_domain_go_up(struct auth_zone* z, struct auth_data* n)
sbin/unwind/libunbound/services/authzone.c
2477
struct auth_data* node, int node_exact, struct auth_data** ce,
sbin/unwind/libunbound/services/authzone.c
2480
struct auth_data* n = node;
sbin/unwind/libunbound/services/authzone.c
250
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
2547
struct auth_data* domain;
sbin/unwind/libunbound/services/authzone.c
2578
struct auth_data* apex = az_find_name(z, z->name, z->namelen);
sbin/unwind/libunbound/services/authzone.c
2609
struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
2611
struct auth_data* next;
sbin/unwind/libunbound/services/authzone.c
2615
next = (struct auth_data*)rbtree_first(&z->data);
sbin/unwind/libunbound/services/authzone.c
2617
next = (struct auth_data*)rbtree_next(&node->node);
sbin/unwind/libunbound/services/authzone.c
2622
next = (struct auth_data*)rbtree_next(&node->node);
sbin/unwind/libunbound/services/authzone.c
2657
struct auth_data* node, struct auth_rrset* dname, uint16_t dclass,
sbin/unwind/libunbound/services/authzone.c
2725
struct regional* region, struct dns_msg* msg, struct auth_data* dname,
sbin/unwind/libunbound/services/authzone.c
274
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
2772
az_find_nsec_cover(struct auth_zone* z, struct auth_data** node)
sbin/unwind/libunbound/services/authzone.c
2800
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
2827
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
2921
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2925
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
2939
node = (struct auth_data*)rbtree_previous(&node->node);
sbin/unwind/libunbound/services/authzone.c
2947
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2951
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
2962
node = (struct auth_data*)rbtree_last(&z->data);
sbin/unwind/libunbound/services/authzone.c
2965
node = (struct auth_data*)rbtree_previous(&node->node);
sbin/unwind/libunbound/services/authzone.c
2973
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2977
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
3007
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
3011
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
3024
struct dns_msg* msg, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3058
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
3066
struct auth_data* match;
sbin/unwind/libunbound/services/authzone.c
3118
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
3138
struct dns_msg* msg, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3175
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
3205
struct auth_data* node, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
3217
struct dns_msg* msg, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3237
struct dns_msg* msg, struct auth_data* ce, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
3267
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
sbin/unwind/libunbound/services/authzone.c
3290
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
sbin/unwind/libunbound/services/authzone.c
3291
struct auth_data* wildcard, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
331
struct auth_data* a = (struct auth_data*)z1;
sbin/unwind/libunbound/services/authzone.c
332
struct auth_data* b = (struct auth_data*)z2;
sbin/unwind/libunbound/services/authzone.c
3351
struct dns_msg* msg, struct auth_data* ce, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3372
struct regional* region, struct dns_msg* msg, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3396
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
sbin/unwind/libunbound/services/authzone.c
3397
struct auth_rrset* rrset, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3399
struct auth_data* wildcard;
sbin/unwind/libunbound/services/authzone.c
3429
struct auth_data* node, *ce;
sbin/unwind/libunbound/services/authzone.c
367
auth_data_delete(struct auth_data* n)
sbin/unwind/libunbound/services/authzone.c
385
struct auth_data* z = (struct auth_data*)n->key;
sbin/unwind/libunbound/services/authzone.c
589
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
592
struct auth_data* n = (struct auth_data*)malloc(sizeof(*n));
sbin/unwind/libunbound/services/authzone.c
613
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
621
return (struct auth_data*)rbtree_search(&z->data, &key);
sbin/unwind/libunbound/services/authzone.c
627
struct auth_data** node)
sbin/unwind/libunbound/services/authzone.c
639
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
643
struct auth_data* n = az_find_name(z, dname, dname_len);
sbin/unwind/libunbound/services/authzone.c
652
az_domain_rrset(struct auth_data* n, uint16_t t)
sbin/unwind/libunbound/services/authzone.c
667
domain_remove_rrset(struct auth_data* node, uint16_t rr_type)
sbin/unwind/libunbound/services/authzone.c
7475
size_t arraysize, size_t* rrnum, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7487
struct secalgo_hash* h, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
7517
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7566
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7592
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7617
struct secalgo_hash* h, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
7673
struct secalgo_hash* h, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
7713
struct auth_data* n;
sbin/unwind/libunbound/services/authzone.c
7714
RBTREE_FOR(n, struct auth_data*, &z->data) {
sbin/unwind/libunbound/services/authzone.c
7823
struct ub_packed_rrset_key* dnskey, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
7897
struct ub_packed_rrset_key* dnskey, struct auth_data* apex,
sbin/unwind/libunbound/services/authzone.c
7930
struct auth_data* match;
sbin/unwind/libunbound/services/authzone.c
7974
struct ub_packed_rrset_key* dnskey, struct auth_data* apex,
sbin/unwind/libunbound/services/authzone.c
8064
struct auth_data* apex = NULL;
sbin/unwind/libunbound/services/authzone.c
8170
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
8231
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
8618
auth_data_get_mem(struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
8633
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
8636
RBTREE_FOR(node, struct auth_data*, &z->data) {
sbin/unwind/libunbound/services/authzone.c
865
rrset_create(struct auth_data* node, uint16_t rr_type, uint32_t rr_ttl,
sbin/unwind/libunbound/services/authzone.c
936
rrset_moveover_rrsigs(struct auth_data* node, uint16_t rr_type,
usr.bin/ssh/session.c
1642
if (s->auth_proto != NULL || s->auth_data != NULL) {
usr.bin/ssh/session.c
1649
(r = sshpkt_get_cstring(ssh, &s->auth_data, NULL)) != 0 ||
usr.bin/ssh/session.c
1657
xauth_valid_string(s->auth_data))
usr.bin/ssh/session.c
1665
free(s->auth_data);
usr.bin/ssh/session.c
1667
s->auth_data = NULL;
usr.bin/ssh/session.c
2007
free(s->auth_data);
usr.bin/ssh/session.c
2008
s->auth_data = NULL;
usr.bin/ssh/session.c
2086
free(s->auth_data);
usr.bin/ssh/session.c
932
s->display != NULL && s->auth_proto != NULL && s->auth_data != NULL;
usr.bin/ssh/session.c
948
s->auth_data);
usr.bin/ssh/session.c
961
s->auth_data);
usr.bin/ssh/session.c
975
s->auth_proto, s->auth_data);
usr.bin/ssh/session.c
985
s->auth_data);
usr.bin/ssh/session.h
52
char *auth_data;
usr.sbin/ospfd/auth.c
103
auth_data = buf;
usr.sbin/ospfd/auth.c
104
auth_data += ntohs(ospf_hdr->len);
usr.sbin/ospfd/auth.c
107
memcpy(recv_digest, auth_data, sizeof(recv_digest));
usr.sbin/ospfd/auth.c
108
bzero(auth_data, MD5_DIGEST_LENGTH);
usr.sbin/ospfd/auth.c
41
char *auth_data;
usr.sbin/ripd/auth.c
156
auth_data = *buf;
usr.sbin/ripd/auth.c
157
auth_data += ntohs(a->auth_offset);
usr.sbin/ripd/auth.c
160
bcopy(auth_data, recv_digest, sizeof(recv_digest));
usr.sbin/ripd/auth.c
161
bzero(auth_data, MD5_DIGEST_LENGTH);
usr.sbin/ripd/auth.c
83
u_int8_t *auth_data;
usr.sbin/unbound/services/authzone.c
1098
az_domain_add_rr(struct auth_data* node, uint16_t rr_type, uint32_t rr_ttl,
usr.sbin/unbound/services/authzone.c
1164
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
1199
az_domain_remove_rr(struct auth_data* node, uint16_t rr_type,
usr.sbin/unbound/services/authzone.c
1273
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
1688
auth_zone_write_rrset(struct auth_zone* z, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
1707
auth_zone_write_domain(struct auth_zone* z, struct auth_data* n, FILE* out)
usr.sbin/unbound/services/authzone.c
173
auth_packed_rrset_copy_region(struct auth_zone* z, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
1732
struct auth_data* n;
usr.sbin/unbound/services/authzone.c
1738
RBTREE_FOR(n, struct auth_data*, &z->data) {
usr.sbin/unbound/services/authzone.c
1880
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
1986
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
1998
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
2016
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
225
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
2377
domain_has_only_nsec3(struct auth_data* n)
usr.sbin/unbound/services/authzone.c
2393
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2406
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2408
struct auth_data* ce)
usr.sbin/unbound/services/authzone.c
2412
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
2428
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2430
struct auth_data* n)
usr.sbin/unbound/services/authzone.c
2451
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2452
az_domain_go_up(struct auth_zone* z, struct auth_data* n)
usr.sbin/unbound/services/authzone.c
2477
struct auth_data* node, int node_exact, struct auth_data** ce,
usr.sbin/unbound/services/authzone.c
2480
struct auth_data* n = node;
usr.sbin/unbound/services/authzone.c
250
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
2547
struct auth_data* domain;
usr.sbin/unbound/services/authzone.c
2578
struct auth_data* apex = az_find_name(z, z->name, z->namelen);
usr.sbin/unbound/services/authzone.c
2609
struct auth_data* node)
usr.sbin/unbound/services/authzone.c
2611
struct auth_data* next;
usr.sbin/unbound/services/authzone.c
2615
next = (struct auth_data*)rbtree_first(&z->data);
usr.sbin/unbound/services/authzone.c
2617
next = (struct auth_data*)rbtree_next(&node->node);
usr.sbin/unbound/services/authzone.c
2622
next = (struct auth_data*)rbtree_next(&node->node);
usr.sbin/unbound/services/authzone.c
2657
struct auth_data* node, struct auth_rrset* dname, uint16_t dclass,
usr.sbin/unbound/services/authzone.c
2725
struct regional* region, struct dns_msg* msg, struct auth_data* dname,
usr.sbin/unbound/services/authzone.c
274
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
2772
az_find_nsec_cover(struct auth_zone* z, struct auth_data** node)
usr.sbin/unbound/services/authzone.c
2800
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
2827
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
2921
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2925
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
2939
node = (struct auth_data*)rbtree_previous(&node->node);
usr.sbin/unbound/services/authzone.c
2947
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2951
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
2962
node = (struct auth_data*)rbtree_last(&z->data);
usr.sbin/unbound/services/authzone.c
2965
node = (struct auth_data*)rbtree_previous(&node->node);
usr.sbin/unbound/services/authzone.c
2973
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2977
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
3007
static struct auth_data*
usr.sbin/unbound/services/authzone.c
3011
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
3024
struct dns_msg* msg, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3058
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
3066
struct auth_data* match;
usr.sbin/unbound/services/authzone.c
3118
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
3138
struct dns_msg* msg, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3175
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
3205
struct auth_data* node, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
3217
struct dns_msg* msg, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3237
struct dns_msg* msg, struct auth_data* ce, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
3267
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
usr.sbin/unbound/services/authzone.c
3290
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
usr.sbin/unbound/services/authzone.c
3291
struct auth_data* wildcard, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
331
struct auth_data* a = (struct auth_data*)z1;
usr.sbin/unbound/services/authzone.c
332
struct auth_data* b = (struct auth_data*)z2;
usr.sbin/unbound/services/authzone.c
3351
struct dns_msg* msg, struct auth_data* ce, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3372
struct regional* region, struct dns_msg* msg, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3396
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
usr.sbin/unbound/services/authzone.c
3397
struct auth_rrset* rrset, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3399
struct auth_data* wildcard;
usr.sbin/unbound/services/authzone.c
3429
struct auth_data* node, *ce;
usr.sbin/unbound/services/authzone.c
367
auth_data_delete(struct auth_data* n)
usr.sbin/unbound/services/authzone.c
385
struct auth_data* z = (struct auth_data*)n->key;
usr.sbin/unbound/services/authzone.c
589
static struct auth_data*
usr.sbin/unbound/services/authzone.c
592
struct auth_data* n = (struct auth_data*)malloc(sizeof(*n));
usr.sbin/unbound/services/authzone.c
613
static struct auth_data*
usr.sbin/unbound/services/authzone.c
621
return (struct auth_data*)rbtree_search(&z->data, &key);
usr.sbin/unbound/services/authzone.c
627
struct auth_data** node)
usr.sbin/unbound/services/authzone.c
639
static struct auth_data*
usr.sbin/unbound/services/authzone.c
643
struct auth_data* n = az_find_name(z, dname, dname_len);
usr.sbin/unbound/services/authzone.c
652
az_domain_rrset(struct auth_data* n, uint16_t t)
usr.sbin/unbound/services/authzone.c
667
domain_remove_rrset(struct auth_data* node, uint16_t rr_type)
usr.sbin/unbound/services/authzone.c
7475
size_t arraysize, size_t* rrnum, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7487
struct secalgo_hash* h, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
7517
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7566
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7592
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7617
struct secalgo_hash* h, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
7673
struct secalgo_hash* h, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
7713
struct auth_data* n;
usr.sbin/unbound/services/authzone.c
7714
RBTREE_FOR(n, struct auth_data*, &z->data) {
usr.sbin/unbound/services/authzone.c
7823
struct ub_packed_rrset_key* dnskey, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
7897
struct ub_packed_rrset_key* dnskey, struct auth_data* apex,
usr.sbin/unbound/services/authzone.c
7930
struct auth_data* match;
usr.sbin/unbound/services/authzone.c
7974
struct ub_packed_rrset_key* dnskey, struct auth_data* apex,
usr.sbin/unbound/services/authzone.c
8064
struct auth_data* apex = NULL;
usr.sbin/unbound/services/authzone.c
8170
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
8231
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
8618
auth_data_get_mem(struct auth_data* node)
usr.sbin/unbound/services/authzone.c
8633
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
8636
RBTREE_FOR(node, struct auth_data*, &z->data) {
usr.sbin/unbound/services/authzone.c
865
rrset_create(struct auth_data* node, uint16_t rr_type, uint32_t rr_ttl,
usr.sbin/unbound/services/authzone.c
936
rrset_moveover_rrsigs(struct auth_data* node, uint16_t rr_type,