| 
    Botan 3.9.0
    
   Crypto and TLS for C& 
   | 
 
This is the complete list of members for Botan::PK_Ops::KEM_Encryption_with_KDF, including all inherited members.
| encapsulated_key_length() const =0 | Botan::PK_Ops::KEM_Encryption | pure virtual | 
| 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::PK_Ops::KEM_Encryption_with_KDF | virtual | 
| KEM_Encryption_with_KDF(std::string_view kdf) | Botan::PK_Ops::KEM_Encryption_with_KDF | explicitprotected | 
| raw_kem_encrypt(std::span< uint8_t > out_encapsulated_key, std::span< uint8_t > out_raw_shared_key, RandomNumberGenerator &rng)=0 | Botan::PK_Ops::KEM_Encryption_with_KDF | protectedpure virtual | 
| raw_kem_shared_key_length() const =0 | Botan::PK_Ops::KEM_Encryption_with_KDF | protectedpure virtual | 
| shared_key_length(size_t desired_shared_key_len) const final | Botan::PK_Ops::KEM_Encryption_with_KDF | virtual | 
| ~KEM_Encryption()=default | Botan::PK_Ops::KEM_Encryption | virtual | 
| ~KEM_Encryption_with_KDF() override | Botan::PK_Ops::KEM_Encryption_with_KDF |