Searched refs:uchar (Results 26 - 50 of 98) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dntlmssp_sign.c106 const uchar *data, size_t length,
112 uchar seq_num[4];
113 uchar digest[16];
151 const uchar *data, size_t length,
174 const uchar *data, size_t length,
222 uchar *data, size_t length,
235 uchar digest[16];
289 uchar *data, size_t length,
H A Dntlmssp.c105 static uchar chal[8];
503 uchar session_nonce[16];
504 uchar session_nonce_hash[16];
946 static const uchar zeros[16];
976 uchar nt_hash[16];
977 uchar session_nonce[16];
978 uchar session_nonce_hash[16];
979 uchar user_session_key[16];
1011 uchar lm_hash[16];
1012 uchar nt_has
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_prs.c1347 SamOEMhash((uchar *) q, sess_key, len);
1365 uchar digest_final[16])
1367 uchar whole_packet_digest[16];
1368 static uchar zeros[4];
1395 uchar sealing_key[16])
1397 static uchar zeros[4];
1398 uchar digest2[16];
1399 uchar sess_kf0[16];
1424 static uchar zeros[4];
1425 uchar sequence_ke
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dcfe_osl.h205 uchar *head; /* start of buffer */
206 uchar *end; /* end of buffer */
207 uchar *data; /* start of data */
208 uchar *tail; /* end of data */
210 uchar pkttag[OSL_PKTTAG_SZ]; /* pkttag area */
246 extern uchar *osl_pktpush(struct lbuf *lb, uint bytes);
247 extern uchar *osl_pktpull(struct lbuf *lb, uint bytes);
H A Dhndpci.h34 uint8 req_cap_id, uchar *buf, uint32 *buflen);
H A Detioctl.h88 uchar buf[1514]; /* starting ether frame data */
H A Dnicpci.h59 uchar *buf, uint32 *buflen);
H A Dbcmutils.h283 extern uint pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf);
284 extern uint pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf);
390 extern int bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len);
664 extern void prhex(const char *msg, uchar *buf, uint len);
696 extern void bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount);
697 extern int bcm_cmp_bytes(uchar *arg1, uchar *arg2, uint8 nbytes);
698 extern void bcm_print_bytes(char *name, const uchar *cdata, int len);
H A Dtypedefs.h270 /* define uchar, ushort, uint, ulong */
273 typedef unsigned char uchar; typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dcfe_osl.c53 uchar *buf;
107 uchar *
118 uchar *
H A Dload.c45 static uchar *inbuf; /* input buffer */
51 static uchar *outbuf; /* output buffer */
106 static uchar *window; /* Sliding window buffer */
249 uchar *copy_buf, *nand_ptr;
290 outbuf = (uchar *)LOADADDR;
H A Dsflash.c231 sflash_read(si_t *sih, chipcregs_t *cc, uint offset, uint len, uchar *buf)
325 sflash_write(si_t *sih, chipcregs_t *cc, uint offset, uint length, const uchar *buffer)
530 sflash_commit(si_t *sih, chipcregs_t *cc, uint offset, uint len, const uchar *buf)
533 uchar *block = NULL, *cur_ptr, *blk_ptr;
608 (uchar *) cur_ptr)) < 0) {
H A Dflashutl.c514 sysFlashWrite(off, (uchar*)data, len);
560 sysFlashWrite(uint off, uchar *src, uint numbytes)
583 sysFlashRead(uint off, uchar *buf, uint numbytes)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/python/
H A Dpy_winbind.c438 SMBencrypt((uchar *)password, request.data.auth_crap.chal,
439 (uchar *)request.data.auth_crap.lm_resp);
444 SMBNTencrypt((uchar *)password, request.data.auth_crap.chal,
445 (uchar *)request.data.auth_crap.nt_resp);
487 SMBencrypt((uchar *)password,
489 (uchar *)request.data.smbd_auth_crap.lm_resp);
494 SMBNTencrypt((uchar *)password,
496 (uchar *)request.data.smbd_auth_crap.nt_resp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dwd33c93.c173 static inline uchar
174 read_wd33c93(const wd33c93_regs regs, uchar reg_num)
176 uchar data;
195 static inline uchar
202 write_wd33c93(const wd33c93_regs regs, uchar reg_num, uchar value)
221 write_wd33c93_cdb(const wd33c93_regs regs, uint len, uchar cmnd[])
231 static inline uchar
232 read_wd33c93(const wd33c93_regs regs, uchar reg_num)
253 static inline uchar
[all...]
H A Din2000.c78 static inline uchar read_3393(struct IN2000_hostdata *hostdata, uchar reg_num)
88 static inline void write_3393(struct IN2000_hostdata *hostdata, uchar reg_num, uchar value)
95 static inline void write_3393_cmd(struct IN2000_hostdata *hostdata, uchar cmd)
104 static uchar read_1_byte(struct IN2000_hostdata *hostdata)
106 uchar asr, x = 0;
210 static uchar calc_sync_xfer(unsigned int period, unsigned int offset)
212 uchar result;
290 cmd->host_scribble = (uchar *) hostdat
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dvfat.h31 unsigned char uchar; member in struct:unicode_char
H A Dfile_name.c216 out->uchar = out->lchar = (char) 0xff;
218 out->uchar = *in >> 8;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Ddgrs.c112 typedef unsigned char uchar; typedef
152 extern uchar dgrs_code[];
186 static uchar dgrs_ipaddr[4] = { 0xff, 0xff, 0xff, 0xff};
187 static uchar dgrs_iptrap[4] = { 0xff, 0xff, 0xff, 0xff};
217 uchar is_reg; /* EISA: Value for ES4H_IS reg */
466 uchar *putp;
467 uchar *p;
525 uchar *phys_p;
532 phys_p = (uchar *) virt_to_phys(putp);
595 uchar *phys_
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/aparser/
H A Dparser.h31 typedef unsigned char uchar; typedef
100 void print_asc(int level, uchar const *buf, int len);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dntdomain.h166 uchar sess_key[8]; /* Session key */
167 uchar md4pw[16]; /* md4(machine password) */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_join.c48 uchar stored_md4_trust_password[16];
118 uchar pwbuf[516];
122 uchar md4_trust_password[16];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_domain.c140 uchar chal[8],
306 (uchar *)auth_context->challenge.data, server_info, dc_name, dc_ip,
401 (uchar *)auth_context->challenge.data, server_info, dc_name, dc_ip,
H A Dauth_util.c259 const uchar *lm_network_pwd, int lm_pwd_len,
260 const uchar *nt_network_pwd, int nt_pwd_len)
291 const uchar chal[8],
292 const uchar lm_interactive_pwd[16],
293 const uchar nt_interactive_pwd[16],
294 const uchar *dc_sess_key)
320 SamOEMhash((uchar *)lm_pwd, key, sizeof(lm_pwd));
323 SamOEMhash((uchar *)nt_pwd, key, sizeof(nt_pwd));
412 SMBencrypt( (const char *)plaintext_password.data, (const uchar*)chal, local_lm_response);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dmachine_sid.c62 uchar raw_sid_data[12];

Completed in 378 milliseconds

1234