Searched refs:NT_MASTER_KEY_SIZE (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Dmschap.h40 #define NT_MASTER_KEY_SIZE 16 macro
122 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])
538 MSChap2_MPPEGetAsymetricStartKey(const uint8_t MasterKey[NT_MASTER_KEY_SIZE],
579 CC_SHA1_Update(&context, MasterKey, NT_MASTER_KEY_SIZE);
606 const uint8_t MasterKey[NT_MASTER_KEY_SIZE] = {
620 uint8_t master[NT_MASTER_KEY_SIZE];
625 if (bcmp(master, MasterKey, NT_MASTER_KEY_SIZE) != 0) {
H A Deapmschapv2_plugin.c450 uint8_t master_key[NT_MASTER_KEY_SIZE];

Completed in 327 milliseconds