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

/freebsd-13-stable/crypto/openssh/
H A Dauthfile.c170 struct sshkey **keyp, char **commentp, int *perm_ok)
174 if (keyp != NULL)
175 *keyp = NULL;
193 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp);
194 if (r == 0 && keyp && *keyp)
195 r = sshkey_set_filename(*keyp, filename);
203 struct sshkey **keyp, char **commentp)
208 if (keyp != NULL)
209 *keyp
169 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp, int *perm_ok) argument
202 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
228 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
313 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
358 sshkey_load_cert(const char *filename, struct sshkey **keyp) argument
389 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, struct sshkey **keyp, int *perm_ok) argument
[all...]
H A Dauthfile.h47 struct sshkey **keyp, char **commentp);
H A Dsshkey.h146 int sshkey_generate(int type, u_int bits, struct sshkey **keyp);
209 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp);
216 const char *passphrase, struct sshkey **keyp, char **commentp);
218 const char *passphrase, struct sshkey **keyp, char **commentp);
H A Dsshkey.c82 struct sshkey **keyp, int allow_cert);
1606 sshkey_generate(int type, u_int bits, struct sshkey **keyp) argument
1611 if (keyp == NULL)
1613 *keyp = NULL;
1650 *keyp = k;
2009 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, argument
2029 if (keyp != NULL)
2030 *keyp = NULL;
2238 if (keyp != NULL) {
2239 *keyp
2264 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) argument
2277 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) argument
2283 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) argument
3544 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3923 sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp) argument
4026 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
4068 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, struct sshkey **keyp, char **commentp) argument
[all...]
H A Dssh-pkcs11.c593 pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp) argument
604 *keyp = NULL;
695 pkcs11_fetch_keys(p, i, keyp, &nkeys);
H A Dauthfd.c203 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
213 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0)
H A Dkex.c929 const struct sshbuf *shared_secret, u_char **keyp)
981 *keyp = digest;
928 derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen, const struct sshbuf *shared_secret, u_char **keyp) argument
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h49 #define tsd_create(keyp, destructor) do { \
50 *(keyp) = osd_thread_register((destructor)); \
51 KASSERT(*(keyp) > 0, ("cannot register OSD")); \
54 #define tsd_destroy(keyp) osd_thread_deregister(*(keyp))
/freebsd-13-stable/sys/geom/eli/
H A Dpkcs5v2.c58 uint8_t *counter, *keyp; local
68 keyp = key;
69 for (count = 1; keylen > 0; count++, keylen -= bsize, keyp += bsize) {
78 xor(keyp, md, bsize);
84 xor(keyp, md, bsize);
H A Dg_eli.h706 const unsigned char *key, unsigned char *mkey, unsigned keyp);
/freebsd-13-stable/sys/dev/random/
H A Dhash.c206 randomdev_getkey(union randomdev_key *context, const void **keyp, size_t *szp) argument
210 *keyp = &context->key.keyMaterial;
216 *keyp = (const void *)&context->chacha.input[4];
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c402 bdb_cache_key(bdb_env_key_t *keyp, apr_file_t **dbconfig_file,
421 memset(keyp, 0, sizeof *keyp);
422 keyp->device = finfo.device;
423 keyp->inode = finfo.inode;
440 bdb_cache_get(const bdb_env_key_t *keyp, svn_boolean_t *panicp)
442 bdb_env_t *bdb = apr_hash_get(bdb_cache, keyp, sizeof *keyp);
400 bdb_cache_key(bdb_env_key_t *keyp, apr_file_t **dbconfig_file, const char *path, apr_pool_t *pool) argument
438 bdb_cache_get(const bdb_env_key_t *keyp, svn_boolean_t *panicp) argument
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c206 * @keyp: search key
211 * to this anchor via the 'he_key_list' list head. On return they keyp
215 tsd_hash_add_key(tsd_hash_table_t *table, uint_t *keyp, dtor_func_t dtor) argument
246 entry->he_key = *keyp = table->ht_key;
254 hash = hash_long((ulong_t)*keyp * (ulong_t)DTOR_PID, table->ht_bits);
557 * @keyp: lookup key address
568 tsd_create(uint_t *keyp, dtor_func_t dtor) argument
570 ASSERT3P(keyp, !=, NULL);
571 if (*keyp)
574 (void) tsd_hash_add_key(tsd_hash_table, keyp, dto
588 tsd_destroy(uint_t *keyp) argument
[all...]
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_lic.c76 __in_bcount(length) caddr_t keyp,
88 caddr_t keyp,
99 __in_bcount(length) caddr_t keyp,
250 __in_bcount(length) caddr_t keyp,
262 caddr_t keyp,
273 __in_bcount(length) caddr_t keyp,
511 __in_bcount(length) caddr_t keyp,
523 tlv_type = __LE_TO_CPU_16(((uint16_t *)keyp)[0]);
524 tlv_length = __LE_TO_CPU_16(((uint16_t *)keyp)[1]);
559 caddr_t keyp,
509 efx_lic_v1v2_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length) argument
551 efx_lic_v1v2_read_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in uint32_t length, __out_bcount_part(key_max_size, *lengthp) caddr_t keyp, __in size_t key_max_size, __out uint32_t *lengthp) argument
586 efx_lic_v1v2_write_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in_bcount(length) caddr_t keyp, __in uint32_t length, __out uint32_t *lengthp) argument
1098 efx_lic_v3_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length) argument
1141 efx_lic_v3_read_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in uint32_t length, __out_bcount_part(key_max_size, *lengthp) caddr_t keyp, __in size_t key_max_size, __out uint32_t *lengthp) argument
1162 efx_lic_v3_write_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in_bcount(length) caddr_t keyp, __in uint32_t length, __out uint32_t *lengthp) argument
1538 efx_lic_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length) argument
1561 efx_lic_read_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in uint32_t length, __out_bcount_part(key_max_size, *lengthp) caddr_t keyp, __in size_t key_max_size, __out uint32_t *lengthp) argument
1592 efx_lic_write_key( __in efx_nic_t *enp, __in_bcount(buffer_size) caddr_t bufferp, __in size_t buffer_size, __in uint32_t offset, __in_bcount(length) caddr_t keyp, __in uint32_t length, __out uint32_t *lengthp) argument
[all...]
H A Defx.h3137 __in_bcount(length) caddr_t keyp,
3149 caddr_t keyp,
3160 __in_bcount(length) caddr_t keyp,
/freebsd-13-stable/lib/libc/stdlib/
H A Dtdelete.c116 void **keyp = &(*leaf)->key; local
121 *keyp = old->key;
/freebsd-13-stable/sys/dev/kbd/
H A Dkbd.c819 keyarg_t *keyp; local
904 keyp = (keyarg_t *)arg;
905 if (keyp->keynum >= sizeof(kbd->kb_keymap->key) /
910 bcopy(&kbd->kb_keymap->key[keyp->keynum], &keyp->key,
911 sizeof(keyp->key));
915 keyp = (keyarg_t *)arg;
916 if (keyp->keynum >= sizeof(kbd->kb_keymap->key) /
921 error = key_change_ok(&kbd->kb_keymap->key[keyp->keynum],
922 &keyp
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c842 const char **keyp; local
847 for (keyp = env_preserve; *keyp; keyp++) {
848 if ((val = getenv(*keyp)))
849 _zed_event_add_var(eid, zsp, NULL, *keyp, "%s", val);

Completed in 277 milliseconds