Main Page | Class Hierarchy | Data Structures | Directories | File List | Data Fields | Related Pages

crypto_ext.h

00001 /* DO NOT EDIT: automatically built by dist/s_include. */
00002 #ifndef _crypto_ext_h_
00003 #define _crypto_ext_h_
00004 
00005 #if defined(__cplusplus)
00006 extern "C" {
00007 #endif
00008 
00009 int __aes_setup __P((DB_ENV *, DB_CIPHER *));
00010 u_int __aes_adj_size __P((size_t));
00011 int __aes_close __P((DB_ENV *, void *));
00012 int __aes_decrypt __P((DB_ENV *, void *, void *, u_int8_t *, size_t));
00013 int __aes_encrypt __P((DB_ENV *, void *, void *, u_int8_t *, size_t));
00014 int __aes_init __P((DB_ENV *, DB_CIPHER *));
00015 int __crypto_dbenv_close __P((DB_ENV *));
00016 int __crypto_region_destroy __P((DB_ENV *));
00017 int __crypto_algsetup __P((DB_ENV *, DB_CIPHER *, u_int32_t, int));
00018 int __crypto_decrypt_meta __P((DB_ENV *, DB *, u_int8_t *, int));
00019 int __crypto_set_passwd __P((DB_ENV *, DB_ENV *));
00020 int __db_generate_iv __P((DB_ENV *, u_int32_t *));
00021 int __db_rijndaelKeySetupEnc __P((u32 *, const u8 *, int));
00022 int __db_rijndaelKeySetupDec __P((u32 *, const u8 *, int));
00023 void __db_rijndaelEncrypt __P((u32 *, int, const u8 *, u8 *));
00024 void __db_rijndaelDecrypt __P((u32 *, int, const u8 *, u8 *));
00025 void __db_rijndaelEncryptRound __P((const u32 *, int, u8 *, int));
00026 void __db_rijndaelDecryptRound __P((const u32 *, int, u8 *, int));
00027 int __db_makeKey __P((keyInstance *, int, int, char *));
00028 int __db_cipherInit __P((cipherInstance *, int, char *));
00029 int __db_blockEncrypt __P((cipherInstance *, keyInstance *, u_int8_t *, size_t, u_int8_t *));
00030 int __db_padEncrypt __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *));
00031 int __db_blockDecrypt __P((cipherInstance *, keyInstance *, u_int8_t *, size_t, u_int8_t *));
00032 int __db_padDecrypt __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *));
00033 int __db_cipherUpdateRounds __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *, int));
00034 
00035 #if defined(__cplusplus)
00036 }
00037 #endif
00038 #endif /* !_crypto_ext_h_ */

Generated on Sun Dec 25 12:14:22 2005 for Berkeley DB 4.4.16 by  doxygen 1.4.2