OpenVAS Libraries  9.0.3
nasl_crypto.h
Go to the documentation of this file.
1 /* Nessus Attack Scripting Language
2  *
3  * Copyright (C) 2002 - 2004 Tenable Network Security
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License version 2,
7  * as published by the Free Software Foundation
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17  *
18  * MODIFICATION: added definitions for implemention NTLMSSP features
19  */
20 #ifndef NASL_CRYPTO_H
21 #define NASL_CRYPTO_H
22 
23 #define MD4_DIGEST_LENGTH 16
24 
58 #endif
nasl_nt_owf_gen
tree_cell * nasl_nt_owf_gen(lex_ctxt *)
Definition: nasl_crypto.c:794
nasl_ntlm2_response
tree_cell * nasl_ntlm2_response(lex_ctxt *lexic)
Definition: nasl_crypto.c:655
nasl_hmac_sha1
tree_cell * nasl_hmac_sha1(lex_ctxt *)
Definition: nasl_crypto.c:224
nasl_ntlmv2_response
tree_cell * nasl_ntlmv2_response(lex_ctxt *lexic)
Definition: nasl_crypto.c:611
nasl_get_smb2_sign
tree_cell * nasl_get_smb2_sign(lex_ctxt *lexic)
Definition: nasl_crypto.c:572
nasl_hmac_sha384
tree_cell * nasl_hmac_sha384(lex_ctxt *)
Definition: nasl_crypto.c:230
nasl_hmac_md2
tree_cell * nasl_hmac_md2(lex_ctxt *)
Definition: nasl_crypto.c:212
nasl_prf_sha384
tree_cell * nasl_prf_sha384(lex_ctxt *)
Definition: nasl_crypto.c:554
nasl_tls1_prf
tree_cell * nasl_tls1_prf(lex_ctxt *)
Definition: nasl_crypto.c:560
nasl_lm_owf_gen
tree_cell * nasl_lm_owf_gen(lex_ctxt *)
Definition: nasl_crypto.c:813
nasl_hmac_sha512
tree_cell * nasl_hmac_sha512(lex_ctxt *)
Definition: nasl_crypto.c:566
nasl_ntlmv1_hash
tree_cell * nasl_ntlmv1_hash(lex_ctxt *)
Definition: nasl_crypto.c:761
nasl_ripemd160
tree_cell * nasl_ripemd160(lex_ctxt *)
Definition: nasl_crypto.c:145
nasl_cipher_des
tree_cell * nasl_cipher_des(lex_ctxt *)
Definition: nasl_crypto.c:184
nasl_ntlm_response
tree_cell * nasl_ntlm_response(lex_ctxt *lexic)
Definition: nasl_crypto.c:691
nasl_md2
tree_cell * nasl_md2(lex_ctxt *)
Definition: nasl_crypto.c:115
nasl_sha256
tree_cell * nasl_sha256(lex_ctxt *)
Definition: nasl_crypto.c:139
nasl_get_password
tree_cell * nasl_get_password(lex_ctxt *lexic)
nasl_get_sign
tree_cell * nasl_get_sign(lex_ctxt *lexic)
Definition: nasl_crypto.c:243
nasl_hmac_sha256
tree_cell * nasl_hmac_sha256(lex_ctxt *)
Definition: nasl_crypto.c:346
nasl_ntlmv2_hash
tree_cell * nasl_ntlmv2_hash(lex_ctxt *)
Definition: nasl_crypto.c:974
nasl_prf_sha256
tree_cell * nasl_prf_sha256(lex_ctxt *)
Definition: nasl_crypto.c:548
TC
Definition: nasl_tree.h:106
struct_lex_ctxt
Definition: nasl_lex_ctxt.h:32
nasl_md5
tree_cell * nasl_md5(lex_ctxt *)
Definition: nasl_crypto.c:127
nasl_sha
tree_cell * nasl_sha(lex_ctxt *)
nasl_ntv2_owf_gen
tree_cell * nasl_ntv2_owf_gen(lex_ctxt *)
Definition: nasl_crypto.c:886
nasl_insert_hexzeros
tree_cell * nasl_insert_hexzeros(lex_ctxt *lexic)
Definition: nasl_crypto.c:843
nasl_hmac_md5
tree_cell * nasl_hmac_md5(lex_ctxt *)
Definition: nasl_crypto.c:218
nasl_md4
tree_cell * nasl_md4(lex_ctxt *)
Definition: nasl_crypto.c:121
nasl_hmac_ripemd160
tree_cell * nasl_hmac_ripemd160(lex_ctxt *)
Definition: nasl_crypto.c:236
nasl_sha1
tree_cell * nasl_sha1(lex_ctxt *)
Definition: nasl_crypto.c:133
nasl_hmac_dss
tree_cell * nasl_hmac_dss(lex_ctxt *)
nasl_keyexchg
tree_cell * nasl_keyexchg(lex_ctxt *lexic)
Definition: nasl_crypto.c:730