Mercurial > dovecot > core-2.2
comparison src/lib-ntlm/ntlm-encrypt.h @ 6410:e4eb71ae8e96 HEAD
Changed .h ifdef/defines to use <NAME>_H format.
author | Timo Sirainen <tss@iki.fi> |
---|---|
date | Sun, 16 Sep 2007 11:31:27 +0300 |
parents | 1065a557516b |
children | c93ca5e46a8a |
comparison
equal
deleted
inserted
replaced
6409:7f733ba453bf | 6410:e4eb71ae8e96 |
---|---|
1 #ifndef __NTLM_ENCRYPT__ | 1 #ifndef NTLM_ENCRYPT_H |
2 #define __NTLM_ENCRYPT__ | 2 #define NTLM_ENCRYPT_H |
3 | 3 |
4 const unsigned char * | 4 const unsigned char * |
5 lm_hash(const char *passwd, unsigned char hash[LM_HASH_SIZE]); | 5 lm_hash(const char *passwd, unsigned char hash[LM_HASH_SIZE]); |
6 | 6 |
7 const unsigned char * | 7 const unsigned char * |
20 const unsigned char *hash_v1, | 20 const unsigned char *hash_v1, |
21 const unsigned char *challenge, | 21 const unsigned char *challenge, |
22 const unsigned char *blob, size_t blob_size, | 22 const unsigned char *blob, size_t blob_size, |
23 unsigned char response[NTLMSSP_V2_RESPONSE_SIZE]); | 23 unsigned char response[NTLMSSP_V2_RESPONSE_SIZE]); |
24 | 24 |
25 #endif /* __NTLM_ENCRYPT__ */ | 25 #endif |