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

1234567891011>>

/freebsd-10.3-release/lib/libc/db/recno/
H A Drec_put.c60 __rec_put(const DB *dbp, DBT *key, const DBT *data, u_int flags) argument
[all...]
/freebsd-10.3-release/crypto/openssh/
H A Dcipher-3des1.c52 ssh1_3des_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, argument
H A Dssh-ecdsa.c48 ssh_ecdsa_sign(const struct sshkey *key, u_char **sigp, size_t *lenp, argument
111 ssh_ecdsa_verify(const struct sshkey *key, argument
[all...]
H A Dssh-ed25519.c36 ssh_ed25519_sign(const struct sshkey *key, u_char **sigp, size_t *lenp, argument
95 ssh_ed25519_verify(const struct sshkey *key, argument
[all...]
/freebsd-10.3-release/sys/crypto/des/
H A Ddes_setkey.c70 void des_set_odd_parity(des_cblock *key) argument
78 int des_check_key_parity(des_cblock *key) argument
120 int des_is_weak_key(des_cblock *key) argument
145 int des_set_key(des_cblock *key, des_key_schedule schedule) argument
162 des_set_key_checked(des_cblock *key, des_key_schedule schedule) argument
172 des_set_key_unchecked(des_cblock *key, des_key_schedule schedule) argument
228 des_key_sched(des_cblock *key, des_key_schedule schedule) argument
233 des_fixup_key_parity(des_cblock *key) argument
[all...]
/freebsd-10.3-release/sys/crypto/siphash/
H A Dsiphash.c74 SipHash_SetKey(SIPHASH_CTX *ctx, const uint8_t key[16]) argument
199 SipHashX(SIPHASH_CTX *ctx, int rc, int rf, const uint8_t key[16], argument
/freebsd-10.3-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-10.3-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-10.3-release/sys/dev/glxsb/
H A Dglxsb_hash.c52 glxsb_hash_key_setup(struct glxsb_session *ses, caddr_t key, int klen) argument
/freebsd-10.3-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-10.3-release/contrib/gdb/include/
H A Dfibheap.h60 fibheapkey_t key; member in struct:fibnode
/freebsd-10.3-release/contrib/apr/include/
H A Dapr_tables.h83 char *key; /* maybe NULL in future; member in struct:apr_table_entry_t
[all...]
/freebsd-10.3-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-10.3-release/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h126 rtree_set(rtree_t *rtree, uintptr_t key, void *val) argument
[all...]
/freebsd-10.3-release/contrib/ldns/ldns/
H A Dradix.h70 uint8_t* key; member in struct:ldns_radix_node_t
[all...]
/freebsd-10.3-release/contrib/binutils/include/
H A Dfibheap.h60 fibheapkey_t key; member in struct:fibnode
/freebsd-10.3-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-10.3-release/usr.bin/ypcat/
H A Dypcat.c65 int key; variable
/freebsd-10.3-release/usr.bin/ctags/
H A DC.c468 skip_string(int key) argument
493 skip_key(int key) argument
/freebsd-10.3-release/usr.bin/getconf/
H A Dgetconf.c60 int c, key, valid; local
139 do_confstr(const char *name, int key) argument
162 do_sysconf(const char *name, int key) argument
177 do_pathconf(const char *name, int key, const char *path) argument
[all...]
/freebsd-10.3-release/usr.bin/grep/regex/
H A Dhashtable.c105 hashtable_put(hashtable *tbl, const void *key, const void *value) argument
179 hashtable_lookup(const hashtable *tbl, const void *key) argument
207 hashtable_get(hashtable *tbl, const void *key, void *value) argument
229 hashtable_remove(hashtable *tbl, const void *key) argument
[all...]
/freebsd-10.3-release/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c80 DBT key = { NULL, 0 }, data = { NULL, 0 }; local
[all...]
/freebsd-10.3-release/contrib/libyaml/tests/
H A Dexample-deconstructor-alt.c114 int properties, key, value, map, seq; local
[all...]

Completed in 290 milliseconds

1234567891011>>