Botan 3.9.0
Crypto and TLS for C&
Botan::KEM_Decryption_with_Combiner Member List

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)=0Botan::KEM_Decryption_with_Combinerprotectedpure virtual
decryptors()Botan::KEM_Decryption_with_Combinerinlineprotected
decryptors() constBotan::KEM_Decryption_with_Combinerinlineprotected
encapsulated_key_length() const overrideBotan::KEM_Decryption_with_Combinerinlinevirtual
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) finalBotan::KEM_Decryption_with_Combinervirtual
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 =0Botan::PK_Ops::KEM_Decryptionpure virtual
split_ciphertexts(std::span< const uint8_t > concat_ciphertext)Botan::KEM_Decryption_with_Combinerprotectedvirtual
~KEM_Decryption()=defaultBotan::PK_Ops::KEM_Decryptionvirtual