/[winpt]/trunk/Include/wptCrypto.h
ViewVC logotype

Diff of /trunk/Include/wptCrypto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 46 by werner, Fri Oct 28 12:57:05 2005 UTC revision 335 by twoaday, Sun Nov 27 12:20:21 2011 UTC
# Line 1  Line 1 
1  /* wptCrypto.h  /* wptCrypto.h
2   *      Copyright (C) 2005 Timo Schulz   *      Copyright (C) 2005, 2008, 2009 Timo Schulz
3   *   *
4   * This file is part of WinPT.   * This file is part of WinPT.
5   *   *
# Line 12  Line 12 
12   * but WITHOUT ANY WARRANTY; without even the implied warranty of   * but WITHOUT ANY WARRANTY; without even the implied warranty of
13   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14   * GNU General Public License for more details.   * GNU General Public License for more details.
  *  
  * You should have received a copy of the GNU General Public License  
  * along with WinPT; if not, write to the Free Software Foundation,  
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA  
15   */   */
   
16  #ifndef WPT_CRYPTO_H  #ifndef WPT_CRYPTO_H
17  #define WPT_CRYPTO_H  #define WPT_CRYPTO_H
18    
 /* Available wipe modes. */  
 enum wipe_mode_t {  
     WIPE_MODE_SIMPLE    = 0,    /* 2 random passes */  
     WIPE_MODE_DOD       = 1,  
     WIPE_MODE_GUTMANN   = 2,  
     WIPE_MODE_FAST      = 3,    /* 1 random pass */  
 };  
   
   
   
19  /* Possible PGP message types. */  /* Possible PGP message types. */
20  enum pgp_type_t {  enum pgp_type_t {
21      PGP_NONE         =  0,      PGP_NONE         =  0,
# Line 42  enum pgp_type_t { Line 27  enum pgp_type_t {
27      PGP_DASH_ESCAPED = 32 /* actually not a type, just a flag */      PGP_DASH_ESCAPED = 32 /* actually not a type, just a flag */
28  };  };
29    
   
 #ifdef __cplusplus  
 extern "C" {  
 #endif  
   
   
 int gpg_md_hash_file (int mdalgo, const char *file, byte *digest, size_t *nlen);  
 int gpg_md_selftest (void);  
   
   
   
   
 int rename_unlink (const char *path);  
 int secure_unlink (const char *path, const int mode);  
 void secure_unlink_set_cb (void (*cb)(void *, const char *, int, int, int),  
                            void *cb_value);  
 int wipe_freespace (const char * drive, HANDLE *r_fd,  
                     void (*cb)(void *, unsigned __int64, unsigned __int64),  
                     void * cb_value);  
   
 #ifdef __cplusplus  
 }  
 #endif  
   
   
30  #endif /*WPT_CRYPTO_H*/  #endif /*WPT_CRYPTO_H*/
   

Legend:
Removed from v.46  
changed lines
  Added in v.335

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26