OpenVAS Scanner  22.7.9
md4.h
Go to the documentation of this file.
1 /* SPDX-FileCopyrightText: 2023 Greenbone AG
2  * SPDX-FileCopyrightText: 1997-1998 Andrew Tridgell
3  *
4  * SPDX-License-Identifier: GPL-2.0-or-later
5  */
6 
13 #ifndef NASL_MD4_H
14 #define NASL_MD4_H
15 
16 void
17 mdfour_ntlmssp (unsigned char *out, const unsigned char *in, int n);
18 
19 #endif
mdfour_ntlmssp
void mdfour_ntlmssp(unsigned char *out, const unsigned char *in, int n)
Definition: md4.c:165