|
Open-Transactions
0.93.0-ge03d287
|
#include "stdafx.hpp"#include "crypto/OTAsymmetricKey.hpp"#include "crypto/OTASCIIArmor.hpp"#include "crypto/OTCachedKey.hpp"#include "crypto/OTCaller.hpp"#include "crypto/OTCrypto.hpp"#include "OTIdentifier.hpp"#include "OTLog.hpp"#include "crypto/OTPasswordData.hpp"#include "crypto/OTSignatureMetadata.hpp"#include "OTStorage.hpp"#include "crypto/OTAsymmetricKeyOpenSSL.hpp"
Go to the source code of this file.
Namespaces | |
| opentxs | |
Macros | |
| #define | _PASSWORD_LEN 128 |
Functions | |
| EXPORT bool | opentxs::OT_API_Set_PasswordCallback (OTCaller &theCaller) |
| int32_t | opentxs::default_pass_cb (char *buf, int32_t size, int32_t, void *userdata) |
| int32_t | opentxs::souped_up_pass_cb (char *buf, int32_t size, int32_t rwflag, void *userdata) |
| #define _PASSWORD_LEN 128 |
Definition at line 452 of file OTAsymmetricKey.cpp.