Botan  1.11.15
Botan::HKDF Member List
This is the complete list of members for Botan::HKDF, including all inherited members.
clone() const Botan::HKDF [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]
HKDF(MessageAuthenticationCode *prf)Botan::HKDF [inline]
kdf(byte out[], size_t out_len, const byte secret[], size_t secret_len, const byte salt[], size_t salt_len) const overrideBotan::HKDF [virtual]
make(const Spec &spec)Botan::HKDF [static]
name() const Botan::HKDF [inline, virtual]
Spec typedefBotan::KDF
~KDF()Botan::KDF [inline, virtual]