|
Botan 3.9.0
Crypto and TLS for C&
|
Public Header. More...
#include <botan/secmem.h>#include <span>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 (std::span< const uint8_t > input, const BlockCipher &bc) |
| secure_vector< uint8_t > | Botan::nist_key_unwrap_padded (const uint8_t input[], size_t input_len, const BlockCipher &bc) |
| secure_vector< uint8_t > | Botan::nist_key_unwrap_padded (std::span< const uint8_t > input, 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 (std::span< const uint8_t > input, const BlockCipher &bc) |
| std::vector< uint8_t > | Botan::nist_key_wrap_padded (const uint8_t input[], size_t input_len, const BlockCipher &bc) |
| std::vector< uint8_t > | Botan::nist_key_wrap_padded (std::span< const uint8_t > input, const BlockCipher &bc) |
Public Header.
Definition in file nist_keywrap.h.