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

/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DkeyFile.c96 get_key(40, &result);
101 get_key(50, &result);
121 get_key(10, &result);
127 get_key(20, &result);
134 get_key(30, &result);
155 get_key(10, &result);
162 get_key(34, &result);
181 get_key(10, &result);
188 get_key(30, &result); /* Should not exist, and result should remain NULL. */
/freebsd-11-stable/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.h61 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
H A Dhcsecd.c222 if ((key = get_key(bdaddr, 0)) != NULL) {
249 if ((key = get_key(bdaddr, 0)) != NULL) {
393 if ((key = get_key(&ep->bdaddr, 1)) == NULL) {
H A Dparser.y89 if (get_key(&key->bdaddr, 1) != NULL) {
242 get_key(bdaddr_p bdaddr, int exact_match)
322 if ((key = get_key(&bdaddr, 1)) == NULL)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dcrypto.h29 extern void get_key(int key_id, struct key **d_key);
H A Dnetworking.c180 get_key(key_id, &pkt_key);
H A Dcrypto.c315 get_key( function
H A Dmain.c415 get_key(ctx->key_id, &ctx->key);
/freebsd-11-stable/usr.bin/dtc/
H A Dchecking.cc94 found_address = ((*i)->get_key() == "#address-cells");
98 found_size = ((*i)->get_key() == "#size-cells");
168 if (p->get_key() == key)
H A Dfdt.cc989 return p1->get_key() < p2->get_key();
1050 if (i->get_key() == key)
1082 if (other->deleted_props.count(p->get_key()) > 0)
1084 other->deleted_props.erase(p->get_key());
1099 if (mp->get_key() == p->get_key())
1239 if ((p->get_key() == "phandle") ||
1240 (p->get_key() == "linux,phandle"))
2071 value += i.prop->get_key();
[all...]
H A Dfdt.hh383 inline const std::string &get_key() function in class:dtc::fdt::property
547 return p1->get_key() < p2->get_key();
/freebsd-11-stable/contrib/ldns/drill/
H A Dsecuretrace.c85 get_key(ldns_pkt *p, ldns_rdf *apexname, ldns_rr_list **rrlist, ldns_rr_list **opt_sig) function
438 (void) get_key(p, labels[i], &key_list, &key_sig_list);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c1224 get_key(const char *fn, const char *type, int optbits, function
1292 get_key(opt->key_string,

Completed in 202 milliseconds