⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 crypto_ext.h

📁 这是国外的resip协议栈
💻 H
字号:
/* DO NOT EDIT: automatically built by dist/s_include. */#ifndef	_crypto_ext_h_#define	_crypto_ext_h_#if defined(__cplusplus)extern "C" {#endifint __aes_setup __P((DB_ENV *, DB_CIPHER *));u_int __aes_adj_size __P((size_t));int __aes_close __P((DB_ENV *, void *));int __aes_decrypt __P((DB_ENV *, void *, void *, u_int8_t *, size_t));int __aes_encrypt __P((DB_ENV *, void *, void *, u_int8_t *, size_t));int __aes_init __P((DB_ENV *, DB_CIPHER *));int __crypto_dbenv_close __P((DB_ENV *));int __crypto_region_destroy __P((DB_ENV *));int __crypto_algsetup __P((DB_ENV *, DB_CIPHER *, u_int32_t, int));int __crypto_decrypt_meta __P((DB_ENV *, DB *, u_int8_t *, int));int __crypto_set_passwd __P((DB_ENV *, DB_ENV *));int __db_generate_iv __P((DB_ENV *, u_int32_t *));int __db_rijndaelKeySetupEnc __P((u32 *, const u8 *, int));int __db_rijndaelKeySetupDec __P((u32 *, const u8 *, int));void __db_rijndaelEncrypt __P((u32 *, int, const u8 *, u8 *));void __db_rijndaelDecrypt __P((u32 *, int, const u8 *, u8 *));void __db_rijndaelEncryptRound __P((const u32 *, int, u8 *, int));void __db_rijndaelDecryptRound __P((const u32 *, int, u8 *, int));int __db_makeKey __P((keyInstance *, int, int, char *));int __db_cipherInit __P((cipherInstance *, int, char *));int __db_blockEncrypt __P((cipherInstance *, keyInstance *, u_int8_t *, size_t, u_int8_t *));int __db_padEncrypt __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *));int __db_blockDecrypt __P((cipherInstance *, keyInstance *, u_int8_t *, size_t, u_int8_t *));int __db_padDecrypt __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *));int __db_cipherUpdateRounds __P((cipherInstance *, keyInstance *, u_int8_t *, int, u_int8_t *, int));#if defined(__cplusplus)}#endif#endif /* !_crypto_ext_h_ */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -