kio
des.h File Reference
#include <qglobal.h>
Include dependency graph for des.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | des_key |
Typedefs | |
typedef struct des_key | DES_KEY |
Functions | |
int | ntlm_des_ecb_encrypt (const void *plaintext, int len, DES_KEY *akey, unsigned char output[8]) |
int | ntlm_des_set_key (DES_KEY *dkey, char *user_key, int len) |
Typedef Documentation
Function Documentation
int ntlm_des_ecb_encrypt | ( | const void * | plaintext, | |
int | len, | |||
DES_KEY * | akey, | |||
unsigned char | output[8] | |||
) |
int ntlm_des_set_key | ( | DES_KEY * | dkey, | |
char * | user_key, | |||
int | len | |||
) |