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

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Daiutils.c641 r = (uint32 *)((uchar *)sii->regs[coreidx] + regoff);
673 r = (uint32*) ((uchar*) ai_setcoreidx(&sii->pub, coreidx) + regoff);
H A Dsbutils.c397 r = (uint32 *)((uchar *)sii->regs[coreidx] + regoff);
429 r = (uint32*) ((uchar*)sb_setcoreidx(&sii->pub, coreidx) + regoff);
H A Dhndpci.c637 uint8 req_cap_id, uchar *buf, uint32 *buflen)
H A Dnicpci.c161 pcicore_find_pci_capability(osl_t *osh, uint8 req_cap_id, uchar *buf, uint32 *buflen)
H A Dsiutils.c462 bzero((uchar*)sii, sizeof(si_info_t));
959 bcopy((uchar*)sii->coreid, (uchar*)coreid, (sii->numcores * sizeof(uint)));
H A Dhnddma.c1918 uchar *data;
2600 uchar *data;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliconnect.c84 if (!SMBencrypt(pass, cli->secblob.data,(uchar *)lm_response.data)) {
316 uchar nt_hash[16];
929 SMBencrypt(pass,cli->secblob.data,(uchar *)pword);
H A Dclirap.c346 E_old_pw_hash( new_pw_hash, old_pw_hash, (uchar *)&data[516]);
H A Dsmb_signing.c252 const uchar *buf, uint32 seq_number,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_nds.c760 uchar clear_text_pw[512];
H A Dpdb_ldap.c698 uchar clear_text_pw[512];
1060 const uchar *lm_pw = pdb_get_lanman_passwd(sampass);
1074 const uchar *nt_pw = pdb_get_nt_passwd(sampass);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_client/
H A Dcli_netlogon.c689 username, workstation_name_slash, (const uchar*)chal,
H A Dcli_pipe.c1517 const uchar trust_password[16])
1610 const uchar trust_password[16])
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_pam.c161 uchar chal[8];
H A Dwinbindd_cm.c122 uchar trust_password[16];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dntlm_auth.c1419 uchar lm_key[8];
1420 uchar user_session_key[16];
H A Dnet_rpc.c841 uchar pwbuf[516];
4394 uchar pwbuf[516];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_net.c935 DOM_CRED *cred, uchar hashed_mach_pwd[16])
1173 const uchar lm_challenge[8],
1174 const uchar * lm_chal_resp, size_t lm_chal_resp_len,
1175 const uchar * nt_chal_resp, size_t nt_chal_resp_len)
1393 uint32 user_flgs, uchar user_session_key[16],
1394 uchar lm_session_key[16],
H A Dparse_samr.c5905 uchar lm_pwd[16],
5906 uchar nt_pwd[16],
7063 void init_enc_hash(SAMR_ENC_HASH * hsh, const uchar hash[16])
7108 const uchar nt_oldhash[16],
7110 const uchar lm_oldhash[16])
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dwlioctl.h240 uchar SSID[32];
2547 uchar name[DPT_FNAME_LEN]; /* friendly name */
2561 uchar name[DPT_FNAME_LEN]; /* friendly name */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dlanman.c2037 if (change_lanman_password(hnd,(uchar *)pass2)) {
2095 if (NT_STATUS_IS_OK(pass_oem_change(user, (uchar*) data, (uchar *)&data[516], NULL, NULL))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dutil.c2066 void dump_data_pw(const char *msg, const uchar * data, size_t len)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c464 uchar buf[131072];
465 uchar buf_rd[131072];

Completed in 295 milliseconds

1234