Botan  1.11.15
Botan::KDF1 Member List
This is the complete list of members for Botan::KDF1, including all inherited members.
clone() const overrideBotan::KDF1 [inline, 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 overrideBotan::KDF1 [virtual]
KDF1(HashFunction *h)Botan::KDF1 [inline]
name() const overrideBotan::KDF1 [inline, virtual]
Spec typedefBotan::KDF
~KDF()Botan::KDF [inline, virtual]