Searched refs:PasswordHash (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dchap_ms.c472 u_char *PasswordHash,
492 rc4_init(&rcs, PasswordHash, MD4_SIGNATURE_SIZE);
517 NtPasswordHashEncryptedWithBlock(u_char *PasswordHash, u_char *Block, u_char *Cypher) argument
520 DesEncrypt(PasswordHash, Cypher + 0);
523 DesEncrypt(PasswordHash + 8, Cypher + 8);
813 u_char PasswordHash[MD4_SIGNATURE_SIZE],
819 BCOPY(PasswordHash, ZPasswordHash, MD4_SIGNATURE_SIZE);
912 u_char PasswordHash[MD4_SIGNATURE_SIZE]; local
916 NTPasswordHash(unicodePassword, secret_len * 2, PasswordHash);
918 ChallengeResponse(rchallenge, PasswordHash, NTRespons
469 EncryptPwBlockWithPasswordHash( u_char *UnicodePassword, int UnicodePasswordLen, u_char *PasswordHash, u_char *EncryptedPwBlock) argument
812 ChallengeResponse(u_char *challenge, u_char PasswordHash[MD4_SIGNATURE_SIZE], u_char response[24]) argument
926 u_char PasswordHash[MD4_SIGNATURE_SIZE]; local
947 u_char PasswordHash[MD4_SIGNATURE_SIZE]; local
986 u_char PasswordHash[MD4_SIGNATURE_SIZE]; local
1045 u_char PasswordHash[MD4_SIGNATURE_SIZE]; local
1064 u_char PasswordHash[MD4_SIGNATURE_SIZE]; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dpasswd.c765 * OUT 16-octet PasswordHash )
771 * giving 1st 8-octets of PasswordHash )
774 * giving 2nd 8-octets of PasswordHash )
850 char PasswordHash[33], storedPasswordHash[33]; local
883 sprintf( PasswordHash, "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
894 return memcmp( PasswordHash, storedPasswordHash, 32) ? LUTIL_PASSWD_ERR : LUTIL_PASSWD_OK;
1146 char PasswordHash[33]; local
1170 sprintf( PasswordHash, "%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x",
1176 hash->bv_val = PasswordHash;

Completed in 131 milliseconds