Searched defs:keyp (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/lib/libc/stdlib/
H A Dtdelete.c116 void **keyp = &(*leaf)->key; local
/freebsd-11-stable/contrib/gcc/config/
H A Dvxlib.c261 __gthread_key_create (__gthread_key_t *keyp, tls_dtor dtor) argument
/freebsd-11-stable/sys/geom/eli/
H A Dpkcs5v2.c56 uint8_t *counter, *keyp; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c400 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-11-stable/crypto/openssh/
H A Dauthfile.c157 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) argument
211 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp, int *perm_ok) argument
242 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
268 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
350 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
422 sshkey_load_cert(const char *filename, struct sshkey **keyp) argument
453 sshkey_load_private_cert(int type, const char *filename, const char *passphrase, struct sshkey **keyp, int *perm_ok) argument
[all...]
H A Dauthfd.c204 deserialise_identity1(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
241 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) argument
H A Dssh-pkcs11.c567 pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp) argument
H A Dkex.c884 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
H A Dsshkey.c1660 sshkey_generate(int type, u_int bits, struct sshkey **keyp) argument
1961 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, argument
2151 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) argument
2164 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) argument
2170 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) argument
3189 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3601 sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob, struct sshkey **keyp, char **commentp) argument
3659 sshkey_parse_private_rsa1(struct sshbuf *blob, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3775 sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp) argument
3906 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3950 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, struct sshkey **keyp, char **commentp) argument
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_impl.h541 __in_bcount(length) caddr_t keyp, variable
H A Defx_lic.c529 efx_lic_v1v2_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length ) argument
573 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
609 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
1143 efx_lic_v3_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length ) argument
1187 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
1207 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
1579 efx_lic_validate_key( __in efx_nic_t *enp, __in_bcount(length) caddr_t keyp, __in uint32_t length ) argument
1603 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
1635 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...]
/freebsd-11-stable/sys/dev/kbd/
H A Dkbd.c846 keyarg_t *keyp; local
[all...]

Completed in 127 milliseconds