Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/hash2.tests/
H A Dpasstest.c14 char *key_line, *val_line, *get_key, *get_val, *old, *key2; in main() local
66 get_key = (char *)malloc(100); in main()
73 while ((get_key = fgets(get_key, 100, keys)) != NULL) { in main()
77 key.size = strlen(get_key); in main()
78 key.data = (void *)get_key; in main()
80 fprintf(stderr, "Retrieval error on %s\n", get_key); in main()
83 fprintf(stderr, "Unmatched get on %s.\n", get_key); in main()
91 free(get_key); in main()
98 get_key = (char *)malloc(100); in main()
116 free(get_key); in main()
[all …]
/freebsd/contrib/ntp/sntp/tests/
H A DkeyFile.c96 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 DEVP_EC_Signature_demo.c44 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 Dchecking.cc92 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 Dfdt.cc1014 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 Dfdt.hh381 inline const std::string &get_key() in get_key() function in dtc::fdt::property
/freebsd/crypto/openssl/demos/encrypt/
H A Drsa_encrypt.c36 static EVP_PKEY *get_key(OSSL_LIB_CTX *libctx, const char *propq, int public) in get_key() function
109 pub_key = get_key(libctx, propq, public); in do_encrypt()
166 priv_key = get_key(libctx, propq, public); in do_decrypt()
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dparser.y88 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 Dhcsecd.c221 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 Dhcsecd.h60 link_key_p get_key (bdaddr_p bdaddr, int exact_match);
/freebsd/contrib/ntp/sntp/
H A Dcrypto.h28 extern void get_key(keyid_t key_id, struct key **d_key);
H A Dnetworking.c180 get_key(key_id, &pkt_key); in process_pkt()
H A Dcrypto.c307 get_key( in auth_init()
314 get_key( get_key() function
H A Dmain.c416 get_key(ctx->key_id, &ctx->key); in handle_lookup()
/freebsd/contrib/ldns/drill/
H A Dsecuretrace.c85 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 Dhxtool.c1224 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 Dcfg80211.h1189 …int (*get_key)(struct wiphy *, struct net_device *, int, uint8_t, bool, const uint8_t *, void *, v… member
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c1407 get_key(krb5_context context, pkinit_identity_crypto_context id_cryptoctx, in get_key() function
4236 retval = get_key(context, id_cryptoctx, keyname, fsname, &y, password); in pkinit_load_fs_cert_and_key()