Searched refs:uchar (Results 1 - 25 of 98) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dhmacmd5.h27 uchar k_ipad[65];
28 uchar k_opad[65];
H A Dasn_1.h63 #define TOK_ID_KRB_AP_REQ (uchar*)"\x01\x00"
64 #define TOK_ID_KRB_AP_REP (uchar*)"\x02\x00"
65 #define TOK_ID_KRB_ERROR (uchar*)"\x03\x00"
66 #define TOK_ID_GSS_GETMIC (uchar*)"\x01\x01"
67 #define TOK_ID_GSS_WRAP (uchar*)"\x02\x01"
H A Drpc_creds.h78 uchar usr_sess_key[16];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dflashutl.h27 int sysFlashRead(uint off, uchar *dst, uint bytes);
28 int sysFlashWrite(uint off, uchar *src, uint bytes);
H A Dsflash.h37 uint offset, uint len, uchar *buf);
39 uint offset, uint len, const uchar *buf);
42 uint offset, uint len, const uchar *buf);
H A Dnflash.h184 uint offset, uint len, uchar *buf);
186 uint offset, uint len, const uchar *buf);
191 extern int nflash_readoob(si_t *sih, chipcregs_t *cc, uint offset, uint len, uchar *buf);
192 extern int nflash_writeoob(si_t *sih, chipcregs_t *cc, uint offset, uint len, uchar *buf);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/gadget/
H A Dusbstring.c27 u16 uchar; local
38 uchar = (c & 0x1f) << 6;
44 uchar |= c;
49 uchar = (c & 0x0f) << 12;
55 uchar |= c << 6;
61 uchar |= c;
64 if (0xd800 <= uchar && uchar <= 0xdfff)
75 uchar = c;
76 put_unaligned (cpu_to_le16 (uchar), c
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dsmbencrypt.c35 BOOL SMBencrypt(const char *passwd, const uchar *c8, uchar p24[24])
38 uchar p21[21];
61 void E_md4hash(const char *passwd, uchar p16[16])
82 void E_md5hash(const uchar salt[16], const uchar nthash[16], uchar hash_out[16])
85 uchar array[32];
103 BOOL E_deshash(const char *passwd, uchar p16[16])
133 void nt_lm_owf_gen(const char *pwd, uchar nt_p1
[all...]
H A Dsmbdes.c49 #define uchar unsigned char macro
51 static const uchar perm1[56] = {57, 49, 41, 33, 25, 17, 9,
60 static const uchar perm2[48] = {14, 17, 11, 24, 1, 5,
69 static const uchar perm3[64] = {58, 50, 42, 34, 26, 18, 10, 2,
78 static const uchar perm4[48] = { 32, 1, 2, 3, 4, 5,
87 static const uchar perm5[32] = { 16, 7, 20, 21,
97 static const uchar perm6[64] ={ 40, 8, 48, 16, 56, 24, 64, 32,
107 static const uchar sc[16] = {1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 1};
109 static const uchar sbox[8][4][16] = {
150 static void permute(char *out, const char *in, const uchar *
[all...]
H A Dcredentials.c26 char *credstr(const uchar *cred)
44 void cred_session_key(const DOM_CHAL *clnt_chal, const DOM_CHAL *srv_chal, const uchar *pass,
45 uchar session_key[8])
79 void cred_create(uchar session_key[8], DOM_CHAL *stor_cred, UTIME timestamp,
113 int cred_assert(DOM_CHAL *cred, uchar session_key[8], DOM_CHAL *stored_cred,
142 BOOL clnt_deal_with_creds(uchar sess_key[8],
175 BOOL deal_with_creds(uchar sess_key[8],
H A Dntlm_check.c34 const uchar *part_passwd,
39 uchar p24[24];
85 const uchar *part_passwd,
92 uchar kr[16];
93 uchar value_from_encryption[16];
94 uchar client_response[16];
257 uchar dospwd[14];
258 uchar p16[16];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ddgrs_bcomm.h45 S4(uchar *, bc_ramstart)
46 S4(uchar *, bc_ramend)
47 S4(uchar *, bc_heapstart) /* Start of heap (end of loaded memory) */
48 S4(uchar *, bc_heapend) /* End of heap */
80 S4(uchar *, bc_port) /* pointer to Port[] structures */
83 S4(uchar *, bc_hash) /* Pointer to hash table */
87 S1A(uchar, bc_ipaddr, 4) /* IP address for SNMP */
88 S1A(uchar, bc_ipxnet, 4) /* IPX net address for SNMP */
92 S4(uchar *, bc_dmaaddr) /* Physical addr of host DMA buf for diags */
103 S4(uchar *, bc_hostare
[all...]
H A Ddgrs_i82596.h54 uchar *buf;
99 uchar *buf; /* Data buffer */
109 uchar chan;
110 uchar refcnt;
216 uchar addr[6];
227 uchar conf[14];
292 uchar addr[6][1];
329 uchar *buf;
H A Ddgrs_ether.h5 typedef int (FILTER_FUNC)(uchar *pktp, int pktlen, ulong *scratch, int port);
19 uchar ethaddr[6]; /* Ethernet address of this port */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dhmacmd5.c31 void hmac_md5_init_rfc2104(uchar* key, int key_len, HMACMD5Context *ctx)
38 uchar tk[16];
69 void hmac_md5_init_limK_to_64(const uchar* key, int key_len,
99 void hmac_md5_update(const uchar* text, int text_len, HMACMD5Context *ctx)
107 void hmac_md5_final(uchar *digest, HMACMD5Context *ctx)
124 void hmac_md5( uchar key[16], uchar* data, int data_len, uchar* digest)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.h42 #define uchar unsigned char macro
218 uchar reg_value;
230 uchar clock_freq;
231 uchar chip; /* what kind of wd33c93? */
232 uchar microcode; /* microcode rev */
233 uchar dma_buffer_pool; /* FEF: buffer from chip_ram? */
238 uchar *dma_bounce_buffer;
240 volatile uchar busy[8]; /* index = target, bit = lun */
245 uchar state; /* what we are currently doing */
246 uchar dm
[all...]
H A Din2000.h50 #define uchar unsigned char macro
274 uchar reg_value;
280 uchar chip; /* what kind of wd33c93 chip? */
281 uchar microcode; /* microcode rev if 'B' */
285 volatile uchar busy[8]; /* index = target, bit = lun */
290 uchar state; /* what we are currently doing */
291 uchar fifo; /* what the FIFO is up to */
292 uchar level2; /* extent to which Level-2 commands are used */
293 uchar disconnect; /* disconnect/reselect policy */
295 uchar incoming_ms
[all...]
H A Dadvansys.c121 typedef unsigned char uchar; typedef
226 #define ASC_SCSI_TIX_TYPE uchar
228 #define ASC_SCSI_BIT_ID_TYPE uchar
255 #define ASC_SRB_HOST(x) ((uchar)((uchar)(x) >> 4))
256 #define ASC_SRB_TID(x) ((uchar)((uchar)(x) & (uchar)0x0F))
257 #define ASC_SRB_LUN(x) ((uchar)((uint)(x) >> 13))
258 #define PUT_CDB1(x) ((uchar)((uin
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dunzcrash.c37 typedef unsigned char uchar; typedef
40 uchar inbuf[M_BLOCK];
41 uchar outbuf[M_BLOCK_OUT];
42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
68 uchar mask = 1 << bitno;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c54 uchar password_encrypted_with_lm_hash[516],
55 const uchar old_lm_hash_encrypted[16],
56 uchar password_encrypted_with_nt_hash[516],
57 const uchar old_nt_hash_encrypted[16],
568 BOOL check_lanman_password(char *user, uchar * pass1,
569 uchar * pass2, SAM_ACCOUNT **hnd)
571 uchar unenc_new_pw[16];
572 uchar unenc_old_pw[16];
635 BOOL change_lanman_password(SAM_ACCOUNT *sampass, uchar *pass2)
637 static uchar null_p
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dsmbdes.c49 #define uchar unsigned char macro
51 static uchar perm1[56] = { 57, 49, 41, 33, 25, 17, 9,
61 static uchar perm2[48] = { 14, 17, 11, 24, 1, 5,
71 static uchar perm3[64] = { 58, 50, 42, 34, 26, 18, 10, 2,
81 static uchar perm4[48] = { 32, 1, 2, 3, 4, 5,
91 static uchar perm5[32] = { 16, 7, 20, 21,
101 static uchar perm6[64] = { 40, 8, 48, 16, 56, 24, 64, 32,
111 static uchar sc[16] = { 1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 1 };
113 static uchar sbox[8][4][16] = {
156 permute(char *out, char *in, uchar *
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/aparser/
H A Dutil.c49 void print_asc(int level, uchar const *buf, int len)
60 uchar const *buf = (uchar const *)buf1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/smb/
H A Dsmb_pass.c50 BOOL E_deshash(const char *passwd, uchar p16[16])
98 void E_md4hash(const char *passwd, uchar p16[16])
124 uchar new_lanman_p16[LM_HASH_LEN];
125 uchar new_nt_p16[NT_HASH_LEN];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dsmb_pass.c50 BOOL E_deshash(const char *passwd, uchar p16[16])
98 void E_md4hash(const char *passwd, uchar p16[16])
124 uchar new_lanman_p16[LM_HASH_LEN];
125 uchar new_nt_p16[NT_HASH_LEN];
H A Dntlm_auth_diagnostics.c57 uchar lm_key[8];
58 uchar user_session_key[16];
59 uchar lm_hash[16];
60 uchar nt_hash[16];
179 uchar lm_key[8];
180 uchar lm_hash[16];
181 uchar user_session_key[16];
322 uchar user_session_key[16];
449 uchar user_session_key[16];
450 uchar lm_ke
[all...]

Completed in 290 milliseconds

1234