Searched refs:NTLMSSP_HASH_SIZE (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/lib-ntlm/ |
H A D | ntlm-encrypt.h | 5 void ntlm_v1_hash(const char *passwd, unsigned char hash[NTLMSSP_HASH_SIZE]);
|
H A D | ntlm-encrypt.c | 53 void ntlm_v1_hash(const char *passwd, unsigned char hash[NTLMSSP_HASH_SIZE]) 79 hmac_init(&ctx, hash_v1, NTLMSSP_HASH_SIZE, &hash_method_md5); 93 memcpy(des_hash, hash, NTLMSSP_HASH_SIZE); 94 memset(des_hash + NTLMSSP_HASH_SIZE, 0, 95 sizeof(des_hash) - NTLMSSP_HASH_SIZE);
|
H A D | ntlm-types.h | 25 #define NTLMSSP_HASH_SIZE 16 macro
|
/dovecot/src/auth/ |
H A D | mech-ntlm.c | 101 if (size != NTLMSSP_HASH_SIZE) {
|
H A D | password-scheme.c | 739 digest = t_malloc_no0(NTLMSSP_HASH_SIZE); 743 *size_r = NTLMSSP_HASH_SIZE; 831 { "NTLM", PW_ENCODING_HEX, NTLMSSP_HASH_SIZE, NULL, ntlm_generate },
|
Completed in 11 milliseconds