Searched defs:key (Results 226 - 250 of 1449) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dthread.c75 isc_thread_key_getspecific(isc_thread_key_t key) { argument
80 isc_thread_key_setspecific(isc_thread_key_t key, void *value) { argument
85 isc_thread_key_create(isc_thread_key_t *key, void (*func)(void *)) { argument
92 isc_thread_key_delete(isc_thread_key_t key) { argument
/freebsd-11.0-release/contrib/mdocml/
H A Dtbl_opts.c38 int key; member in struct:tbl_phrase
65 arg(struct tbl_node *tbl, int ln, const char *p, int *pos, int key) argument
/freebsd-11.0-release/contrib/gcclibs/include/
H A Dfibheap.h60 fibheapkey_t key; member in struct:fibnode
/freebsd-11.0-release/contrib/gdb/include/
H A Dfibheap.h60 fibheapkey_t key; member in struct:fibnode
/freebsd-11.0-release/contrib/ldns/ldns/
H A Dradix.h70 uint8_t* key; member in struct:ldns_radix_node_t
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_hmac.c51 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
80 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
149 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
177 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
210 __hmac_sha1_init(archive_hmac_sha1_ctx *ctx, const uint8_t *key, size_t key_len) argument
[all...]
/freebsd-11.0-release/contrib/binutils/include/
H A Dfibheap.h60 fibheapkey_t key; member in struct:fibnode
/freebsd-11.0-release/contrib/apr/include/
H A Dapr_tables.h83 char *key; /* maybe NULL in future; member in struct:apr_table_entry_t
[all...]
/freebsd-11.0-release/contrib/expat/xmlwf/
H A Dct.c73 matchkey(const char *start, const char *end, const char *key) argument
H A Dxmlmime.c77 matchkey(const char *start, const char *end, const char *key) argument
/freebsd-11.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_hash.c76 ctf_hash_compute(const char *key, size_t len) argument
145 ctf_hash_lookup(ctf_hash_t *hp, ctf_file_t *fp, const char *key, size_t len) argument
/freebsd-11.0-release/sys/dev/glxsb/
H A Dglxsb_hash.c52 glxsb_hash_key_setup(struct glxsb_session *ses, caddr_t key, int klen) argument
/freebsd-11.0-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_user.h51 __u64 key; member in struct:iwch_create_cq_resp_v0
57 uint64_t key; member in struct:iwch_create_cq_resp
65 uint64_t key; member in struct:iwch_create_qp_resp
/freebsd-11.0-release/sys/kern/
H A Duipc_mbufhash.c68 m_ether_tcpip_hash(const uint32_t flags, const struct mbuf *m, const uint32_t key) argument
/freebsd-11.0-release/lib/libc/rpc/
H A Dgetpublickey.c90 getpublicandprivatekey(const char *key, char *ret) argument
/freebsd-11.0-release/lib/libedit/
H A Dmap.h53 el_action_t *key; /* The current normal key map */ member in struct:el_map_t
/freebsd-11.0-release/lib/librpcsvc/
H A Dxcrypt.c61 char key[8]; local
94 char key[8]; local
124 passwd2des(char *pw, char *key) argument
[all...]
H A Dyp_update.c58 yp_update(char *domain, char *map, unsigned int ypop, char *key, int keylen, argument
[all...]
/freebsd-11.0-release/libexec/mknetid/
H A Dhash.c56 const u_char *key; local
103 u_int32_t hashkey(char *key) argument
112 struct grouplist *lookup(struct member_entry *table[], char *key) argument
132 mstore(struct member_entry *table[], char *key, int gid, int dup) argument
[all...]
/freebsd-11.0-release/libexec/revnetgroup/
H A Dhash.c56 const u_char *key; local
104 hashkey(char *key) argument
114 lookup(struct group_entry *table[], char *key) argument
147 store(struct group_entry *table[], char *key, char *data) argument
176 mstore(struct member_entry *table[], char *key, char *data, char *domain) argument
[all...]
H A Drevnetgroup.c79 char *key = NULL, *data = NULL; local
/freebsd-11.0-release/sys/boot/geli/
H A Dgeliboot_crypto.c37 geliboot_crypt(u_int algo, int enc, u_char *data, size_t datasize, const u_char *key, size_t keysize, u_char *iv) argument
108 g_eli_crypto_cipher(u_int algo, int enc, u_char *data, size_t datasize, const u_char *key, size_t keysize) argument
118 g_eli_crypto_encrypt(u_int algo, u_char *data, size_t datasize, const u_char *key, size_t keysize) argument
130 g_eli_crypto_decrypt(u_int algo, u_char *data, size_t datasize, const u_char *key, size_t keysize) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/bf/
H A Dbf_enc.c73 void BF_encrypt(BF_LONG *data, const BF_KEY *key) argument
150 void BF_decrypt(BF_LONG *data, const BF_KEY *key) argument
/freebsd-11.0-release/crypto/openssl/crypto/cast/
H A Dc_enc.c62 void CAST_encrypt(CAST_LONG *data, const CAST_KEY *key) argument
94 void CAST_decrypt(CAST_LONG *data, const CAST_KEY *key) argument
H A Dcasttest.c150 CAST_KEY key; local

Completed in 126 milliseconds

1234567891011>>