Main Page
Related Pages
Modules
Classes
Files
File List
File Members
include
secure.h
1
#ifndef SECURE_H
2
#define SECURE_H 1
3
4
5
/* ========================================================================== */
6
/* Function prototypes */
7
8
void
secure_clear_memory
(
char
*,
size_t
);
9
void
secure_clear_string
(
char
*);
10
void
secure_cl_secret
(
const
char
*);
11
12
13
#endif
/* SECURE_H */
14
15
/* EOF */
secure_clear_memory
void secure_clear_memory(char *, size_t)
Remove string from memory.
Definition:
secure.c:72
secure_clear_string
void secure_clear_string(char *)
Remove string from memory.
Definition:
secure.c:116
secure_cl_secret
void secure_cl_secret(const char *)
Generate file with new secret if CL secret file is missing.
Definition:
secure.c:138
Generated at 2024-04-27 using