Overview | Namespace | Class | 索引 | Help |
全世界の 機能(する)/行事s in 全世界の Namespace C++
in Sourcefile cipher.h
- rtl_cipher_create
- extern "C"
rtlCipher rtl_cipher_create( rtlCipherAlgorithm Algorithm, rtlCipherMode 方式 );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Create a cipher 扱う for the given algorithm and 方式.
- See Also
- rtlCipherAlgorithm
rtlCipherMode
- Parameters
Algorithm cipher algorithm.
方式 cipher 方式.
- Return
- Cipher 扱う, or 0 upon 失敗.
- rtl_cipher_createARCFOUR
- extern "C"
rtlCipher rtl_cipher_createARCFOUR( rtlCipherMode 方式 );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Create a RC4 cipher 扱う for the given 方式.
- Description
- The RC4 symmetric stream cipher algorithm is 明示するd in Bruce Schneier: 適用するd Cryptography, 2nd 版, ch. 17.1
- See Also
- rtl_cipher_create()
- Parameters
方式 cipher 方式. Must be rtl_Cipher_ModeStream.
- Return
- Cipher 扱う, or 0 upon 失敗.
- rtl_cipher_createBF
- extern "C"
rtlCipher rtl_cipher_createBF( rtlCipherMode 方式 );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Create a Blowfish cipher 扱う for the given 方式.
- Description
- The Blowfish 封鎖する cipher algorithm is 明示するd in Bruce Schneier: 適用するd Cryptography, 2nd 版, ch. 14.3
- See Also
- rtl_cipher_create()
- rtl_cipher_decode
- extern "C"
rtlCipherError rtl_cipher_decode( rtlCipher Cipher, const 無効の * pData, sal_Size nDatLen, sal_uInt8 * pBuffer, sal_Size nBufLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Decode a 衝撃を和らげるもの under a given cipher algorithm.
- 必須条件
- Initialized for a 両立できる cipher direction.
- See Also
- rtl_cipher_init()
- Parameters
Cipher cipher 扱う.
pData ciphertext 衝撃を和らげるもの.
nDatLen ciphertext length in bytes.
pBuffer plaintext 衝撃を和らげるもの.
nBufLen plaintext length in bytes.
- Return
- rtl_Cipher_E_None upon success.
- rtl_cipher_decodeARCFOUR
- extern "C"
rtlCipherError rtl_cipher_decodeARCFOUR( rtlCipher Cipher, const 無効の * pData, sal_Size nDatLen, sal_uInt8 * pBuffer, sal_Size nBufLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Decode a 衝撃を和らげるもの under the RC4 cipher algorithm.
- See Also
- rtl_cipher_decode()
- rtl_cipher_decodeBF
- extern "C"
rtlCipherError rtl_cipher_decodeBF( rtlCipher Cipher, const 無効の * pData, sal_Size nDatLen, sal_uInt8 * pBuffer, sal_Size nBufLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Decode a 衝撃を和らげるもの under the Blowfish cipher algorithm.
- See Also
- rtl_cipher_decode()
- rtl_cipher_destroy
- extern "C"
無効の rtl_cipher_destroy( rtlCipher Cipher );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Destroy a cipher 扱う.
- Parameters
Cipher cipher 扱う to be destroyed.
- Return
- 非,不,無. Cipher 扱う destroyed and 無効の.
- rtl_cipher_destroyARCFOUR
- extern "C"
無効の rtl_cipher_destroyARCFOUR( rtlCipher Cipher );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Destroy a RC4 cipher 扱う.
- See Also
- rtl_cipher_destroy()
- rtl_cipher_destroyBF
- extern "C"
無効の rtl_cipher_destroyBF( rtlCipher Cipher );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Destroy a Blowfish cipher 扱う.
- See Also
- rtl_cipher_destroy()
- rtl_cipher_encode
- extern "C"
rtlCipherError rtl_cipher_encode( rtlCipher Cipher, const 無効の * pData, sal_Size nDatLen, sal_uInt8 * pBuffer, sal_Size nBufLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Encode a 衝撃を和らげるもの under a given cipher algorithm.
- 必須条件
- Initialized for a 両立できる cipher direction.
- See Also
- rtl_cipher_init()
- Parameters
Cipher cipher 扱う.
pData plaintext 衝撃を和らげるもの.
nDatLen plaintext length in bytes.
pBuffer ciphertext 衝撃を和らげるもの.
nBufLen ciphertext length in bytes.
- Return
- rtl_Cipher_E_None upon success.
- rtl_cipher_encodeARCFOUR
- extern "C"
rtlCipherError rtl_cipher_encodeARCFOUR( rtlCipher Cipher, const 無効の * pData, sal_Size nDatLen, sal_uInt8 * pBuffer, sal_Size nBufLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Encode a 衝撃を和らげるもの under the RC4 cipher algorithm.
- See Also
- rtl_cipher_encode()
- rtl_cipher_encodeBF
- extern "C"
rtlCipherError rtl_cipher_encodeBF( rtlCipher Cipher, const 無効の * pData, sal_Size nDatLen, sal_uInt8 * pBuffer, sal_Size nBufLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Encode a 衝撃を和らげるもの under the Blowfish cipher algorithm.
- See Also
- rtl_cipher_encode()
- rtl_cipher_init
- extern "C"
rtlCipherError rtl_cipher_init( rtlCipher Cipher, rtlCipherDirection Direction, const sal_uInt8 * pKeyData, sal_Size nKeyLen, const sal_uInt8 * pArgData, sal_Size nArgLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Inititialize a cipher for the given direction.
- See Also
- rtlCipherDirection
- Parameters
Cipher cipher 扱う.
Direction cipher direction.
pKeyData 重要な 構成要素 衝撃を和らげるもの.
nKeyLen 重要な 構成要素 length in bytes.
pArgData initialization vector 衝撃を和らげるもの.
nArgLen initialization vector length in bytes.
- Return
- rtl_Cipher_E_None upon success.
- rtl_cipher_initARCFOUR
- extern "C"
rtlCipherError rtl_cipher_initARCFOUR( rtlCipher Cipher, rtlCipherDirection Direction, const sal_uInt8 * pKeyData, sal_Size nKeyLen, const sal_uInt8 * pArgData, sal_Size nArgLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Inititialize a RC4 cipher for the given direction.
- See Also
- rtl_cipher_init()
- rtl_cipher_initBF
- extern "C"
rtlCipherError rtl_cipher_initBF( rtlCipher Cipher, rtlCipherDirection Direction, const sal_uInt8 * pKeyData, sal_Size nKeyLen, const sal_uInt8 * pArgData, sal_Size nArgLen );
- extern "C"
事実上の abstract const volatile template static inline C-結合,連鎖 NO NO NO NO NO NO NO YES
- 要約
- Inititialize a Blowfish cipher for the given direction.
- See Also
- rtl_cipher_init()
最高の,を越す of Page
Copyright © 2012, The Apache ソフトウェア 創立/基礎, Licensed under the Apache License, 見解/翻訳/版 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache ソフトウェア 創立/基礎. Other 指名するs may be trademarks of their 各々の owners.