Searched refs:key (Results 376 - 400 of 2503) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dincdec1.C16 virtual ndbArtPtrVec& operator [] (int key) = 0;
17 virtual void del(int key) = 0;
21 virtual int& key(Pix i) = 0;
35 ndbArtPtrVec& operator [] (int key);
46 (*this)[b.key(i)] = b.contents(i);
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_lc_monetary.c131 const struct _citrus_LC_MONETARY_key *key; local
140 for (key = &keys_string[0]; key->name != NULL; ++key) {
141 if (_db_lookupstr_by_s(db, key->name, &s, NULL))
144 (((char *)(void *)data) + key->offset);
149 for (key = &keys_char[0]; key->name != NULL; ++key) {
150 if (_db_lookup8_by_s(db, key
168 const struct _citrus_LC_MONETARY_key *key; local
[all...]
H A Dcitrus_db.c100 _citrus_db_lookup(struct _citrus_db *db, struct _citrus_region *key, argument
125 db->db_hashfunc(db->db_hashfunc_closure, key)%num_entries;
155 /* compare key length */
156 if (be32toh(dex->dex_key_size) == _region_size(key)) {
157 /* seek to the head of the key. */
161 /* get the region of the key */
163 _region_size(key)) == NULL)
165 /* compare key byte stream */
166 if (memcmp(_region_head(&r), _region_head(key),
167 _region_size(key))
186 _citrus_db_lookup_by_string(struct _citrus_db *db, const char *key, struct _citrus_region *data, struct _citrus_db_locator *dl) argument
198 _citrus_db_lookup8_by_string(struct _citrus_db *db, const char *key, uint8_t *rval, struct _citrus_db_locator *dl) argument
218 _citrus_db_lookup16_by_string(struct _citrus_db *db, const char *key, uint16_t *rval, struct _citrus_db_locator *dl) argument
241 _citrus_db_lookup32_by_string(struct _citrus_db *db, const char *key, uint32_t *rval, struct _citrus_db_locator *dl) argument
264 _citrus_db_lookup_string_by_string(struct _citrus_db *db, const char *key, const char **rdata, struct _citrus_db_locator *dl) argument
301 _citrus_db_get_entry(struct _citrus_db *db, int idx, struct _region *key, struct _region *data) argument
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_ftok.c44 static const int key = 123456789; variable
54 ATF_REQUIRE(ftok("/a/b/c/d/e/f/g/h/i", key) == -1);
60 atf_tc_set_md_var(tc, "descr", "Test that links return the same key");
74 k1 = ftok(path, key);
75 k2 = ftok(hlnk, key);
76 k3 = ftok(slnk, key);
83 atf_tc_fail("ftok(3) gave different key for a hard link");
86 atf_tc_fail("ftok(3) gave different key for a symbolic link");
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dkeys.c56 krb5_free_keyblock_contents(context, &keys[i].key);
85 parse_key_set(krb5_context context, const char *key, argument
97 p = key;
167 krb5_set_error_message(context, EINVAL, "bad value for default_keys `%s'", key);
206 Key key, *tmp; local
208 memset(&key, 0, sizeof(key));
216 key.key.keytype = enctype;
217 key
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/dst/
H A Ddst_test.c45 use(dst_key_t *key, isc_mem_t *mctx) { argument
63 ret = dst_context_create(key, mctx, &ctx);
65 printf("contextcreate(%d) returned: %s\n", dst_key_alg(key),
71 printf("adddata(%d) returned: %s\n", dst_key_alg(key),
77 printf("sign(%d) returned: %s\n", dst_key_alg(key),
83 ret = dst_context_create(key, mctx, &ctx);
85 printf("contextcreate(%d) returned: %s\n", dst_key_alg(key),
91 printf("adddata(%d) returned: %s\n", dst_key_alg(key),
97 printf("verify(%d) returned: %s\n", dst_key_alg(key),
103 dns(dst_key_t *key, isc_mem_ argument
141 dst_key_t *key = NULL; local
220 dst_key_t *key = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Ddn2id.c65 DBT key, data; local
74 DBTzero( &key );
75 key.size = e->e_nname.bv_len + 2;
76 key.ulen = key.size;
77 key.flags = DB_DBT_USERMEM;
78 buf = op->o_tmpalloc( key.size, op->o_tmpmemctx );
79 key.data = buf;
92 rc = db->put( db, txn, &key, &data, DB_NOOVERWRITE );
107 rc = db->put( db, txn, &key,
181 DBT key; local
292 DBT key, data; local
340 DBT key, data; local
390 DBT key; local
553 DBT key, data; local
651 DBT key, data; local
754 DBT key, data; local
841 DBT key, data; local
897 DBT key, data; local
960 DBT key; member in struct:dn2id_cookie
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/lib/
H A Dparameters.c66 param_list_add(iscsi_parameter_t ** head, int type, const char *key, const char *dflt, const char *valid) argument
91 (void) strlcpy(param->key, key, sizeof(param->key));/* key */
156 param->key, param->valid, param->dflt, param->value_l->value);
187 param_get(iscsi_parameter_t * head, const char *key) argument
192 if (strcmp(ptr->key, key) == 0) {
196 iscsi_err(__FILE__, __LINE__, "key \"
201 param_val(iscsi_parameter_t * head, const char *key) argument
207 param_val_which(iscsi_parameter_t * head, const char *key, int which) argument
235 param_val_delete_all(iscsi_parameter_t * head, char *key) argument
255 param_val_reset(iscsi_parameter_t * head, const char *key) argument
270 param_atoi(iscsi_parameter_t * head, const char *key) argument
295 param_equiv(iscsi_parameter_t * head, const char *key, const char *val) argument
318 param_num_vals(iscsi_parameter_t * head, char *key) argument
353 char key[256]; local
379 param_text_add(iscsi_parameter_t * head, const char *key, const char *value, char *text, int *len, int size, int offer) argument
676 static char *key = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dconfig_reg.c49 HKEY key, const char * valuename,
52 return _krb5_parse_reg_value_as_multi_string(context, key, valuename,
88 HKEY key, const char * valuename,
107 rcode = RegQueryValueExA(key, valuename, NULL, &type, pbuffer, &cb_data);
172 rcode = RegQueryValueExA(key, valuename, NULL, NULL, pbuffer, &cb_data);
295 HKEY key, const char * valuename,
302 reg_string = _krb5_parse_reg_value_as_string(context, key, valuename, type, cbdata);
328 HKEY key,
341 rcode = RegEnumValue(key, index, name, &cch, NULL,
349 code = parse_reg_value(context, key, nam
48 _krb5_parse_reg_value_as_string(krb5_context context, HKEY key, const char * valuename, DWORD type, DWORD cb_data) argument
87 _krb5_parse_reg_value_as_multi_string(krb5_context context, HKEY key, const char * valuename, DWORD type, DWORD cb_data, char *separator) argument
294 parse_reg_value(krb5_context context, HKEY key, const char * valuename, DWORD type, DWORD cbdata, krb5_config_section ** parent) argument
327 parse_reg_values(krb5_context context, HKEY key, krb5_config_section ** parent) argument
358 parse_reg_subkeys(krb5_context context, HKEY key, krb5_config_section ** parent) argument
405 parse_reg_root(krb5_context context, HKEY key, krb5_config_section ** parent) argument
441 HKEY key = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsplay-tree.c64 KDEL (node->key);
67 /* We use the "key" field to hold the "next" pointer. */
68 node->key = (splay_tree_key)pending;
83 /* active points to a node which has its key and value
88 KDEL (active->left->key);
90 active->left->key = (splay_tree_key)pending;
95 KDEL (active->right->key);
97 active->right->key = (splay_tree_key)pending;
102 active = (splay_tree_node)(temp->key);
136 /* Bottom up splay of key
139 splay_tree_splay(splay_tree sp, splay_tree_key key) argument
336 splay_tree_insert(splay_tree sp, splay_tree_key key, splay_tree_value value) argument
388 splay_tree_remove(splay_tree sp, splay_tree_key key) argument
428 splay_tree_lookup(splay_tree sp, splay_tree_key key) argument
474 splay_tree_predecessor(splay_tree sp, splay_tree_key key) argument
505 splay_tree_successor(splay_tree sp, splay_tree_key key) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dsplay-tree.c63 KDEL (node->key);
66 /* We use the "key" field to hold the "next" pointer. */
67 node->key = (splay_tree_key)pending;
82 /* active points to a node which has its key and value
87 KDEL (active->left->key);
89 active->left->key = (splay_tree_key)pending;
94 KDEL (active->right->key);
96 active->right->key = (splay_tree_key)pending;
101 active = (splay_tree_node)(temp->key);
135 /* Bottom up splay of key
138 splay_tree_splay(splay_tree sp, splay_tree_key key) argument
295 splay_tree_insert(splay_tree sp, splay_tree_key key, splay_tree_value value) argument
347 splay_tree_remove(splay_tree sp, splay_tree_key key) argument
387 splay_tree_lookup(splay_tree sp, splay_tree_key key) argument
433 splay_tree_predecessor(splay_tree sp, splay_tree_key key) argument
464 splay_tree_successor(splay_tree sp, splay_tree_key key) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dsplay-tree.c64 KDEL (node->key);
67 /* We use the "key" field to hold the "next" pointer. */
68 node->key = (splay_tree_key)pending;
83 /* active points to a node which has its key and value
88 KDEL (active->left->key);
90 active->left->key = (splay_tree_key)pending;
95 KDEL (active->right->key);
97 active->right->key = (splay_tree_key)pending;
102 active = (splay_tree_node)(temp->key);
136 /* Bottom up splay of key
139 splay_tree_splay(splay_tree sp, splay_tree_key key) argument
362 splay_tree_insert(splay_tree sp, splay_tree_key key, splay_tree_value value) argument
414 splay_tree_remove(splay_tree sp, splay_tree_key key) argument
454 splay_tree_lookup(splay_tree sp, splay_tree_key key) argument
500 splay_tree_predecessor(splay_tree sp, splay_tree_key key) argument
531 splay_tree_successor(splay_tree sp, splay_tree_key key) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dsplay-tree.c63 KDEL (node->key);
66 /* We use the "key" field to hold the "next" pointer. */
67 node->key = (splay_tree_key)pending;
82 /* active points to a node which has its key and value
87 KDEL (active->left->key);
89 active->left->key = (splay_tree_key)pending;
94 KDEL (active->right->key);
96 active->right->key = (splay_tree_key)pending;
101 active = (splay_tree_node)(temp->key);
135 /* Bottom up splay of key
138 splay_tree_splay(splay_tree sp, splay_tree_key key) argument
295 splay_tree_insert(splay_tree sp, splay_tree_key key, splay_tree_value value) argument
347 splay_tree_remove(splay_tree sp, splay_tree_key key) argument
387 splay_tree_lookup(splay_tree sp, splay_tree_key key) argument
433 splay_tree_predecessor(splay_tree sp, splay_tree_key key) argument
464 splay_tree_successor(splay_tree sp, splay_tree_key key) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcollector.c106 free_private_key(struct private_key *key) argument
108 free_AlgorithmIdentifier(&key->alg);
109 if (key->private_key)
110 hx509_private_key_free(&key->private_key);
111 der_free_octet_string(&key->localKeyId);
112 free(key);
123 struct private_key *key; local
127 key = calloc(1, sizeof(*key));
128 if (key
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/hmac/
H A Dhmac.c68 int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, argument
88 return FIPS_hmac_init_ex(ctx, key, len, md, NULL);
100 if (key != NULL)
104 OPENSSL_assert(j <= (int)sizeof(ctx->key));
109 if (!EVP_DigestUpdate(&ctx->md_ctx,key,len))
111 if (!EVP_DigestFinal_ex(&(ctx->md_ctx),ctx->key,
117 OPENSSL_assert(len>=0 && len<=(int)sizeof(ctx->key));
118 memcpy(ctx->key,key,len);
122 memset(&ctx->key[ct
149 HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) argument
225 HMAC(const EVP_MD *evp_md, const void *key, int key_len, const unsigned char *d, size_t n, unsigned char *md, unsigned int *md_len) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/dnssec/
H A Ddnssec-revoke.c66 fprintf(stderr, " -K directory: use directory for key files\n");
72 fprintf(stderr, " K<name>+<alg>+<new id>.key, "
92 dst_key_t *key = NULL; local
157 fatal("The key file name was not specified");
190 mctx, &key);
196 fprintf(stdout, "%u\n", dst_key_rid(key));
199 dst_key_format(key, keystr, sizeof(keystr));
205 set_keyversion(key);
207 check_keyversion(key, keystr);
210 flags = dst_key_flags(key);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dpkgdb.c135 * Store value "val" with key "key" in database
138 * 1: key already present
142 pkgdb_store(const char *key, const char *val) argument
149 keyd.data = __UNCONST(key);
150 keyd.size = strlen(key) + 1;
161 * Recall value for given key
163 * NULL if some error occurred or value for key not found (check errno!)
167 pkgdb_retrieve(const char *key) argument
177 keyd.data = __UNCONST(key);
202 DBT key; local
226 pkgdb_remove(const char *key) argument
251 DBT key; local
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Ddict_open.c22 /* void dict_put(dict, key, value)
24 /* const char *key;
27 /* const char *dict_get(dict, key)
29 /* const char *key;
31 /* int dict_del(dict, key)
33 /* const char *key;
35 /* void dict_seq(dict, func, key, value)
38 /* const char **key;
91 /* fold the search key to lower case before accessing the
96 /* and lower case, fold the search key t
421 const char *key; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dcbc128.c67 size_t len, const void *key,
73 assert(in && out && key && ivec);
81 (*block)(out, out, key);
92 (*block)(out, out, key);
105 (*block)(out, out, key);
116 size_t len, const void *key,
122 assert(in && out && key && ivec);
131 (*block)(in, out, key);
144 (*block)(in, out, key);
159 (*block)(in, tmp.c, key);
66 CRYPTO_cbc128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
115 CRYPTO_cbc128_decrypt(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], block128_f block) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_ch.c144 ARG_CHAR_T key; local
149 * If it's a dot command, it doesn't reset the key for which we're
152 key = vp->character;
154 VIP(sp)->lastckey = key;
164 empty: notfound(sp, key);
171 while (++p < endp && *p != key);
173 notfound(sp, key);
226 ARG_CHAR_T key; local
231 * If it's a dot command, it doesn't reset the key for which
235 key
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dcmd-send-keys.c34 "[-t target-pane] key ...",
48 int i, key; local
56 if ((key = key_string_lookup_string(str)) != KEYC_NONE) {
57 window_pane_key(wp, s, key);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_cryptoapi.c159 void des_encrypt(const u8 *clear, const u8 *key, u8 *cypher) argument
169 BYTE key[8]; member in struct:__anon2386
179 /* Add parity bits to the key */
182 tmp = key[i];
183 key_blob.key[i] = (tmp >> i) | next | 1;
186 key_blob.key[i] = next | 1;
242 void * aes_encrypt_init(const u8 *key, size_t len) argument
248 BYTE key[16]; member in struct:__anon2387
260 os_memcpy(key_blob.key, key, le
323 aes_decrypt_init(const u8 *key, size_t len) argument
355 HCRYPTKEY key; member in struct:crypto_hash
358 crypto_hash_init(enum crypto_hash_alg alg, const u8 *key, size_t key_len) argument
366 BYTE key[32]; member in struct:__anon2388
509 HCRYPTKEY key; member in struct:crypto_cipher
513 crypto_cipher_init(enum crypto_cipher_alg alg, const u8 *iv, const u8 *key, size_t key_len) argument
521 BYTE key[32]; member in struct:__anon2389
648 crypto_public_key_import(const u8 *key, size_t len) argument
655 crypto_private_key_import(const u8 *key, size_t len, const char *passwd) argument
707 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
742 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
751 crypto_public_key_free(struct crypto_public_key *key) argument
761 crypto_private_key_free(struct crypto_private_key *key) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Ddelay-slot-1.c32 static void set_le_key_k_type (int version, struct reiserfs_key * key) argument
34 version ? (key->u.k_offset_v1.k_uniqueness = 1)
35 : set_offset_v2_k_type(&(key->u.k_offset_v2));
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Ddelay-slot-1.c32 static void set_le_key_k_type (int version, struct reiserfs_key * key) argument
34 version ? (key->u.k_offset_v1.k_uniqueness = 1)
35 : set_offset_v2_k_type(&(key->u.k_offset_v2));
/netbsd-6-1-5-RELEASE/sys/crypto/camellia/
H A Dcamellia.h37 int bits; /* key-length */
38 uint32_t subkey[CAMELLIA_SUBKEYWORD]; /* encrypt/decrypt key schedule */
60 void camellia_setup128(const unsigned char *key, uint32_t *subkey);
61 void camellia_setup192(const unsigned char *key, uint32_t *subkey);
62 void camellia_setup256(const unsigned char *key, uint32_t *subkey);

Completed in 313 milliseconds

<<11121314151617181920>>