RC5* Algorithm Functions for 128-bit Block Size
Parent topic:
RC5* Functions
ARCFive128GetSize
Gets the size of the IppsARCFive128Spec context.
ARCFive128Init
Initializes user-supplied memory as the IppsARCFive128Spec context for future use.
ARCFive128Pack, ARCFive128Unpack
Packs/unpacks the IppsARCFive128Spec context into/from a user-defined buffer.
ARCFive128EncryptECB
Encrypts a variable length data stream using the RC5 cipher with 128-bit block size in the ECB mode.
ARCFive128DecryptECB
Decrypts a variable length data stream using the RC5 cipher with 128-bit block size in the EBC mode.
ARCFive128EncryptCBC
Encrypts a variable length data stream using the RC5 cipher with 128-bit block size in the CBC mode.
ARCFive128DecryptCBC
Decrypts a variable length data stream using the RC5 cipher with 128-bit block size in the CBC mode.
ARCFive128EncryptCFB
Encrypts a variable length data stream using the RC5 cipher with 128-bit block size in the CFB mode.
ARCFive128DecryptCFB
Decrypts a variable length data stream using the RC5 cipher with 128-bit block size in the CFB mode.
ARCFive128EncryptOFB
Encrypts a variable length data stream using the RC5 cipher with 128-bit block size in the OFB mode.
ARCFive128DecryptOFB
Decrypts a variable length data stream using the RC5 cipher with 128-bit block size in the OFB mode.
ARCFive128EncryptCTR
Encrypts a variable length data stream using the RC5 cipher with 128-bit block size in the CTR mode.
ARCFive128DecryptCTR
Decrypts a variable length data stream using the RC5 cipher with 128-bit block size in the CTR mode.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.