8#ifndef BOTAN_SP800_56C_H_
9#define BOTAN_SP800_56C_H_
24 std::string
name()
const override {
return "SP800-56C(" + m_prf->name() +
")"; }
45 size_t kdf(uint8_t key[],
size_t key_len,
46 const uint8_t secret[],
size_t secret_len,
47 const uint8_t salt[],
size_t salt_len,
48 const uint8_t label[],
size_t label_len)
const override;
56 std::unique_ptr<MessageAuthenticationCode> m_prf;
57 std::unique_ptr<KDF> m_exp;
virtual size_t 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 =0
KDF * clone() const override
SP800_56C(MessageAuthenticationCode *mac, KDF *exp)
std::string name() const override
int(* final)(unsigned char *, CTX *)
#define BOTAN_PUBLIC_API(maj, min)
#define BOTAN_FUTURE_INTERNAL_HEADER(hdr)