#include <freeradius-devel/util/misc.h>
#include <freeradius-devel/util/md4.h>
#include <freeradius-devel/util/md5.h>
#include <freeradius-devel/util/sha1.h>
#include <ctype.h>
#include <stdio.h>
#include "smbdes.h"
Go to the source code of this file.
|
static char const | hex [] = "0123456789ABCDEF" |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ ntpwdhash()
static void ntpwdhash |
( |
uint8_t * |
out, |
|
|
char const * |
password |
|
) |
| |
|
static |
◆ tohex()
static void tohex |
( |
unsigned char const * |
src, |
|
|
size_t |
len, |
|
|
char * |
dst |
|
) |
| |
|
static |
◆ hex
char const hex[] = "0123456789ABCDEF" |
|
static |