Botan 3.0.0-alpha0
Crypto and TLS for C&
|
This is the complete list of members for Botan::TLS_12_PRF, including all inherited members.
clone() const | Botan::KDF | inline |
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::TLS_12_PRF | virtual |
name() const override | Botan::TLS_12_PRF | inlinevirtual |
new_object() const override | Botan::TLS_12_PRF | inlinevirtual |
providers(const std::string &algo_spec) | Botan::KDF | static |
TLS_12_PRF(std::unique_ptr< MessageAuthenticationCode > mac) | Botan::TLS_12_PRF | inlineexplicit |
~KDF()=default | Botan::KDF | virtual |