Botan 3.9.0
Crypto and TLS for C&
|
This is the complete list of members for Botan::KEM_Encryption_with_Combiner, including all inherited members.
combine_ciphertexts(std::span< uint8_t > out_ciphertext, const std::vector< std::vector< uint8_t > > &ciphertexts, std::span< const uint8_t > salt) | Botan::KEM_Encryption_with_Combiner | protectedvirtual |
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_Encryption_with_Combiner | protectedpure virtual |
encapsulated_key_length() const override | Botan::KEM_Encryption_with_Combiner | inlinevirtual |
encryptors() | Botan::KEM_Encryption_with_Combiner | inlineprotected |
encryptors() const | Botan::KEM_Encryption_with_Combiner | inlineprotected |
kem_encrypt(std::span< uint8_t > out_encapsulated_key, std::span< uint8_t > out_shared_key, RandomNumberGenerator &rng, size_t desired_shared_key_len, std::span< const uint8_t > salt) final | Botan::KEM_Encryption_with_Combiner | virtual |
KEM_Encryption_with_Combiner(const std::vector< std::unique_ptr< Public_Key > > &public_keys, std::string_view provider) | Botan::KEM_Encryption_with_Combiner | |
shared_key_length(size_t desired_shared_key_len) const =0 | Botan::PK_Ops::KEM_Encryption | pure virtual |
~KEM_Encryption()=default | Botan::PK_Ops::KEM_Encryption | virtual |