Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::SP800_56C_One_Step_Hash, including all inherited members.
clone() const | Botan::KDF | inline |
create(std::string_view algo_spec, std::string_view provider="") | Botan::KDF | static |
create_or_throw(std::string_view algo_spec, std::string_view provider="") | Botan::KDF | static |
derive_key(size_t key_len, const uint8_t secret[], size_t secret_len, const uint8_t salt[], size_t salt_len, const uint8_t label[]=nullptr, size_t label_len=0) const | Botan::KDF | inline |
derive_key(size_t key_len, std::span< const uint8_t > secret, std::string_view salt="", std::string_view label="") const | Botan::KDF | inline |
derive_key(std::span< uint8_t > key, std::span< const uint8_t > secret, std::span< const uint8_t > salt, std::span< const uint8_t > label) const | Botan::KDF | inline |
derive_key(size_t key_len, std::span< const uint8_t > secret, std::span< const uint8_t > salt, std::span< const uint8_t > label) const | Botan::KDF | inline |
derive_key(size_t key_len, std::span< const uint8_t > secret, const uint8_t salt[], size_t salt_len, std::string_view label="") const | Botan::KDF | inline |
derive_key(size_t key_len, const uint8_t secret[], size_t secret_len, std::string_view salt="", std::string_view label="") const | Botan::KDF | inline |
kdf(uint8_t key[], size_t key_len, const uint8_t secret[], size_t secret_len, const uint8_t salt[], size_t salt_len, const uint8_t label[], size_t label_len) const override | Botan::SP800_56C_One_Step_Hash | virtual |
name() const override | Botan::SP800_56C_One_Step_Hash | virtual |
new_object() const override | Botan::SP800_56C_One_Step_Hash | virtual |
providers(std::string_view algo_spec) | Botan::KDF | static |
SP800_56C_One_Step_Hash(std::unique_ptr< HashFunction > hash) | Botan::SP800_56C_One_Step_Hash | inlineexplicit |
~KDF()=default | Botan::KDF | virtual |