Searched defs:password_len (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dpkcs5.c69 PKCS5_PBKDF2_HMAC_SHA1(const void * password, size_t password_len, argument
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Dchap.c47 chap_md5(uint8_t identifier, const uint8_t * password, int password_len, argument
H A Dmschap.c43 password_to_unicode(const uint8_t * password, uint32_t password_len, argument
59 NTPasswordHash(const uint8_t * password, uint32_t password_len, argument
67 NTPasswordHashHash(const uint8_t * password, uint32_t password_len, argument
78 NTChallengeResponse(const uint8_t challenge[MSCHAP_NT_CHALLENGE_SIZE], const uint8_t * password, uint32_t password_len, uint8_t response[MSCHAP_NT_RESPONSE_SIZE]) argument
90 NTMPPEChallengeResponse(const uint8_t challenge[MSCHAP_NT_CHALLENGE_SIZE], const uint8_t * password, uint32_t password_len, uint8_t response[MSCHAP_NT_CHALLENGE_SIZE]) argument
162 GenerateAuthResponse(uint8_t * password, uint32_t password_len, const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE], const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t * username, uint8_t auth_response[MSCHAP2_AUTH_RESPONSE_SIZE]) argument
219 NTSessionKey16(const uint8_t * password, uint32_t password_len, const uint8_t client_challenge[MSCHAP_NT_CHALLENGE_SIZE], const uint8_t server_response[MSCHAP_NT_RESPONSE_SIZE], const uint8_t server_challenge[MSCHAP_NT_CHALLENGE_SIZE], uint8_t key[NT_SESSION_KEY_SIZE]) argument
256 MSChap(const uint8_t challenge[MSCHAP_NT_CHALLENGE_SIZE], const uint8_t * password, uint32_t password_len, uint8_t response[MSCHAP_NT_RESPONSE_SIZE]) argument
269 MSChap_MPPE(const uint8_t challenge[MSCHAP_NT_CHALLENGE_SIZE], const uint8_t * password, uint32_t password_len, uint8_t response[MSCHAP_NT_RESPONSE_SIZE]) argument
282 MSChap2(const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t * username, const uint8_t * password, uint32_t password_len, uint8_t response[MSCHAP_NT_RESPONSE_SIZE]) argument
300 MSChap2AuthResponseValid(const uint8_t * password, uint32_t password_len, const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE], const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t * username, const uint8_t response[MSCHAP2_AUTH_RESPONSE_SIZE]) argument
347 EncryptPwBlockWithPasswordHash(const uint8_t * password, uint32_t password_len, const uint8_t pw_hash[NT_PASSWORD_HASH_SIZE], NTPasswordBlockRef pwblock) 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
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dplain.c92 unsigned password_len; local
H A Dscram.c354 GenerateScramSecrets(const sasl_utils_t * utils, const char * password, size_t password_len, char * salt, size_t salt_len, unsigned int iteration_count, char * StoredKey, char * ServerKey, char ** error_text) argument
/macosx-10.10.1/ppp-786.1.1/Authenticators/DSAuthentication/
H A Dmain.c687 static int dsauth_get_admin_password(u_int32_t acctlen, char* acctname, u_int32_t *password_len, char **password) argument
/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dmain.c981 UInt32 password_len = 0; local

Completed in 288 milliseconds