![]() | ![]() | ![]() | Ximian Connector for Microsoft Exchange Programmer’s Reference Manual | ![]() |
---|
xntlm-des — DES encryption/decryption
void xntlm_deskey (XNTLM_DES_KS ks, unsignedchar *key,int decrypt);void xntlm_des (XNTLM_DES_KS ks, unsignedchar block[8]);
These routines implement DES encryption and decryption. They are here
primarly for xntlm-internal use, but can also be used by other code
(such as
void xntlm_deskey (XNTLM_DES_KS ks, unsignedchar *key,int decrypt);
Sets up ks based on key. You must call this to initialize the key schedule before calling xntlm_des().
ks : | key schedule to fill in |
key : | the encryption key |
decrypt : | 0 for encryption, 1 for decryption |
<< xntlm | xntlm-md4 >> |