Home
last modified time | relevance | path

Searched refs:CRYPT_LMhash_Magic (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/advapi32/wine/
H A Dcrypt_lmhash.c36 static const unsigned char CRYPT_LMhash_Magic[8] = variable
49 CRYPT_DEShash( dst, tmp_pwd, CRYPT_LMhash_Magic ); in CRYPT_LMhash()
50 CRYPT_DEShash( &dst[8], &tmp_pwd[7], CRYPT_LMhash_Magic ); in CRYPT_LMhash()
170 CRYPT_DEShash(output, key, CRYPT_LMhash_Magic); in SystemFunction003()
/reactos/dll/win32/advapi32/misc/
H A Dsysfunc.c20 static const unsigned char CRYPT_LMhash_Magic[8] = variable
94 CRYPT_DEShash(output, key, CRYPT_LMhash_Magic); in SystemFunction003()