Searched refs:keyp (Results 1 - 25 of 61) sorted by relevance

123

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauthfile.c116 struct sshkey **keyp, char **commentp)
120 if (keyp != NULL)
121 *keyp = NULL;
132 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp);
133 if (r == 0 && keyp && *keyp)
134 r = sshkey_set_filename(*keyp, filename);
142 struct sshkey **keyp, char **commentp)
145 keyp, commentp);
150 struct sshkey **keyp, cha
115 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
141 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
149 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
262 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
298 sshkey_load_cert(const char *filename, struct sshkey **keyp) argument
318 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, struct sshkey **keyp) argument
[all...]
H A Dauthfile.h47 struct sshkey **keyp, char **commentp);
H A Dssh-sk.h53 struct sshkey **keyp, struct sshbuf *attest);
H A Dsshkey.h214 int sshkey_generate(int type, u_int bits, struct sshkey **keyp);
294 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
301 const char *passphrase, struct sshkey **keyp, char **commentp);
303 const char *passphrase, struct sshkey **keyp, char **commentp);
/netbsd-current/sys/kern/
H A Dsubr_optstr.c59 const char *keyp; local
62 keyp = key;
63 while (*optstr == *keyp) {
65 keyp++;
68 if (*optstr == '=' && *keyp == '\0')
H A Dsubr_lwp_specificdata.c53 lwp_specific_key_create(specificdata_key_t *keyp, specificdata_dtor_t dtor) argument
56 return (specificdata_key_create(lwp_specificdata_domain, keyp, dtor));
/netbsd-current/usr.bin/sort/
H A Dfsort.c85 RECHEADER **keypos, **keyp; local
164 for (keyp = &keypos[-1]; keyp >= keylist; keyp--)
165 *keyp = nbuffer + (*keyp - buffer);
/netbsd-current/sys/net/
H A Dtoeplitz.c261 toeplitz_vhash(const uint8_t *keyp, size_t keylen, ...) argument
269 keyend = keyp + keylen;
272 v = *keyp++;
274 v |= *keyp++;
276 v |= *keyp++;
278 v |= *keyp++;
286 if (keyp < keyend)
287 key = *keyp++;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dtsec.h119 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp);
121 * Return the TSEC key of '*tsec' in '*keyp'.
125 *\li keyp != NULL
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dtsec.h118 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp);
120 * Return the TSEC key of '*tsec' in '*keyp'.
124 *\li keyp != NULL
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
H A Ddst.h367 const char *directory, isc_mem_t *mctx, dst_key_t **keyp);
382 * \li "keyp" is not NULL and "*keyp" is NULL.
389 * \li If successful, *keyp will contain a valid key.
394 isc_mem_t *mctx, dst_key_t **keyp);
410 * \li "keyp" is not NULL and "*keyp" is NULL.
417 * \li If successful, *keyp will contain a valid key.
422 dst_key_t **keyp);
430 * \li "keyp" i
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dst/
H A Ddst.h378 const char *directory, isc_mem_t *mctx, dst_key_t **keyp);
393 * \li "keyp" is not NULL and "*keyp" is NULL.
400 * \li If successful, *keyp will contain a valid key.
405 isc_mem_t *mctx, dst_key_t **keyp);
421 * \li "keyp" is not NULL and "*keyp" is NULL.
428 * \li If successful, *keyp will contain a valid key.
433 dst_key_t **keyp);
441 * \li "keyp" i
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtsec.c139 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp) { argument
141 REQUIRE(keyp != NULL);
145 dns_tsigkey_attach(tsec->ukey.tsigkey, (dns_tsigkey_t **)keyp);
148 *(dst_key_t **)keyp = tsec->ukey.key;
H A Ddst_api.c170 dst_key_t **keyp);
554 const char *directory, isc_mem_t *mctx, dst_key_t **keyp) {
564 REQUIRE(keyp != NULL && *keyp == NULL);
593 *keyp = key;
606 isc_mem_t *mctx, dst_key_t **keyp) {
617 REQUIRE(keyp != NULL && *keyp == NULL);
673 *keyp = pubkey;
727 *keyp
553 dst_key_fromfile(dns_name_t *name, dns_keytag_t id, unsigned int alg, int type, const char *directory, isc_mem_t *mctx, dst_key_t **keyp) argument
605 dst_key_fromnamedfile(const char *filename, const char *dirname, int type, isc_mem_t *mctx, dst_key_t **keyp) argument
784 dst_key_fromdns(const dns_name_t *name, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
790 dst_key_fromdns_ex(const dns_name_t *name, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, bool no_rdata, dst_key_t **keyp) argument
835 dst_key_frombuffer(const dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
906 dst_key_fromgssapi(const dns_name_t *name, dns_gss_ctx_id_t gssctx, isc_mem_t *mctx, dst_key_t **keyp, isc_region_t *intoken) argument
941 dst_key_buildinternal(const dns_name_t *name, unsigned int alg, unsigned int bits, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, void *data, isc_mem_t *mctx, dst_key_t **keyp) argument
975 dst_key_fromlabel(const dns_name_t *name, int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, const char *engine, const char *label, const char *pin, isc_mem_t *mctx, dst_key_t **keyp) argument
1017 dst_key_generate(const dns_name_t *name, unsigned int alg, unsigned int bits, unsigned int param, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, dst_key_t **keyp, void (*callback)(int)) argument
1389 dst_key_free(dst_key_t **keyp) argument
1538 dst_key_restore(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, const char *keystr, dst_key_t **keyp) argument
1633 dst_key_read_public(const char *filename, int type, isc_mem_t *mctx, dst_key_t **keyp) argument
1804 dst_key_read_state(const char *filename, isc_mem_t *mctx, dst_key_t **keyp) argument
2348 frombuffer(const dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, bool no_rdata, dst_key_t **keyp) argument
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dtsec.c137 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp) { argument
139 REQUIRE(keyp != NULL);
143 dns_tsigkey_attach(tsec->ukey.tsigkey, (dns_tsigkey_t **)keyp);
146 *(dst_key_t **)keyp = tsec->ukey.key;
H A Ddst_api.c170 dst_key_t **keyp);
533 const char *directory, isc_mem_t *mctx, dst_key_t **keyp) {
543 REQUIRE(keyp != NULL && *keyp == NULL);
572 *keyp = key;
585 isc_mem_t *mctx, dst_key_t **keyp) {
596 REQUIRE(keyp != NULL && *keyp == NULL);
646 *keyp = pubkey;
700 *keyp
532 dst_key_fromfile(dns_name_t *name, dns_keytag_t id, unsigned int alg, int type, const char *directory, isc_mem_t *mctx, dst_key_t **keyp) argument
584 dst_key_fromnamedfile(const char *filename, const char *dirname, int type, isc_mem_t *mctx, dst_key_t **keyp) argument
757 dst_key_fromdns(const dns_name_t *name, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
763 dst_key_fromdns_ex(const dns_name_t *name, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, bool no_rdata, dst_key_t **keyp) argument
808 dst_key_frombuffer(const dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, dst_key_t **keyp) argument
879 dst_key_fromgssapi(const dns_name_t *name, dns_gss_ctx_id_t gssctx, isc_mem_t *mctx, dst_key_t **keyp, isc_region_t *intoken) argument
974 dst_key_buildinternal(const dns_name_t *name, unsigned int alg, unsigned int bits, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, void *data, isc_mem_t *mctx, dst_key_t **keyp) argument
1008 dst_key_fromlabel(const dns_name_t *name, int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, const char *engine, const char *label, const char *pin, isc_mem_t *mctx, dst_key_t **keyp) argument
1050 dst_key_generate(const dns_name_t *name, unsigned int alg, unsigned int bits, unsigned int param, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, dst_key_t **keyp, void (*callback)(int)) argument
1406 dst_key_free(dst_key_t **keyp) argument
1556 dst_key_restore(dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_mem_t *mctx, const char *keystr, dst_key_t **keyp) argument
1651 dst_key_read_public(const char *filename, int type, isc_mem_t *mctx, dst_key_t **keyp) argument
1822 dst_key_read_state(const char *filename, isc_mem_t *mctx, dst_key_t **keyp) argument
2362 frombuffer(const dns_name_t *name, unsigned int alg, unsigned int flags, unsigned int protocol, dns_rdataclass_t rdclass, isc_buffer_t *source, isc_mem_t *mctx, bool no_rdata, dst_key_t **keyp) argument
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_context.h143 #define tsd_create(keyp, destructor) do { \
144 *(keyp) = osd_thread_register((destructor)); \
145 KASSERT(*(keyp) > 0, ("cannot register OSD")); \
147 #define tsd_destroy(keyp) osd_thread_deregister(*(keyp))
188 tsd_create(uint_t *keyp, void (*func)(void *)) argument
192 error = lwp_specific_key_create(keyp, func);
197 tsd_destroy(uint_t *keyp) argument
200 lwp_specific_key_delete(*keyp);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_query.c14 static int property_idx_cmp(const void *keyp, const void *compare) argument
16 OSSL_PROPERTY_IDX key = *(const OSSL_PROPERTY_IDX *)keyp;
/netbsd-current/sys/dev/ic/
H A Dapple_smc_fan.c328 struct apple_smc_key **keyp; local
341 keyp = &sc->sc_fans[fan].sensors[sensor].sensor_key;
343 keyp);
363 fail1: apple_smc_release_key(sc->sc_smc, *keyp);
364 fail0: *keyp = NULL;
427 struct apple_smc_key **const keyp = local
429 if (*keyp != NULL) {
430 apple_smc_release_key(sc->sc_smc, *keyp);
431 *keyp = NULL;
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dptable.h162 int PTABLE_ITERATOR(T)::next(const char **keyp, T **valp) \
168 *keyp = v[i].key; \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Dvxlib-tls.c239 __gthread_key_create (__gthread_key_t *keyp, tls_dtor dtor) argument
259 *keyp = key;
H A Dgthr-vxworks-tls.c231 __gthread_key_create (__gthread_key_t *keyp, tls_dtor dtor) argument
251 *keyp = key;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_nt.c225 ldap_pvt_thread_key_create( ldap_pvt_thread_key_t *keyp )
229 *keyp = key;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
H A Dgthread.d95 int __gthr_win32_key_create(__gthread_key_t* keyp, GthreadDestroyFn dtor);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-vxworks-tls.c239 __gthread_key_create (__gthread_key_t *keyp, tls_dtor dtor) argument
259 *keyp = key;

Completed in 404 milliseconds

123