
Data Fields | |
| void * | handle |
| CipherType | cipher |
| CipherMode | mode |
| size_t | blocksize |
| DecipherBlock | decipher_block |
| DecipherBlock | encipher_block |
| StringInfo * | nonce |
| RandomInfo * | random_info |
| time_t | timestamp |
| size_t | signature |
Definition at line 64 of file cipher.c.
| size_t _CipherInfo::blocksize |
Definition at line 76 of file cipher.c.
Referenced by AcquireCipherInfo(), DecipherCBCMode(), DecipherCFBMode(), DecipherCTRMode(), DecipherECBMode(), DecipherOFBMode(), EncipherCBCMode(), EncipherCFBMode(), EncipherCTRMode(), EncipherECBMode(), EncipherOFBMode(), GenerateCipherNonce(), and GetCipherBlocksize().
Definition at line 70 of file cipher.c.
Referenced by AcquireCipherInfo(), DestroyCipherInfo(), and SetCipherKey().
Definition at line 79 of file cipher.c.
Referenced by AcquireCipherInfo(), DecipherCBCMode(), and DecipherECBMode().
Definition at line 82 of file cipher.c.
Referenced by AcquireCipherInfo(), DecipherCFBMode(), DecipherCTRMode(), DecipherOFBMode(), EncipherCBCMode(), EncipherCFBMode(), EncipherCTRMode(), EncipherECBMode(), and EncipherOFBMode().
| void* _CipherInfo::handle |
Definition at line 67 of file cipher.c.
Referenced by AcquireCipherInfo(), DecipherCBCMode(), DecipherCFBMode(), DecipherCTRMode(), DecipherECBMode(), DecipherOFBMode(), DestroyCipherInfo(), EncipherCBCMode(), EncipherCFBMode(), EncipherCTRMode(), EncipherECBMode(), EncipherOFBMode(), and SetCipherKey().
Definition at line 73 of file cipher.c.
Referenced by AcquireCipherInfo(), DecipherCipher(), EncipherCipher(), and GenerateCipherNonce().
Definition at line 85 of file cipher.c.
Referenced by AcquireCipherInfo(), DecipherCBCMode(), DecipherCFBMode(), DecipherCTRMode(), DecipherOFBMode(), DestroyCipherInfo(), EncipherCBCMode(), EncipherCFBMode(), EncipherCTRMode(), EncipherOFBMode(), GetCipherNonce(), ResetCipherNonce(), and SetCipherNonce().
Definition at line 88 of file cipher.c.
Referenced by AcquireCipherInfo(), DestroyCipherInfo(), EncipherCBCMode(), EncipherCTRMode(), EncipherECBMode(), EncipherOFBMode(), and GenerateCipherNonce().
| size_t _CipherInfo::signature |
Definition at line 94 of file cipher.c.
Referenced by AcquireCipherInfo(), DecipherCBCMode(), DecipherCFBMode(), DecipherCipher(), DecipherCTRMode(), DecipherECBMode(), DecipherOFBMode(), DestroyCipherInfo(), EncipherCBCMode(), EncipherCFBMode(), EncipherCipher(), EncipherCTRMode(), EncipherECBMode(), EncipherOFBMode(), GenerateCipherNonce(), GetCipherBlocksize(), GetCipherNonce(), ResetCipherNonce(), SetCipherKey(), and SetCipherNonce().
| time_t _CipherInfo::timestamp |
Definition at line 91 of file cipher.c.
Referenced by AcquireCipherInfo().
1.6.2-20100208