Botan
2.6.0
Crypto and TLS for C++11
|
This is the complete list of members for Botan::SP800_56C, including all inherited members.
clone() const override | Botan::SP800_56C | inlinevirtual |
create(const std::string &algo_spec, const std::string &provider="") | Botan::KDF | static |
create_or_throw(const std::string &algo_spec, const std::string &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, const secure_vector< uint8_t > &secret, const std::string &salt="", const std::string &label="") const | Botan::KDF | inline |
derive_key(size_t key_len, const std::vector< uint8_t, Alloc > &secret, const std::vector< uint8_t, Alloc2 > &salt, const std::vector< uint8_t, Alloc3 > &label) const | Botan::KDF | inline |
derive_key(size_t key_len, const secure_vector< uint8_t > &secret, const uint8_t salt[], size_t salt_len, const std::string &label="") const | Botan::KDF | inline |
derive_key(size_t key_len, const uint8_t secret[], size_t secret_len, const std::string &salt="", const std::string &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 | virtual |
name() const override | Botan::SP800_56C | inlinevirtual |
providers(const std::string &algo_spec) | Botan::KDF | static |
SP800_56C(MessageAuthenticationCode *mac, KDF *exp) | Botan::SP800_56C | inline |
~KDF()=default | Botan::KDF | virtual |