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

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/input/
H A Dinput.c78 if (code > KEY_MAX || !test_bit(code, dev->keybit) || !!test_bit(code, dev->key) == value)
83 change_bit(code, dev->key);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/pcmcia/
H A Dnetwave_cs.c186 /* Scramble key, range from 0x0 to 0xffff.
720 /* Get scramble key */
723 char key[2]; local
724 key[1] = scramble_key & 0xff;
725 key[0] = (scramble_key>>8) & 0xff;
728 if(copy_to_user(wrq->u.encoding.pointer, key, 2))
733 /* Set scramble key */
736 char key[2]; local
737 if(copy_from_user(key, wrq->u.encoding.pointer, 2))
742 scramble_key = (key[
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/kernel/
H A Dtime.c288 * and a 3-bit key value. The effect of writing to the R_WATCHDOG register is
292 * state: To enable: To key: Operation:
295 * stopped 1 key_val Start watchdog with key = key_val.
296 * started 0 ~key Stop watchdog
297 * started 1 ~key Restart watchdog with key = ~key.
298 * started X new_key_val Change key to new_key_val.
323 /* reset the watchdog with the inverse of the old key */
324 watchdog_key ^= 0x7; /* invert key, whic
[all...]
/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/glib/
H A Dgtypes.h85 typedef guint (*GHashFunc) (gconstpointer key);
86 typedef void (*GHFunc) (gpointer key,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dpopthelp.c12 struct poptOption * key,
14 if (key->shortName== '?')
10 displayArgs(poptContext con, enum poptCallbackReason foo, struct poptOption * key, const char * arg, void * data) argument
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Dmangle_hash2.c122 static u32 mangle_hash(const char *key, unsigned length) argument
132 strncpy(str, key, length);
139 /* Set the initial value from the key size. */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dfd_mcs.c1093 unsigned char key; local
1097 key = (unsigned char)(*((char *)current_SC->request_buffer + 2))
1103 if (key != UNIT_ATTENTION
1104 && !(key == NOT_READY
1107 && !(key == ILLEGAL_REQUEST && (code == 0x25
1113 key, code, qualifier );
H A Dfdomain.c1580 unsigned char key; local
1584 key = (unsigned char)(*((char *)current_SC->request_buffer + 2))
1590 if (key != UNIT_ATTENTION
1591 && !(key == NOT_READY
1594 && !(key == ILLEGAL_REQUEST && (code == 0x25
1600 key, code, qualifier );
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsmbldap.c159 const char* get_attr_key2string( ATTRIB_MAP_ENTRY table[], int key )
164 if ( table[i].attrib == key )
226 char *key = NULL; local
231 if (asprintf(&key, "%s/%s", SECRETS_LDAP_BIND_PW, *dn) < 0) {
236 *pw=secrets_fetch(key, &size);
237 SAFE_FREE(key);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dfile_hdr.c169 length = entry->key.CName.Len;
456 p = entry->key.CName.Name;
457 limit = entry->key.CName.Len;
521 entry->key.CName.Name,
522 entry->key.CName.Len)) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dsoundcard.h202 unsigned short key; /* Use WAVE_PATCH here */ member in struct:patch_info
291 short key; /* Use SYSEX_PATCH or MAUI_PATCH here */ member in struct:sysex_info
444 * Set the key field of the structure to FM_PATCH. The device field is used to
447 * For wave table use struct patch_info. Initialize the key field
460 unsigned short key; /* FM_PATCH or OPL3_PATCH */ member in struct:sbi_instrument
1251 #define SEQ_ECHO_BACK(key) _TIMER_EVENT(TMR_ECHO, key)
H A Dvideodev.h227 __u8 key[8]; member in struct:video_key
307 #define VIDIOCKEY _IOR('v',13, struct video_key) /* Video key event - to dev 255 is to all - cuts capture on all DMA windows with this key (0xFFFFFFFF == all) */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dsoundcard.h202 unsigned short key; /* Use WAVE_PATCH here */ member in struct:patch_info
291 short key; /* Use SYSEX_PATCH or MAUI_PATCH here */ member in struct:sysex_info
444 * Set the key field of the structure to FM_PATCH. The device field is used to
447 * For wave table use struct patch_info. Initialize the key field
460 unsigned short key; /* FM_PATCH or OPL3_PATCH */ member in struct:sbi_instrument
1251 #define SEQ_ECHO_BACK(key) _TIMER_EVENT(TMR_ECHO, key)
H A Dvideodev.h227 __u8 key[8]; member in struct:video_key
307 #define VIDIOCKEY _IOR('v',13, struct video_key) /* Video key event - to dev 255 is to all - cuts capture on all DMA windows with this key (0xFFFFFFFF == all) */
/asus-wl-520gu-7.0.1.45/src/router/shared/
H A Dbroadcom.c63 static char * encrypt_var(char *varname, char *ctext, int ctext_len, char *ptext, int *ptext_len,char *key, int keylen);
64 static char * decrypt_var(char *varname, char *ptext, int ptext_len, char *ctext, int *ctext_len,char *key, int keylen);
3768 char *key = websGetVar(wp, "wl_wpa_psk", ""); local
3769 if (!key || !strcmp(key, "")) {
4675 e.key = vblock[count].name;
4712 e.key = varname;
4752 e.key = tmp;
4779 e.key = tmp;
4794 e.key
5899 char key[NVRAM_FILEKEYSIZE]; local
6256 save_nvram_var(char *name, char *var_val,char *buf, int buflen,char *key, int keylen) argument
6323 char key[NVRAM_FILEKEYSIZE]; local
6496 decrypt_var(char *varname,char *ctext, int ctext_len, char *ptext, int *ptext_len,char *key, int keylen) argument
6542 encrypt_var(char *varname,char *ptext, int ptext_len, char *ctext, int *ctext_len,char *key, int keylen) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Docsp.h95 * issuerKeyHash OCTET STRING, -- Hash of Issuers public key (excluding the tag & length fields)
209 /* KeyHash ::= OCTET STRING --SHA-1 hash of responder's public key
427 EVP_PKEY *key,
473 X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_spoolss_nt.c2231 const char *key, const char *value, uint32 *type, uint8 **data,
2237 if ( !(val = get_printer_data( printer->info_2, key, value)) )
2275 static WERROR delete_printer_dataex( NT_PRINTER_INFO_LEVEL *printer, const char *key, const char *value ) argument
2277 return delete_printer_data( printer->info_2, key, value );
2284 static WERROR set_printer_dataex( NT_PRINTER_INFO_LEVEL *printer, const char *key, const char *value, argument
2287 delete_printer_data( printer->info_2, key, value );
2289 return add_printer_data( printer->info_2, key, value, type, data, real_len );
6121 * DsSpooler key.
7935 * When client side code sets a magic printer data key, detect it and save
7936 * the current printer data and the magic key'
2230 get_printer_dataex( TALLOC_CTX *ctx, NT_PRINTER_INFO_LEVEL *printer, const char *key, const char *value, uint32 *type, uint8 **data, uint32 *needed, uint32 in_size ) argument
8861 UNISTR2 *key = &q_u->keyname; local
8908 fstring key; local
8981 fstring key; local
9038 fstring key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/man/
H A DMakefile67 SSL_CA_KEY=${sysconfdir}/lpd/ssl.ca/ca.key
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dvtoc.h71 char volkey[4]; /* volume key = volume label */
133 __u8 DS1KEYL; /* key length */
134 __u16 DS1RKP; /* relative key position */
150 char DS4KEYCD[44]; /* key code for VTOC labels: 44 times 0x04 */
188 char DS5KEYID[4]; /* key identifier */
206 char DS7KEYID[4]; /* key identifier */
266 char *key);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dvtoc.h71 char volkey[4]; /* volume key = volume label */
133 __u8 DS1KEYL; /* key length */
134 __u16 DS1RKP; /* relative key position */
150 char DS4KEYCD[44]; /* key code for VTOC labels: 44 times 0x04 */
188 char DS5KEYID[4]; /* key identifier */
206 char DS7KEYID[4]; /* key identifier */
266 char *key);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dvtoc.h71 char volkey[4]; /* volume key = volume label */
133 __u8 DS1KEYL; /* key length */
134 __u16 DS1RKP; /* relative key position */
150 char DS4KEYCD[44]; /* key code for VTOC labels: 44 times 0x04 */
188 char DS5KEYID[4]; /* key identifier */
206 char DS7KEYID[4]; /* key identifier */
266 char *key);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dvtoc.h71 char volkey[4]; /* volume key = volume label */
133 __u8 DS1KEYL; /* key length */
134 __u16 DS1RKP; /* relative key position */
150 char DS4KEYCD[44]; /* key code for VTOC labels: 44 times 0x04 */
188 char DS5KEYID[4]; /* key identifier */
206 char DS7KEYID[4]; /* key identifier */
266 char *key);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlpr.c986 for( keys = Lpr_parms; keys->key; ++keys ){
987 DEBUG2("Make_job: key '%s', maxlen %d, use '%s'",
988 keys->keyword?*keys->keyword:0,keys->maxlen,keys->key);
1006 if( n ) Set_decimal_value(&job->info,keys->key,n);
1010 if( s ) Set_str_value(&job->info,keys->key,s);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jfs/
H A Dnamei.c1371 struct component_name key; local
1385 get_UCSname(&key, dentry, JFS_SBI(dip->i_sb)->nls_tab)))
1387 rc = dtSearch(dip, &key, &inum, &btstack, JFS_LOOKUP);
1388 free_UCSname(&key);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dbtnsetup.c192 void Encrypt(int klen, unsigned char *key, unsigned char *ptext, int tlen, unsigned char *ctext) argument
203 aes_encrypt(klen, key, pptr, cptr);
211 void Decrypt(int klen, unsigned char *key, unsigned char *ptext, int tlen, unsigned char *ctext) argument
222 aes_decrypt(klen, key, pptr, cptr);
448 nvram_set("wl_wpa_psk","");/* Cherry Cho added for removing temporary key used by WSC in 2007/3/8. */
473 nvram_set("wl_wpa_psk","");/* Cherry Cho added for removing temporary key used by WSC in 2007/3/8. */
842 // generate shared key

Completed in 213 milliseconds

<<11121314151617181920>>