Searched refs:key (Results 51 - 75 of 1971) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dresidue_entropy32 my$key="";
39 $key.=":$num";
42 if(!defined($hash{$key})){
44 $hash{$key}=1;
53 foreach $key (keys %hash){
54 print "\t$key\n";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Daes.h87 AES_KEY *key);
89 AES_KEY *key);
92 const AES_KEY *key);
94 const AES_KEY *key);
97 const AES_KEY *key, const int enc);
99 const unsigned long length, const AES_KEY *key,
102 const unsigned long length, const AES_KEY *key,
105 const unsigned long length, const AES_KEY *key,
108 const unsigned long length, const AES_KEY *key,
111 const int nbits,const AES_KEY *key,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/aes/
H A Daes.h87 AES_KEY *key);
89 AES_KEY *key);
92 const AES_KEY *key);
94 const AES_KEY *key);
97 const AES_KEY *key, const int enc);
99 const unsigned long length, const AES_KEY *key,
102 const unsigned long length, const AES_KEY *key,
105 const unsigned long length, const AES_KEY *key,
108 const unsigned long length, const AES_KEY *key,
111 const int nbits,const AES_KEY *key,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/libunarchive/
H A Dfilter_accept_reject_list.c16 const char *key = archive_handle->file_header->name; local
17 const llist_t *reject_entry = find_list_entry2(archive_handle->reject, key);
20 /* If the key is in a reject list fail */
24 accept_entry = find_list_entry2(archive_handle->accept, key);
26 /* Fail if an accept list was specified and the key wasnt in there */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rsa/
H A Drsa_test.c21 key->n = BN_bin2bn(n, sizeof(n)-1, key->n); \
22 key->e = BN_bin2bn(e, sizeof(e)-1, key->e); \
23 key->d = BN_bin2bn(d, sizeof(d)-1, key->d); \
24 key->p = BN_bin2bn(p, sizeof(p)-1, key->p); \
25 key->q = BN_bin2bn(q, sizeof(q)-1, key
32 key1(RSA *key, unsigned char *c) argument
81 key2(RSA *key, unsigned char *c) argument
126 key3(RSA *key, unsigned char *c) argument
213 RSA *key; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Drsa_test.c21 key->n = BN_bin2bn(n, sizeof(n)-1, key->n); \
22 key->e = BN_bin2bn(e, sizeof(e)-1, key->e); \
23 key->d = BN_bin2bn(d, sizeof(d)-1, key->d); \
24 key->p = BN_bin2bn(p, sizeof(p)-1, key->p); \
25 key->q = BN_bin2bn(q, sizeof(q)-1, key
32 key1(RSA *key, unsigned char *c) argument
81 key2(RSA *key, unsigned char *c) argument
126 key3(RSA *key, unsigned char *c) argument
213 RSA *key; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dnamecache.c85 * Generates a key for netbios name lookups on basis of
87 * The caller must free returned key string when finished.
119 char *key, *value_string; local
140 key = namecache_key(name, name_type);
149 SAFE_FREE(key);
155 ret = gencache_set(key, value_string, expiry);
156 SAFE_FREE(key);
178 char *key, *value; local
190 * Use gencache interface - lookup the key
192 key
222 flush_netbios_name(const char* key, const char *value, time_t timeout, void* dptr) argument
268 char *key; local
296 char *key = NULL; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Dstdb.c69 datum key, data; local
82 key.dptr = k;
83 key.dsize = strlen(k);
85 data = gdbm_fetch(gdbm_file, key);
88 data = dbm_fetch(dbm_file, key);
98 key.dptr = k;
99 key.dsize = strlen(k);
101 data = gdbm_fetch(gdbm_file, key);
104 data = dbm_fetch(dbm_file, key);
112 key
171 datum key; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dquerier.h29 /** Add querier for the specified key to the specified interface */
30 void avahi_querier_add(AvahiInterface *i, AvahiKey *key, struct timeval *ret_ctime);
32 /** Remove a querier for the specified key from the specified interface */
33 void avahi_querier_remove(AvahiInterface *i, AvahiKey *key);
35 /** Add a querier for the specified key on all interfaces that mach */
36 void avahi_querier_add_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key, struct timeval *ret_ctime);
38 /** Remove a querier for the specified key on all interfaces that mach */
39 void avahi_querier_remove_for_all(AvahiServer *s, AvahiIfIndex idx, AvahiProtocol protocol, AvahiKey *key);
47 /** Return 1 if there is a querier for the specified key on the specified interface */
48 int avahi_querier_shall_refresh_cache(AvahiInterface *i, AvahiKey *key);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dmm_hash.h19 char *key; member in struct:_MM_Bucket
35 void *mm_hash_find(MM_Hash *table, const void *key, int length);
36 void mm_hash_add(MM_Hash *table, char *key, int length, void *data);
37 void mm_hash_delete(MM_Hash *table, char *key, int length);
38 void mm_hash_update(MM_Hash *table, char *key, int length, void *data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Ddbm.tcl9 # TEST dictionary. Insert each with self as key and data; retrieve each.
34 # Here is the loop where we put and get each key/data pair
51 # Now we will get each key from the DB and compare the results
55 for { set key [berkdb firstkey] } { $key != -1 } {\
56 set key [berkdb nextkey $key] } {
57 puts $oid $key
58 set d [berkdb fetch $key]
59 error_check_good dbm_refetch $d $key
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dvector.h21 int vector_insert(VECTOR *v, int key, PPTP_CALL * call);
22 int vector_remove(VECTOR *v, int key);
23 int vector_search(VECTOR *v, int key, PPTP_CALL ** call);
25 int vector_contains(VECTOR *v, int key);
26 /* find first unused key. Returns TRUE on success, FALSE if no. */
27 int vector_scan(VECTOR *v, int lo, int hi, int *key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dvector.h21 int vector_insert(VECTOR *v, int key, PPTP_CALL * call);
22 int vector_remove(VECTOR *v, int key);
23 int vector_search(VECTOR *v, int key, PPTP_CALL ** call);
25 int vector_contains(VECTOR *v, int key);
26 /* find first unused key. Returns TRUE on success, FALSE if no. */
27 int vector_scan(VECTOR *v, int lo, int hi, int *key);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/
H A Dcasts.cpp39 CAST_KEY key; local
45 CAST_set_key(&key, 16,d);
51 CAST_encrypt(&data[0],&key);
53 CAST_encrypt(&data[0],&key);
54 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
59 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
61 CAST_encrypt(&data[0],&key);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rc5/
H A Drc5s.cpp39 RC5_32_KEY key; local
45 RC5_32_set_key(&key, 16,d,12);
51 RC5_32_encrypt(&data[0],&key);
53 RC5_32_encrypt(&data[0],&key);
54 RC5_32_encrypt(&data[0],&key);
55 RC5_32_encrypt(&data[0],&key);
58 RC5_32_encrypt(&data[0],&key);
59 RC5_32_encrypt(&data[0],&key);
60 RC5_32_encrypt(&data[0],&key);
61 RC5_32_encrypt(&data[0],&key);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rc5/
H A Drc5s.cpp39 RC5_32_KEY key; local
45 RC5_32_set_key(&key, 16,d,12);
51 RC5_32_encrypt(&data[0],&key);
53 RC5_32_encrypt(&data[0],&key);
54 RC5_32_encrypt(&data[0],&key);
55 RC5_32_encrypt(&data[0],&key);
58 RC5_32_encrypt(&data[0],&key);
59 RC5_32_encrypt(&data[0],&key);
60 RC5_32_encrypt(&data[0],&key);
61 RC5_32_encrypt(&data[0],&key);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcamellia.h91 CAMELLIA_KEY *key);
94 const CAMELLIA_KEY *key);
96 const CAMELLIA_KEY *key);
99 const CAMELLIA_KEY *key, const int enc);
101 const unsigned long length, const CAMELLIA_KEY *key,
104 const unsigned long length, const CAMELLIA_KEY *key,
107 const unsigned long length, const CAMELLIA_KEY *key,
110 const unsigned long length, const CAMELLIA_KEY *key,
113 const int nbits,const CAMELLIA_KEY *key,
116 const unsigned long length, const CAMELLIA_KEY *key,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/
H A Dcasts.cpp39 CAST_KEY key; local
45 CAST_set_key(&key, 16,d);
51 CAST_encrypt(&data[0],&key);
53 CAST_encrypt(&data[0],&key);
54 CAST_encrypt(&data[0],&key);
55 CAST_encrypt(&data[0],&key);
58 CAST_encrypt(&data[0],&key);
59 CAST_encrypt(&data[0],&key);
60 CAST_encrypt(&data[0],&key);
61 CAST_encrypt(&data[0],&key);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dmsgbox.c31 int i, x, y, key = 0; local
61 while (key != ESC && key != '\n' && key != ' ' &&
62 key != 'O' && key != 'o' && key != 'X' && key != 'x')
63 key = wgetch(dialog);
65 key
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dmsgbox.c32 int i, x, y, key = 0; local
75 while (key != ESC && key != '\n' && key != ' ' &&
76 key != 'O' && key != 'o' && key != 'X' && key != 'x')
77 key = wgetch (dialog);
79 key
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/keys/
H A Duser_defined.c1 /* user_defined.c: user defined key type
40 * instantiate a user defined key
42 int user_instantiate(struct key *key, const void *data, size_t datalen) argument
51 ret = key_payload_reserve(key, datalen);
63 rcu_assign_pointer(key->payload.data, upayload);
75 * dispose of the old data from an updated user defined key
89 * update a user defined key
90 * - the key's semaphore is write-locked
92 int user_update(struct key *ke argument
135 user_match(const struct key *key, const void *description) argument
148 user_revoke(struct key *key) argument
168 user_destroy(struct key *key) argument
182 user_describe(const struct key *key, struct seq_file *m) argument
197 user_read(const struct key *key, char __user *buffer, size_t buflen) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dstf.py80 for key in sample_dict.keys():
81 # Check existing key and type
82 if not real_dict.has_key(key):
83 raise ValueError, "dict does not contain key '%s'" % key
84 if type(sample_dict[key]) != type(real_dict[key]):
85 raise ValueError, "dict has differing types (%s vs %s) for key " \
86 "'%s'" % (type(sample_dict[key]), type(real_dict[key]), ke
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Daes.h87 AES_KEY *key);
89 AES_KEY *key);
92 const AES_KEY *key);
94 const AES_KEY *key);
97 const AES_KEY *key, const int enc);
99 const unsigned long length, const AES_KEY *key,
102 const unsigned long length, const AES_KEY *key,
105 const unsigned long length, const AES_KEY *key,
108 const unsigned long length, const AES_KEY *key,
111 const int nbits,const AES_KEY *key,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/
H A Daes.h87 AES_KEY *key);
89 AES_KEY *key);
92 const AES_KEY *key);
94 const AES_KEY *key);
97 const AES_KEY *key, const int enc);
99 const unsigned long length, const AES_KEY *key,
102 const unsigned long length, const AES_KEY *key,
105 const unsigned long length, const AES_KEY *key,
108 const unsigned long length, const AES_KEY *key,
111 const int nbits,const AES_KEY *key,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dhash.c72 retrieved by providing the key. Fast lookup tables are typically
78 hash_table_put -- establishes or updates key->value mapping.
79 hash_table_get -- retrieves value of key.
80 hash_table_get_pair -- get key/value pair for key.
81 hash_table_contains -- test whether the table contains key.
82 hash_table_remove -- remove key->value mapping for given key.
100 "hash" and "test". The hash function transforms the key into an
116 The above means that all the cells (each cell containing a key an
149 void *key; member in struct:cell
320 find_cell(const struct hash_table *ht, const void *key) argument
341 hash_table_get(const struct hash_table *ht, const void *key) argument
373 hash_table_contains(const struct hash_table *ht, const void *key) argument
426 hash_table_put(struct hash_table *ht, const void *key, void *value) argument
455 hash_table_remove(struct hash_table *ht, const void *key) argument
530 void *key; local
642 hash_string(const void *key) argument
680 hash_string_nocase(const void *key) argument
720 uintptr_t key = (uintptr_t) ptr; local
[all...]

Completed in 147 milliseconds

1234567891011>>