Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::KEM_Decryption_with_Combiner, including all inherited members.
combine_shared_secrets(std::span< uint8_t > out_shared_secret, const std::vector< secure_vector< uint8_t > > &shared_secrets, const std::vector< std::vector< uint8_t > > &ciphertexts, size_t desired_shared_key_len, std::span< const uint8_t > salt)=0 | Botan::KEM_Decryption_with_Combiner | protectedpure virtual |
decryptors() | Botan::KEM_Decryption_with_Combiner | inlineprotected |
decryptors() const | Botan::KEM_Decryption_with_Combiner | inlineprotected |
encapsulated_key_length() const override | Botan::KEM_Decryption_with_Combiner | inlinevirtual |
kem_decrypt(std::span< uint8_t > out_shared_key, std::span< const uint8_t > encapsulated_key, size_t desired_shared_key_len, std::span< const uint8_t > salt) final | Botan::KEM_Decryption_with_Combiner | virtual |
KEM_Decryption_with_Combiner(const std::vector< std::unique_ptr< Private_Key > > &private_keys, RandomNumberGenerator &rng, std::string_view provider) | Botan::KEM_Decryption_with_Combiner | |
shared_key_length(size_t desired_shared_key_len) const =0 | Botan::PK_Ops::KEM_Decryption | pure virtual |
split_ciphertexts(std::span< const uint8_t > concat_ciphertext) | Botan::KEM_Decryption_with_Combiner | protectedvirtual |
~KEM_Decryption()=default | Botan::PK_Ops::KEM_Decryption | virtual |