#include <my_kdf.h>
◆ ~Key_derivation_function()
  
  
      
        
          | virtual Key_derivation_function::~Key_derivation_function  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinevirtual   | 
  
 
 
◆ derive_key()
  
  
      
        
          | virtual int Key_derivation_function::derive_key  | 
          ( | 
          const unsigned char *  | 
          key,  | 
         
        
           | 
           | 
          const unsigned int  | 
          key_length,  | 
         
        
           | 
           | 
          unsigned char *  | 
          rkey,  | 
         
        
           | 
           | 
          unsigned int  | 
          key_size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ validate_options()
  
  
      
        
          | virtual int Key_derivation_function::validate_options  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
 
◆ kdf_options_
  
  
      
        
          | vector<string>* Key_derivation_function::kdf_options_ {nullptr} | 
         
       
   | 
  
protected   | 
  
 
 
◆ options_valid_
  
  
      
        
          | bool Key_derivation_function::options_valid_ {false} | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: