OpenVAS Libraries  9.0.1
nasl_crypto2.h
Go to the documentation of this file.
1 /* Nessus Attack Scripting Language
2  *
3  * Copyright (C) 2002 - 2003 Michel Arboi and Renaud Deraison
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 
19 #ifndef NASL_CRYPTO2_H
20 #define NASL_CRYPTO2_H
21 
39 
40 
41 int generate_script_signature (char *);
42 #endif
tree_cell * nasl_des_ede_cbc_encrypt(lex_ctxt *lexic)
Definition: nasl_crypto2.c:1442
tree_cell * nasl_bf_cbc_decrypt(lex_ctxt *)
Definition: nasl_crypto2.c:1312
tree_cell * nasl_rsa_public_decrypt(lex_ctxt *)
Definition: nasl_crypto2.c:728
tree_cell * nasl_dsa_do_sign(lex_ctxt *lexic)
Definition: nasl_crypto2.c:1028
tree_cell * nasl_pem_to_rsa(lex_ctxt *lexic)
Definition: nasl_crypto2.c:380
tree_cell * nasl_rsa_sign(lex_ctxt *lexic)
Definition: nasl_crypto2.c:870
tree_cell * nasl_aes256_cbc_encrypt(lex_ctxt *lexic)
Definition: nasl_crypto2.c:1436
tree_cell * nasl_pem_to_dsa(lex_ctxt *lexic)
Definition: nasl_crypto2.c:397
tree_cell * nasl_aes128_cbc_encrypt(lex_ctxt *lexic)
Definition: nasl_crypto2.c:1430
tree_cell * nasl_rsa_public_encrypt(lex_ctxt *)
Definition: nasl_crypto2.c:663
tree_cell * nasl_bn_random(lex_ctxt *)
Definition: nasl_crypto2.c:210
Definition: nasl_tree.h:105
tree_cell * nasl_dsa_do_verify(lex_ctxt *lexic)
Definition: nasl_crypto2.c:938
Definition: nasl_lex_ctxt.h:31
tree_cell * nasl_dh_compute_key(lex_ctxt *)
Definition: nasl_crypto2.c:513
int generate_script_signature(char *)
tree_cell * nasl_rc4_encrypt(lex_ctxt *lexic)
Definition: nasl_crypto2.c:1424
tree_cell * nasl_bn_cmp(lex_ctxt *)
Definition: nasl_crypto2.c:173
tree_cell * nasl_bf_cbc_encrypt(lex_ctxt *)
Definition: nasl_crypto2.c:1291
tree_cell * nasl_dh_generate_key(lex_ctxt *)
Definition: nasl_crypto2.c:467