/freebsd/contrib/ntp/sntp/tests/ |
H A D | keyFile.c | 96 get_key(40, &result); in test_ReadASCIIKeys() 101 get_key(50, &result); in test_ReadASCIIKeys() 121 get_key(10, &result); in test_ReadHexKeys() 127 get_key(20, &result); in test_ReadHexKeys() 134 get_key(30, &result); in test_ReadHexKeys() 155 get_key(10, &result); in test_ReadKeyFileWithComments() 162 get_key(34, &result); in test_ReadKeyFileWithComments() 181 get_key(10, &result); in test_ReadKeyFileWithInvalidHex() 188 get_key(30, &result); /* Should not exist, and result should remain NULL. */ in test_ReadKeyFileWithInvalidHex()
|
/freebsd/crypto/openssl/demos/signature/ |
H A D | EVP_Signature_demo.c | 44 static EVP_PKEY *get_key(OSSL_LIB_CTX *libctx, const char *propq, int public) in get_key() function 81 priv_key = get_key(libctx, propq, public); in demo_sign() 168 pub_key = get_key(libctx, propq, public); in demo_verify()
|
/freebsd/usr.bin/dtc/ |
H A D | checking.cc | 92 found_address = ((*i)->get_key() == "#address-cells"); in check_node() 96 found_size = ((*i)->get_key() == "#size-cells"); in check_node() 166 if (p->get_key() == key) in check_property()
|
H A D | fdt.cc | 1014 return p1->get_key() < p2->get_key(); in cmp_properties() 1094 if (i->get_key() == key) in get_property() 1126 if (other->deleted_props.count(p->get_key()) > 0) in merge_node() 1128 other->deleted_props.erase(p->get_key()); in merge_node() 1143 if (mp->get_key() == p->get_key()) in merge_node() 1287 if ((p->get_key() == "phandle") || in collect_names_recursive() 1288 (p->get_key() == "linux,phandle")) in collect_names_recursive() 2164 value += i.prop->get_key(); in parse_dts() 2243 auto key = i.prop->get_key(); in parse_dts()
|
H A D | fdt.hh | 381 inline const std::string &get_key() in get_key() function in dtc::fdt::property
|
/freebsd/usr.sbin/bluetooth/hcsecd/ |
H A D | parser.y | 88 if (get_key(&key->bdaddr, 1) != NULL) { 241 get_key(bdaddr_p bdaddr, int exact_match) in get_key() function 321 if ((key = get_key(&bdaddr, 1)) == NULL) in read_keys_file()
|
H A D | hcsecd.c | 221 if ((key = get_key(bdaddr, 0)) != NULL) { in process_pin_code_request_event() 248 if ((key = get_key(bdaddr, 0)) != NULL) { in process_link_key_request_event() 392 if ((key = get_key(&ep->bdaddr, 1)) == NULL) { in process_link_key_notification_event()
|
H A D | hcsecd.h | 60 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
|
/freebsd/contrib/ntp/sntp/ |
H A D | crypto.h | 28 extern void get_key(keyid_t key_id, struct key **d_key);
|
H A D | networking.c | 180 get_key(key_id, &pkt_key); in process_pkt()
|
H A D | crypto.c | 307 get_key( in auth_init() 314 get_key( get_key() function
|
H A D | main.c | 416 get_key(ctx->key_id, &ctx->key); in handle_lookup()
|
/freebsd/contrib/ldns/drill/ |
H A D | securetrace.c | 85 get_key(ldns_pkt *p, ldns_rdf *apexname, ldns_rr_list **rrlist, ldns_rr_list **opt_sig) in get_key() function 434 (void) get_key(p, labels[i], &key_list, &key_sig_list); in do_secure_trace()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | hxtool.c | 1224 get_key(const char *fn, const char *type, int optbits, in get_key() function 1293 get_key(opt->key_string, in request_create()
|
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | 1295 …s32 (*get_key)(struct wiphy *, struct net_device *, u8, bool, const u8 *, void *, void(*)(void… member
|