Searched refs:MasterKey (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Dmschap.h122 uint8_t MasterKey[NT_MASTER_KEY_SIZE]);
124 MSChap2_MPPEGetAsymetricStartKey(const uint8_t MasterKey[NT_MASTER_KEY_SIZE],
H A Dmschap.c507 uint8_t MasterKey[NT_MASTER_KEY_SIZE])
519 memcpy(MasterKey, Digest, NT_MASTER_KEY_SIZE);
526 uint8_t MasterKey[NT_MASTER_KEY_SIZE])
534 GetMasterKey(password_hash, NTResponse, MasterKey);
538 MSChap2_MPPEGetAsymetricStartKey(const uint8_t MasterKey[NT_MASTER_KEY_SIZE], argument
579 CC_SHA1_Update(&context, MasterKey, NT_MASTER_KEY_SIZE);
606 const uint8_t MasterKey[NT_MASTER_KEY_SIZE] = { variable
625 if (bcmp(master, MasterKey, NT_MASTER_KEY_SIZE) != 0) {
505 GetMasterKey(const uint8_t PasswordHashHash[NT_PASSWORD_HASH_SIZE], const uint8_t NTResponse[MSCHAP_NT_RESPONSE_SIZE], uint8_t MasterKey[NT_MASTER_KEY_SIZE]) argument
524 MSChap2_MPPEGetMasterKey(const uint8_t * password, uint32_t password_len, const uint8_t NTResponse[MSCHAP_NT_RESPONSE_SIZE], uint8_t MasterKey[NT_MASTER_KEY_SIZE]) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/securityd_client/
H A Dssblob.h214 typedef uint8 MasterKey[24]; typedef in class:Security::SecurityServer::UnlockBlob
215 MasterKey masterKey; // raw bits (triple-DES) - make your own CssmKey
/macosx-10.10.1/Security-57031.1.35/Security/libsecurityd/lib/
H A Dssblob.h214 typedef uint8 MasterKey[24]; typedef in class:Security::SecurityServer::UnlockBlob
215 MasterKey masterKey; // raw bits (triple-DES) - make your own CssmKey
/macosx-10.10.1/Heimdal-398.1.2/lib/ntlm/
H A Dheimntlm-protos.h355 const uint8_t MasterKey[16],
H A Dntlm.c2073 heim_ntlm_mppe_getasymmetricstartkey(const uint8_t MasterKey[16], uint8_t *MasterXKey, size_t len, argument
2088 CCDigestUpdate(m, MasterKey, 16);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dchap_ms.c1066 u_char MasterKey[SHA1_SIGNATURE_SIZE]; /* >= MPPE_MAX_KEY_LEN */ local
1120 SHA1_Final(MasterKey, &sha1Context);
1130 SHA1_Update(&sha1Context, MasterKey, 16);
1146 SHA1_Update(&sha1Context, MasterKey, 16);

Completed in 191 milliseconds