Searched refs:key (Results 401 - 425 of 506) sorted by relevance

<<11121314151617181920>>

/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
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. */
833 // generate shared key
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpptp.c394 struct rt_key key = { local
399 if ((err=ip_route_output_key(&rt, &key))) {
846 struct rt_key key = { local
852 if (ip_route_output_key(&rt, &key)) {
854 if (ip_route_output_key(&init_net, &rt, &key)) {
H A Dppp_mppe_crypto.c210 * Initialize arcfour from a key.
213 arcfour_setkey(arcfour_context *context, const unsigned char *key, argument
223 K[i] = key[i % keylen];
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dx509.h232 X509_PUBKEY *key; member in struct:x509_cinf_st
249 ASN1_OCTET_STRING *keyid; /* key id of private key */
432 ASN1_OCTET_STRING *enc_pkey; /* encrypted pub key */
477 NETSCAPE_SPKAC *spkac; /* signed public key and challenge */
518 /* PKCS#8 private key info structure */
700 #define X509_get_X509_PUBKEY(x) ((x)->cert_info->key)
765 int i2d_PKCS8PrivateKeyInfo_fp(FILE *fp, EVP_PKEY *key);
798 int i2d_PKCS8PrivateKeyInfo_bio(BIO *bp, EVP_PKEY *key);
841 EVP_PKEY * X509_PUBKEY_get(X509_PUBKEY *key);
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/param/
H A Dloadparm.c88 char *key; member in struct:_param_opt_struct
1967 if (strcmp(data->key, param_key) == 0) {
1979 if (strcmp(data->key, param_key) == 0) {
2221 DEBUG(5,("[%s = %s]\n", data->key, data->value));
2222 string_free(&data->key);
2255 string_free(&data->key);
2569 if (strcmp(pdata->key, data->key) == 0) {
2580 paramo->key = strdup(data->key);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsetup.c1607 static void __init winchip_mcr_insert(int reg, u32 base, u32 size, int key) argument
1614 lo |= key; /* Attribute we wish to set */
1676 static int __init winchip_mcr_compute(int nr, int key) argument
1727 winchip_mcr_insert(ct, floor, fspace, key);
1732 winchip_mcr_insert(ct, top, high, key);
1738 winchip_mcr_insert(ct, base, low, key);
1809 * Handle the MCR key on the Winchip 2.
1815 u32 key; local
1819 key = (lo>>17) & 7;
1820 lo |= key<<
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dlinux32.c1463 key_t key; member in struct:ipc_perm32
1473 key_t key; member in struct:ipc64_perm32
1616 err2 = __put_user(s.sem_perm.key, &usp64->sem_perm.key);
1633 err2 = __put_user(s.sem_perm.key, &usp32->sem_perm.key);
1786 err2 = __put_user(m.msg_perm.key, &up64->msg_perm.key);
1808 err2 = __put_user(m.msg_perm.key, &up32->msg_perm.key);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wireless/
H A Dairo.c259 the key at index 0 and index 1.");
491 u8 key[16]; member in struct:__anon2017
887 u8 key[16]; member in struct:__anon2038
905 u8 key[16]; /* 40-bit and 104-bit keys */ member in struct:wep_key_t
2365 /* Grab the initial wep key, we gotta save it for auto_wep */
3596 /* Returns the length of the key at the index. If index == 0xffff
3597 * the index of the transmit key is returned. If the key doesn't exist,
3620 const char *key, u16 keylen, int perm ) {
3626 // We are selecting which key t
3619 set_wep_key(struct airo_info *ai, u16 index, const char *key, u16 keylen, int perm ) argument
3652 char key[16]; local
4595 wep_key_t key; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dnvram.c649 char *key = "cNoEbTaWlOtR!"; local
737 checksum += sernum[i] ^ key[i];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/input/
H A Djoydev.c239 data.buttons |= test_bit(joydev->keypam[i], input->key) ? (1 << i) : 0;
287 event.value = !!test_bit(joydev->keypam[event.number], input->key);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sbus/char/
H A Dsunkbd.c95 /* keyboard key bitmap */
227 #define SUNKBD_UBIT 0x80 /* If set, key went up */
357 * My OmniKey generates e0 4c for the "OMNI" key and the
358 * right alt key does nada. [kkoller@nyx10.cs.du.edu]
390 /* we use this map to determine if a particular key should not be
431 /* Keeps track of the last pressed key */
562 * but now by the fact that the depressed key was down already.
567 * Repeat a key only if the input buffers are empty or the
568 * characters get echoed locally. This makes key repeat usable
638 static void applkey(int key, cha argument
[all...]
/asus-wl-520gu-7.0.1.45/src/include/
H A Dbcmutils.h543 extern bcm_tlv_t *BCMROMFN(bcm_parse_tlvs)(void *buf, int buflen, uint key);
544 extern bcm_tlv_t *BCMROMFN(bcm_parse_ordered_tlvs)(void *buf, int buflen, uint key);
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dobjects.h690 /* PKIX extended key usage OIDs */
717 /* Additional extended key usage OIDs: Microsoft */
1014 const char * OBJ_bsearch(const char *key,const char *base,int num,int size,
1016 const char * OBJ_bsearch_ex(const char *key,const char *base,int num,
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
420 EVP_PKEY *key,
466 X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
H A Dpkcs12.h94 /* MS key usage constants */
118 X509_SIG *shkeybag; /* shrouded key bag */
254 PKCS12_SAFEBAG *PKCS12_add_key(STACK_OF(PKCS12_SAFEBAG) **pbags, EVP_PKEY *key, variable
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dicmp.c471 iph->daddr = rt->key.dst;
472 iph->saddr = rt->key.src;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_rsvp.h27 DPI(="Destination Port ID"): triple (key, mask, offset).
33 "security parameter index"): triple (key, mask, offset).
62 GRE key. Is it not nice? 8)8)
179 !(s->dpi.mask & (*(u32*)(xprt+s->dpi.offset)^s->dpi.key))
189 !(f->spi.mask & (*(u32*)(xprt+f->spi.offset)^f->spi.key))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dirq.h60 __u32 key : 4; /* subchannel key */ member in struct:__anon10634
211 __u32 key : 4; /* flags, like key, suspend control, etc. */ member in struct:__anon10637
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dirq.h60 __u32 key : 4; /* subchannel key */ member in struct:__anon10729
211 __u32 key : 4; /* flags, like key, suspend control, etc. */ member in struct:__anon10732
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dirq.h60 __u32 key : 4; /* subchannel key */ member in struct:__anon6218
211 __u32 key : 4; /* flags, like key, suspend control, etc. */ member in struct:__anon6221
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dirq.h60 __u32 key : 4; /* subchannel key */ member in struct:__anon6313
211 __u32 key : 4; /* flags, like key, suspend control, etc. */ member in struct:__anon6316
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dawe_voice.h42 short key; /* use AWE_PATCH here */ member in struct:awe_patch_info
114 short modkeyhold, modkeydecay; /* envelope change per key (not used) */
119 short volkeyhold, volkeydecay; /* envelope change per key (not used) */
138 short modkeyhold, modkeydecay; /* envelope change per key (not used) */
143 short volkeyhold, volkeydecay; /* envelope change per key (not used) */
174 short root; /* midi root key */
176 signed char low, high; /* key note range */
178 signed char fixkey, fixvel; /* fixed key, velocity */
274 int map_bank, map_instr, map_key; /* key = -1 means all keys */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dawe_voice.h42 short key; /* use AWE_PATCH here */ member in struct:awe_patch_info
114 short modkeyhold, modkeydecay; /* envelope change per key (not used) */
119 short volkeyhold, volkeydecay; /* envelope change per key (not used) */
138 short modkeyhold, modkeydecay; /* envelope change per key (not used) */
143 short volkeyhold, volkeydecay; /* envelope change per key (not used) */
174 short root; /* midi root key */
176 signed char low, high; /* key note range */
178 signed char fixkey, fixvel; /* fixed key, velocity */
274 int map_bank, map_instr, map_key; /* key = -1 means all keys */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dloop.c52 char *in, *out, *key; local
63 key = lo->lo_encrypt_key;
66 *out++ = *in++ ^ key[(i & 511) % keysize];
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_debug.c152 static void mk_sense_buffer(struct sdebug_dev_info * devip, int key,
856 static void mk_sense_buffer(struct sdebug_dev_info * devip, int key, argument
866 sbuff[2] = key;

Completed in 207 milliseconds

<<11121314151617181920>>