Home
last modified time | relevance | path

Searched refs:get_key (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/ntp/sntp/tests/
HDkeyFile.c87 get_key(40, &result); in test_ReadASCIIKeys()
92 get_key(50, &result); in test_ReadASCIIKeys()
109 get_key(10, &result); in test_ReadHexKeys()
115 get_key(20, &result); in test_ReadHexKeys()
121 get_key(30, &result); in test_ReadHexKeys()
139 get_key(10, &result); in test_ReadKeyFileWithComments()
145 get_key(34, &result); in test_ReadKeyFileWithComments()
162 get_key(10, &result); in test_ReadKeyFileWithInvalidHex()
168 get_key(30, &result); // Should not exist, and result should remain NULL. in test_ReadKeyFileWithInvalidHex()
/NextBSD/usr.bin/dtc/
HDchecking.cc68 found_address = ((*i)->get_key() == "#address-cells"); in check_node()
72 found_size = ((*i)->get_key() == "#size-cells"); in check_node()
142 if (p->get_key() == key) in check_property()
HDfdt.cc827 return p1->get_key() < p2->get_key(); in cmp_properties()
882 if (i->get_key() == key) in get_property()
907 if (mp->get_key() == p->get_key()) in merge_node()
1047 if (p->get_key() == string("phandle") || in collect_names_recursive()
1048 p->get_key() == string("linux,phandle")) in collect_names_recursive()
HDfdt.hh363 inline string get_key() in get_key() function in dtc::fdt::property
/NextBSD/usr.sbin/bluetooth/hcsecd/
HDparser.y87 if (get_key(&key->bdaddr, 1) != NULL) {
240 get_key(bdaddr_p bdaddr, int exact_match) in get_key() function
320 if ((key = get_key(&bdaddr, 1)) == NULL) in read_keys_file()
HDhcsecd.c220 if ((key = get_key(bdaddr, 0)) != NULL) { in process_pin_code_request_event()
247 if ((key = get_key(bdaddr, 0)) != NULL) { in process_link_key_request_event()
391 if ((key = get_key(&ep->bdaddr, 1)) == NULL) { in process_link_key_notification_event()
HDhcsecd.h59 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
/NextBSD/contrib/ntp/sntp/
HDcrypto.h28 void get_key(int key_id, struct key **d_key);
HDcrypto.c176 get_key( in get_key() function
HDnetworking.c175 get_key(key_id, &pkt_key); in process_pkt()
HDmain.c413 get_key(ctx->key_id, &ctx->key); in handle_lookup()
/NextBSD/contrib/ldns/drill/
HDsecuretrace.c85 get_key(ldns_pkt *p, ldns_rdf *apexname, ldns_rr_list **rrlist, ldns_rr_list **opt_sig) in get_key() function
438 (void) get_key(p, labels[i], &key_list, &key_sig_list); in do_secure_trace()
/NextBSD/crypto/heimdal/lib/hx509/
HDhxtool.c1224 get_key(const char *fn, const char *type, int optbits, in get_key() function
1292 get_key(opt->key_string, in request_create()