Botan  1.11.15
Botan::KDF Member List
This is the complete list of members for Botan::KDF, including all inherited members.
clone() const =0Botan::KDF [pure virtual]
derive_key(size_t key_len, const byte secret[], size_t secret_len, const byte salt[], size_t salt_len) const Botan::KDF [inline]
derive_key(size_t key_len, const secure_vector< byte > &secret, const std::string &salt="") const Botan::KDF [inline]
derive_key(size_t key_len, const std::vector< byte, Alloc > &secret, const std::vector< byte, Alloc2 > &salt) const Botan::KDF [inline]
derive_key(size_t key_len, const secure_vector< byte > &secret, const byte salt[], size_t salt_len) const Botan::KDF [inline]
derive_key(size_t key_len, const byte secret[], size_t secret_len, const std::string &salt="") const Botan::KDF [inline]
kdf(byte key[], size_t key_len, const byte secret[], size_t secret_len, const byte salt[], size_t salt_len) const =0Botan::KDF [pure virtual]
name() const =0Botan::KDF [pure virtual]
Spec typedefBotan::KDF
~KDF()Botan::KDF [inline, virtual]