Symbol: auth_data
sbin/iked/iked.h
223
uint8_t auth_data[IKED_PSK_SIZE];
sbin/iked/ikev2.c
876
if (msklen > sizeof(ikeauth.auth_data) ||
sbin/iked/ikev2.c
884
memcpy(ikeauth.auth_data, ibuf_data(sa->sa_eapmsk), msklen);
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
1695
auth_zone_write_rrset(struct auth_zone* z, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
1714
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
1739
struct auth_data* n;
sbin/unwind/libunbound/services/authzone.c
1745
RBTREE_FOR(n, struct auth_data*, &z->data) {
sbin/unwind/libunbound/services/authzone.c
1887
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
1993
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
2005
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
2032
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
2402
domain_has_only_nsec3(struct auth_data* n)
sbin/unwind/libunbound/services/authzone.c
2418
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2431
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2433
struct auth_data* ce)
sbin/unwind/libunbound/services/authzone.c
2437
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
2453
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2455
struct auth_data* n)
sbin/unwind/libunbound/services/authzone.c
2476
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2477
az_domain_go_up(struct auth_zone* z, struct auth_data* n)
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
2502
struct auth_data* node, int node_exact, struct auth_data** ce,
sbin/unwind/libunbound/services/authzone.c
2505
struct auth_data* n = node;
sbin/unwind/libunbound/services/authzone.c
2572
struct auth_data* domain;
sbin/unwind/libunbound/services/authzone.c
2603
struct auth_data* apex = az_find_name(z, z->name, z->namelen);
sbin/unwind/libunbound/services/authzone.c
2634
struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
2636
struct auth_data* next;
sbin/unwind/libunbound/services/authzone.c
2640
next = (struct auth_data*)rbtree_first(&z->data);
sbin/unwind/libunbound/services/authzone.c
2642
next = (struct auth_data*)rbtree_next(&node->node);
sbin/unwind/libunbound/services/authzone.c
2647
next = (struct auth_data*)rbtree_next(&node->node);
sbin/unwind/libunbound/services/authzone.c
2682
struct auth_data* node, struct auth_rrset* dname, uint16_t dclass,
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
2750
struct regional* region, struct dns_msg* msg, struct auth_data* dname,
sbin/unwind/libunbound/services/authzone.c
2797
az_find_nsec_cover(struct auth_zone* z, struct auth_data** node)
sbin/unwind/libunbound/services/authzone.c
2825
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
2852
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
2946
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2950
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
2964
node = (struct auth_data*)rbtree_previous(&node->node);
sbin/unwind/libunbound/services/authzone.c
2972
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
2976
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
2987
node = (struct auth_data*)rbtree_last(&z->data);
sbin/unwind/libunbound/services/authzone.c
2990
node = (struct auth_data*)rbtree_previous(&node->node);
sbin/unwind/libunbound/services/authzone.c
2998
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
3002
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
3032
static struct auth_data*
sbin/unwind/libunbound/services/authzone.c
3036
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
3049
struct dns_msg* msg, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3083
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
3091
struct auth_data* match;
sbin/unwind/libunbound/services/authzone.c
3143
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
3163
struct dns_msg* msg, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3200
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
3230
struct auth_data* node, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
3242
struct dns_msg* msg, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3262
struct dns_msg* msg, struct auth_data* ce, struct auth_rrset* rrset)
sbin/unwind/libunbound/services/authzone.c
3292
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
sbin/unwind/libunbound/services/authzone.c
331
struct auth_data* a = (struct auth_data*)z1;
sbin/unwind/libunbound/services/authzone.c
3315
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
sbin/unwind/libunbound/services/authzone.c
3316
struct auth_data* wildcard, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
332
struct auth_data* b = (struct auth_data*)z2;
sbin/unwind/libunbound/services/authzone.c
3376
struct dns_msg* msg, struct auth_data* ce, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3397
struct regional* region, struct dns_msg* msg, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3421
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
sbin/unwind/libunbound/services/authzone.c
3422
struct auth_rrset* rrset, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
3424
struct auth_data* wildcard;
sbin/unwind/libunbound/services/authzone.c
3454
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
7555
size_t arraysize, size_t* rrnum, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7567
struct secalgo_hash* h, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
7597
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7646
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7672
struct auth_zone* z, struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
7697
struct secalgo_hash* h, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
7753
struct secalgo_hash* h, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
7793
struct auth_data* n;
sbin/unwind/libunbound/services/authzone.c
7794
RBTREE_FOR(n, struct auth_data*, &z->data) {
sbin/unwind/libunbound/services/authzone.c
7903
struct ub_packed_rrset_key* dnskey, struct auth_data* node,
sbin/unwind/libunbound/services/authzone.c
7977
struct ub_packed_rrset_key* dnskey, struct auth_data* apex,
sbin/unwind/libunbound/services/authzone.c
8010
struct auth_data* match;
sbin/unwind/libunbound/services/authzone.c
8054
struct ub_packed_rrset_key* dnskey, struct auth_data* apex,
sbin/unwind/libunbound/services/authzone.c
8144
struct auth_data* apex = NULL;
sbin/unwind/libunbound/services/authzone.c
8250
struct auth_data* apex;
sbin/unwind/libunbound/services/authzone.c
8311
struct auth_data* apex;
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
8698
auth_data_get_mem(struct auth_data* node)
sbin/unwind/libunbound/services/authzone.c
8713
struct auth_data* node;
sbin/unwind/libunbound/services/authzone.c
8716
RBTREE_FOR(node, struct auth_data*, &z->data) {
sbin/unwind/libunbound/services/authzone.c
936
rrset_moveover_rrsigs(struct auth_data* node, uint16_t rr_type,
usr.bin/ssh/session.c
1646
if (s->auth_proto != NULL || s->auth_data != NULL) {
usr.bin/ssh/session.c
1653
(r = sshpkt_get_cstring(ssh, &s->auth_data, NULL)) != 0 ||
usr.bin/ssh/session.c
1661
xauth_valid_string(s->auth_data))
usr.bin/ssh/session.c
1669
free(s->auth_data);
usr.bin/ssh/session.c
1671
s->auth_data = NULL;
usr.bin/ssh/session.c
2011
free(s->auth_data);
usr.bin/ssh/session.c
2012
s->auth_data = NULL;
usr.bin/ssh/session.c
2090
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
1695
auth_zone_write_rrset(struct auth_zone* z, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
1714
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
1739
struct auth_data* n;
usr.sbin/unbound/services/authzone.c
1745
RBTREE_FOR(n, struct auth_data*, &z->data) {
usr.sbin/unbound/services/authzone.c
1887
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
1993
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
2005
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
2032
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
2402
domain_has_only_nsec3(struct auth_data* n)
usr.sbin/unbound/services/authzone.c
2418
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2431
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2433
struct auth_data* ce)
usr.sbin/unbound/services/authzone.c
2437
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
2453
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2455
struct auth_data* n)
usr.sbin/unbound/services/authzone.c
2476
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2477
az_domain_go_up(struct auth_zone* z, struct auth_data* n)
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
2502
struct auth_data* node, int node_exact, struct auth_data** ce,
usr.sbin/unbound/services/authzone.c
2505
struct auth_data* n = node;
usr.sbin/unbound/services/authzone.c
2572
struct auth_data* domain;
usr.sbin/unbound/services/authzone.c
2603
struct auth_data* apex = az_find_name(z, z->name, z->namelen);
usr.sbin/unbound/services/authzone.c
2634
struct auth_data* node)
usr.sbin/unbound/services/authzone.c
2636
struct auth_data* next;
usr.sbin/unbound/services/authzone.c
2640
next = (struct auth_data*)rbtree_first(&z->data);
usr.sbin/unbound/services/authzone.c
2642
next = (struct auth_data*)rbtree_next(&node->node);
usr.sbin/unbound/services/authzone.c
2647
next = (struct auth_data*)rbtree_next(&node->node);
usr.sbin/unbound/services/authzone.c
2682
struct auth_data* node, struct auth_rrset* dname, uint16_t dclass,
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
2750
struct regional* region, struct dns_msg* msg, struct auth_data* dname,
usr.sbin/unbound/services/authzone.c
2797
az_find_nsec_cover(struct auth_zone* z, struct auth_data** node)
usr.sbin/unbound/services/authzone.c
2825
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
2852
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
2946
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2950
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
2964
node = (struct auth_data*)rbtree_previous(&node->node);
usr.sbin/unbound/services/authzone.c
2972
static struct auth_data*
usr.sbin/unbound/services/authzone.c
2976
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
2987
node = (struct auth_data*)rbtree_last(&z->data);
usr.sbin/unbound/services/authzone.c
2990
node = (struct auth_data*)rbtree_previous(&node->node);
usr.sbin/unbound/services/authzone.c
2998
static struct auth_data*
usr.sbin/unbound/services/authzone.c
3002
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
3032
static struct auth_data*
usr.sbin/unbound/services/authzone.c
3036
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
3049
struct dns_msg* msg, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3083
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
3091
struct auth_data* match;
usr.sbin/unbound/services/authzone.c
3143
struct dns_msg* msg, struct auth_data* node, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
3163
struct dns_msg* msg, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3200
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
3230
struct auth_data* node, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
3242
struct dns_msg* msg, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3262
struct dns_msg* msg, struct auth_data* ce, struct auth_rrset* rrset)
usr.sbin/unbound/services/authzone.c
3292
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
usr.sbin/unbound/services/authzone.c
331
struct auth_data* a = (struct auth_data*)z1;
usr.sbin/unbound/services/authzone.c
3315
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
usr.sbin/unbound/services/authzone.c
3316
struct auth_data* wildcard, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
332
struct auth_data* b = (struct auth_data*)z2;
usr.sbin/unbound/services/authzone.c
3376
struct dns_msg* msg, struct auth_data* ce, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3397
struct regional* region, struct dns_msg* msg, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3421
struct regional* region, struct dns_msg* msg, struct auth_data* ce,
usr.sbin/unbound/services/authzone.c
3422
struct auth_rrset* rrset, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
3424
struct auth_data* wildcard;
usr.sbin/unbound/services/authzone.c
3454
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
7555
size_t arraysize, size_t* rrnum, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7567
struct secalgo_hash* h, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
7597
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7646
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7672
struct auth_zone* z, struct auth_data* node)
usr.sbin/unbound/services/authzone.c
7697
struct secalgo_hash* h, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
7753
struct secalgo_hash* h, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
7793
struct auth_data* n;
usr.sbin/unbound/services/authzone.c
7794
RBTREE_FOR(n, struct auth_data*, &z->data) {
usr.sbin/unbound/services/authzone.c
7903
struct ub_packed_rrset_key* dnskey, struct auth_data* node,
usr.sbin/unbound/services/authzone.c
7977
struct ub_packed_rrset_key* dnskey, struct auth_data* apex,
usr.sbin/unbound/services/authzone.c
8010
struct auth_data* match;
usr.sbin/unbound/services/authzone.c
8054
struct ub_packed_rrset_key* dnskey, struct auth_data* apex,
usr.sbin/unbound/services/authzone.c
8144
struct auth_data* apex = NULL;
usr.sbin/unbound/services/authzone.c
8250
struct auth_data* apex;
usr.sbin/unbound/services/authzone.c
8311
struct auth_data* apex;
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
8698
auth_data_get_mem(struct auth_data* node)
usr.sbin/unbound/services/authzone.c
8713
struct auth_data* node;
usr.sbin/unbound/services/authzone.c
8716
RBTREE_FOR(node, struct auth_data*, &z->data) {
usr.sbin/unbound/services/authzone.c
936
rrset_moveover_rrsigs(struct auth_data* node, uint16_t rr_type,