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

/freebsd-10.2-release/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-10.2-release/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.h59 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
H A Dhcsecd.c219 if ((key = get_key(bdaddr, 0)) != NULL) {
246 if ((key = get_key(bdaddr, 0)) != NULL) {
390 if ((key = get_key(&ep->bdaddr, 1)) == NULL) {
H A Dparser.y86 if (get_key(&key->bdaddr, 1) != NULL) {
239 get_key(bdaddr_p bdaddr, int exact_match)
319 if ((key = get_key(&bdaddr, 1)) == NULL)
/freebsd-10.2-release/contrib/ntp/sntp/
H A Dcrypto.h28 extern void get_key(int key_id, struct key **d_key);
H A Dnetworking.c175 get_key(key_id, &pkt_key);
H A Dcrypto.c187 get_key( function
H A Dmain.c413 get_key(ctx->key_id, &ctx->key);
/freebsd-10.2-release/usr.bin/dtc/
H A Dchecking.cc69 found_address = ((*i)->get_key() == "#address-cells");
73 found_size = ((*i)->get_key() == "#size-cells");
145 if (p->get_key() == key)
H A Dfdt.cc704 return p1->get_key() < p2->get_key();
775 if ((*i)->get_key() == key)
800 if ((*i)->get_key() == p->get_key())
939 if ((*i)->get_key() == string("phandle") ||
940 (*i)->get_key() == string("linux,phandle"))
H A Dfdt.hh342 inline string get_key() function in class:dtc::fdt::property
421 return p1->get_key() < p2->get_key();
/freebsd-10.2-release/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-10.2-release/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 218 milliseconds