|
Open-Transactions
0.93.0-ge03d287
|
#include "stdafx.hpp"#include "crypto/OTPasswordData.hpp"#include "OTString.hpp"#include "util/Assert.hpp"#include <sys/types.h>#include <sys/mman.h>#include <limits.h>#include <unistd.h>
Go to the source code of this file.
Namespaces | |
| opentxs | |
Macros | |
| #define | PAGESIZE sysconf(_SC_PAGESIZE) |
| #define | mlock(a, b) |
| #define | munlock(a, b) |
| #define mlock | ( | a, | |
| b | |||
| ) |
Definition at line 155 of file OTPasswordData.cpp.
| #define munlock | ( | a, | |
| b | |||
| ) |
Definition at line 159 of file OTPasswordData.cpp.
| #define PAGESIZE sysconf(_SC_PAGESIZE) |
Definition at line 150 of file OTPasswordData.cpp.