Botan 2.19.3
Crypto and TLS for C&
|
#include <botan/secmem.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
secure_vector< uint8_t > | Botan::nist_key_unwrap (const uint8_t input[], size_t input_len, const BlockCipher &bc) |
secure_vector< uint8_t > | Botan::nist_key_unwrap_padded (const uint8_t input[], size_t input_len, const BlockCipher &bc) |
std::vector< uint8_t > | Botan::nist_key_wrap (const uint8_t input[], size_t input_len, const BlockCipher &bc) |
std::vector< uint8_t > | Botan::nist_key_wrap_padded (const uint8_t input[], size_t input_len, const BlockCipher &bc) |