|
Botan 3.9.0
Crypto and TLS for C&
|
#include <botan/p11.h>#include <botan/p11_types.h>#include <botan/internal/dyn_load.h>#include <cstdint>#include <functional>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
| namespace | Botan::PKCS11 |
Functions | |
| void | Botan::PKCS11::change_pin (Slot &slot, const secure_string &old_pin, const secure_string &new_pin) |
| void | Botan::PKCS11::change_so_pin (Slot &slot, const secure_string &old_so_pin, const secure_string &new_so_pin) |
| void | Botan::PKCS11::initialize_token (Slot &slot, std::string_view label, const secure_string &so_pin, const secure_string &pin) |
| void | Botan::PKCS11::set_pin (Slot &slot, const secure_string &so_pin, const secure_string &pin) |
Variables | |
| ReturnValue * | Botan::PKCS11::ThrowException = reinterpret_cast<ReturnValue*>(-1) |