Searched refs:p24 (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dcifsencrypt.h29 extern void E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24);
H A Dsmbencrypt.c52 void SMBencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24);
55 unsigned char p24[24]);
56 void SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24);
61 encrypted password into p24 */
64 SMBencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24) argument
75 SMBOWFencrypt(p21, c8, p24);
150 unsigned char p24[24])
157 E_P24(p21, c8, p24);
165 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24) argument
172 SMBOWFencrypt(p21, c8, p24);
149 SMBOWFencrypt(unsigned char passwd[16], unsigned char *c8, unsigned char p24[24]) argument
[all...]
H A Dsmbdes.c368 E_P24(unsigned char *p21, unsigned char *c8, unsigned char *p24) argument
370 smbhash(p24, c8, p21, 1);
371 smbhash(p24 + 8, c8, p21 + 7, 1);
372 smbhash(p24 + 16, c8, p21 + 14, 1);
H A Dcifsencrypt.c41 unsigned char *p24);
H A Dsess.c34 unsigned char *p24);
H A Dconnect.c55 unsigned char *p24);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dsmbencrypt.c31 and puts 24 bytes of encrypted password into p24
35 BOOL SMBencrypt(const char *passwd, const uchar *c8, uchar p24[24]) argument
43 SMBOWFencrypt(p21, c8, p24);
49 dump_data(100, (char *)p24, 24);
211 void SMBOWFencrypt(const uchar passwd[16], const uchar *c8, uchar p24[24]) argument
218 E_P24(p21, c8, p24);
222 void NTLMSSPOWFencrypt(const uchar passwd[8], const uchar *ntlmchalresp, uchar p24[24]) argument
230 E_P24(p21, ntlmchalresp, p24);
232 DEBUG(100,("NTLMSSPOWFencrypt: p21, c8, p24\n"));
235 dump_data(100, (char *)p24, 2
242 SMBNTencrypt(const char *passwd, uchar *c8, uchar *p24) argument
318 uchar p24[24]; local
341 uchar p24[24]; local
[all...]
H A Dntlm_check.c39 uchar p24[24]; local
59 SMBOWFencrypt(part_passwd, sec_blob->data, p24);
74 dump_data(100, p24, 24);
76 return (memcmp(p24, nt_response->data, 24) == 0);
H A Dsmbdes.c314 void E_P24(const unsigned char *p21, const unsigned char *c8, unsigned char *p24) argument
316 smbhash(p24, c8, p21, 1);
317 smbhash(p24+8, c8, p21+7, 1);
318 smbhash(p24+16, c8, p21+14, 1);
H A Dntlmssp_sign.c316 unsigned char p24[24]; local
317 ZERO_STRUCT(p24);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_rpc_join.c120 SAM_USER_INFO_24 p24; local
270 ZERO_STRUCT(p24);
272 init_sam_user_info24(&p24, (char *)pwbuf,24);
275 ctr.info.id24 = &p24;
H A Dnet_rpc.c840 SAM_USER_INFO_24 p24; local
906 ZERO_STRUCT(p24);
910 init_sam_user_info24(&p24, (char *)pwbuf,24);
913 ctr.info.id24 = &p24;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_pipe.c457 uchar p24[24]; local
458 NTLMSSPOWFencrypt(server_info->lm_session_key.data, lm_owf, p24);
465 memcpy(k2, p24, 5);
490 /* NTLMSSPhash(p->ntlmssp_hash, p24); */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dia64.S441 { .mmi; (p24) getf.sig r32=f40 // high
1401 #define equ p24
1405 equ=p24
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/
H A Dia64.S441 { .mmi; (p24) getf.sig r32=f40 // high
1401 #define equ p24
1405 equ=p24

Completed in 193 milliseconds