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