HomeSort by: relevance | last modified time | path
    Searched refs:keyp (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/openssh/dist/
authfile.c 115 struct sshkey **keyp, char **commentp)
119 if (keyp != NULL)
120 *keyp = NULL;
131 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp);
139 struct sshkey **keyp, char **commentp)
142 keyp, commentp);
147 struct sshkey **keyp, char **commentp)
152 if (keyp != NULL)
153 *keyp = NULL;
156 passphrase, keyp, commentp)) != 0
    [all...]
authfile.h 47 struct sshkey **keyp, char **commentp);
ssh-sk.h 53 struct sshkey **keyp, struct sshbuf *attest);
sshkey.h 197 int sshkey_generate(int type, u_int bits, struct sshkey **keyp);
282 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
289 const char *passphrase, struct sshkey **keyp, char **commentp);
291 const char *passphrase, struct sshkey **keyp, char **commentp);
  /src/sys/kern/
subr_optstr.c 59 const char *keyp; local
62 keyp = key;
63 while (*optstr == *keyp) {
65 keyp++;
68 if (*optstr == '=' && *keyp == '\0')
subr_lwp_specificdata.c 53 lwp_specific_key_create(specificdata_key_t *keyp, specificdata_dtor_t dtor)
56 return (specificdata_key_create(lwp_specificdata_domain, keyp, dtor));
  /src/usr.bin/sort/
fsort.c 85 RECHEADER **keypos, **keyp; local
164 for (keyp = &keypos[-1]; keyp >= keylist; keyp--)
165 *keyp = nbuffer + (*keyp - buffer);
  /src/sys/net/
toeplitz.c 261 toeplitz_vhash(const uint8_t *keyp, size_t keylen, ...)
269 keyend = keyp + keylen;
272 v = *keyp++;
274 v |= *keyp++;
276 v |= *keyp++;
278 v |= *keyp++;
286 if (keyp < keyend)
287 key = *keyp++;
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
tsec.h 119 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp);
121 * Return the TSEC key of '*tsec' in '*keyp'.
125 *\li keyp != NULL
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dst/
dst.h 367 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" is not NULL and "*keyp" is NULL
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_context.h 143 #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 *))
192 error = lwp_specific_key_create(keyp, func);
197 tsd_destroy(uint_t *keyp)
200 lwp_specific_key_delete(*keyp);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tsec.c 139 dns_tsec_getkey(dns_tsec_t *tsec, void *keyp) {
141 REQUIRE(keyp != NULL);
145 dns_tsigkey_attach(tsec->ukey.tsigkey, (dns_tsigkey_t **)keyp);
148 *(dst_key_t **)keyp = tsec->ukey.key;
dst_api.c 170 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 = key
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/property/
property_query.c 14 static int property_idx_cmp(const void *keyp, const void *compare)
16 OSSL_PROPERTY_IDX key = *(const OSSL_PROPERTY_IDX *)keyp;
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property_query.c 14 static int property_idx_cmp(const void *keyp, const void *compare)
16 OSSL_PROPERTY_IDX key = *(const OSSL_PROPERTY_IDX *)keyp;
  /src/external/mpl/bind/dist/lib/dns/include/dst/
dst.h 392 const char *directory, isc_mem_t *mctx, dst_key_t **keyp);
407 * \li "keyp" is not NULL and "*keyp" is NULL.
414 * \li If successful, *keyp will contain a valid key.
419 isc_mem_t *mctx, dst_key_t **keyp);
435 * \li "keyp" is not NULL and "*keyp" is NULL.
442 * \li If successful, *keyp will contain a valid key.
447 dst_key_t **keyp);
455 * \li "keyp" is not NULL and "*keyp" is NULL
    [all...]
  /src/sys/dev/ic/
apple_smc_fan.c 328 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;
  /src/external/mpl/bind/dist/lib/dns/
dst_api.c 184 dst_key_t **keyp);
531 const char *directory, isc_mem_t *mctx, dst_key_t **keyp) {
541 REQUIRE(keyp != NULL && *keyp == NULL);
558 *keyp = key;
571 isc_mem_t *mctx, dst_key_t **keyp) {
582 REQUIRE(keyp != NULL && *keyp == NULL);
632 *keyp = pubkey;
687 *keyp = key
    [all...]
  /src/external/mpl/bind/dist/lib/isc/include/isc/
histo.h 217 isc_histo_next(const isc_histo_t *hg, uint *keyp);
237 *\li `keyp != NULL`
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_nt.c 225 ldap_pvt_thread_key_create( ldap_pvt_thread_key_t *keyp )
229 *keyp = key;
  /src/external/gpl2/groff/dist/src/include/
ptable.h 162 int PTABLE_ITERATOR(T)::next(const char **keyp, T **valp) \
168 *keyp = v[i].key; \
  /src/external/gpl3/gcc/dist/libgcc/config/
gthr-vxworks-tls.c 232 /* Store in KEYP a value which can be passed to __gthread_setspecific/
239 __gthread_key_create (__gthread_key_t *keyp, tls_dtor dtor)
259 *keyp = key;
  /src/external/gpl3/gcc.old/dist/libgcc/config/
gthr-vxworks-tls.c 232 /* Store in KEYP a value which can be passed to __gthread_setspecific/
239 __gthread_key_create (__gthread_key_t *keyp, tls_dtor dtor)
259 *keyp = key;
vxlib-tls.c 232 /* Store in KEYP a value which can be passed to __gthread_setspecific/
239 __gthread_key_create (__gthread_key_t *keyp, tls_dtor dtor)
259 *keyp = key;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
gthread.d 97 int __gthr_win32_key_create(__gthread_key_t* keyp, GthreadDestroyFn dtor);

Completed in 28 milliseconds

1 2 3