Go to the source code of this file.
|  | 
| void | AES_CTR128_crypt (const char *in, char *out, unsigned int len, const char *key, char ivec[16], char ecount_buf[16], unsigned int &num) | 
|  | 
| void | AES_decrypt (const char *in, char *out, const char *key, unsigned int bits) | 
|  | 
| void | AES_encrypt (const char *in, char *out, const int bits, const char *key) | 
|  | 
| void | AES_set_decrypt_key (const char *userKey, const int bits, char *key) | 
|  | 
| void | AES_set_encrypt_key (const char *userKey, const int bits, char *key) | 
|  | 
| static void | increaseCounter (char *counter) | 
|  | 
| void | printInverted (const unsigned int *data, unsigned int len) | 
|  | 
      
        
          | void AES_CTR128_crypt | ( | const char * | in, | 
        
          |  |  | char * | out, | 
        
          |  |  | unsigned int | len, | 
        
          |  |  | const char * | key, | 
        
          |  |  | char | ivec[16], | 
        
          |  |  | char | ecount_buf[16], | 
        
          |  |  | unsigned int & | num | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void AES_decrypt | ( | const char * | in, | 
        
          |  |  | char * | out, | 
        
          |  |  | const char * | key, | 
        
          |  |  | unsigned int | bits | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void AES_encrypt | ( | const char * | in, | 
        
          |  |  | char * | out, | 
        
          |  |  | const int | bits, | 
        
          |  |  | const char * | key | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void AES_set_decrypt_key | ( | const char * | userKey, | 
        
          |  |  | const int | bits, | 
        
          |  |  | char * | key | 
        
          |  | ) |  |  | 
      
 
 
      
        
          | void AES_set_encrypt_key | ( | const char * | userKey, | 
        
          |  |  | const int | bits, | 
        
          |  |  | char * | key | 
        
          |  | ) |  |  | 
      
 
 
  
  | 
        
          | static void increaseCounter | ( | char * | counter | ) |  |  | static | 
 
 
      
        
          | void printInverted | ( | const unsigned int * | data, | 
        
          |  |  | unsigned int | len | 
        
          |  | ) |  |  |