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

/freebsd-9.3-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-9.3-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.y85 if (get_key(&key->bdaddr, 1) != NULL) {
238 get_key(bdaddr_p bdaddr, int exact_match)
318 if ((key = get_key(&bdaddr, 1)) == NULL)
/freebsd-9.3-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-9.3-release/crypto/heimdal/lib/hx509/
H A Dhxtool.c1074 get_key(const char *fn, const char *type, int optbits, function
1142 get_key(opt->key_string,
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c1256 get_key(dns_validator_t *val, dns_rdata_rrsig_t *siginfo) { function
1277 * (since get_key is not called from validatezonekey).
1330 "get_key");
1370 fetch_callback_validator, "get_key");
1601 result = get_key(val, val->siginfo);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dquery.c2905 get_key(ns_client_t *client, dns_db_t *db, dns_rdata_rrsig_t *rrsig, function
3015 if (!get_key(client, db, &rrsig, &keyrdataset, &key))

Completed in 187 milliseconds