FireSync API
Home
Types
Files
All
Classes
Files
Functions
Variables
Typedefs
Friends
Macros
Modules
Pages
kBlowfishCipher.h
Go to the documentation of this file.
1
9
#ifndef K_FIRESYNC_BLOWFISHCIPHER_H
10
#define K_FIRESYNC_BLOWFISHCIPHER_H
11
12
#include <
kFireSync/kFsDef.h
>
13
#include <
kFireSync/Crypto/kCipher.h
>
14
15
kBeginHeader()
16
17
23
//typedef kCipher kBlowfishCipher; --forward-declared in kFsDef.x.h
24
25
37
kFsFx(
kStatus
)
kBlowfishCipher_Construct
(
kBlowfishCipher
* blowfish, const
kByte
* key,
kSize
keyLength,
kCipherPadding
padding,
kCipherMode
cipherMode,
kAlloc
allocator);
38
39
kEndHeader()
40
41
#include <kFireSync/Crypto/kBlowfishCipher.x.h>
42
43
#endif
kCipherPadding
Represents pattern mode for the encrypt function.
kSize
kAlloc
kByte
kBlowfishCipher::kBlowfishCipher_Construct
kStatus kBlowfishCipher_Construct(kBlowfishCipher *blowfish, const kByte *key, kSize keyLength, kCipherPadding padding, kCipherMode cipherMode, kAlloc allocator)
Constructs a kBlowfishCipher instance.
kFsDef.h
Essential API declarations for the kFireSync library.
kBlowfishCipher
Blowfish Cipher implementation.
kCipher.h
Declares the kCipher class.
kStatus
kCipherMode
Represents cipher mode for en- and decrypt functions.
Crypto
kBlowfishCipher.h
This site is best viewed with Firefox. Copyright (C) 2003-2016 by LMI Technologies.