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

/freebsd-10-stable/contrib/gcc/config/
H A Dvxlib.c261 __gthread_key_create (__gthread_key_t *keyp, tls_dtor dtor) argument
/freebsd-10-stable/sys/geom/eli/
H A Dpkcs5v2.c56 uint8_t *counter, *keyp; local
/freebsd-10-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-10-stable/crypto/openssh/
H A Dauthfile.c145 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) argument
199 sshkey_load_private_type(int type, const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp, int *perm_ok) argument
230 sshkey_load_private_type_fd(int fd, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
256 sshkey_load_private(const char *filename, const char *passphrase, struct sshkey **keyp, char **commentp) argument
338 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) argument
410 sshkey_load_cert(const char *filename, struct sshkey **keyp) argument
441 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.c863 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.c1652 sshkey_generate(int type, u_int bits, struct sshkey **keyp) argument
1953 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, argument
2143 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) argument
2156 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) argument
2162 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) argument
3175 sshkey_parse_private2(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3590 sshkey_parse_public_rsa1_fileblob(struct sshbuf *blob, struct sshkey **keyp, char **commentp) argument
3648 sshkey_parse_private_rsa1(struct sshbuf *blob, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3768 sshkey_parse_private_pem_fileblob(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp) argument
3860 sshkey_parse_private_fileblob_type(struct sshbuf *blob, int type, const char *passphrase, struct sshkey **keyp, char **commentp) argument
3900 sshkey_parse_private_fileblob(struct sshbuf *buffer, const char *passphrase, struct sshkey **keyp, char **commentp) argument
[all...]
/freebsd-10-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-10-stable/sys/dev/kbd/
H A Dkbd.c842 keyarg_t *keyp; local
[all...]

Completed in 145 milliseconds