RC5* Algorithm Functions for 64-bit Block Size
Parent topic:
RC5* Functions
ARCFive64GetSize
Gets the size of the IppsARCFive64Spec context.
ARCFive64Init
Initializes user-supplied memory as the IppsARCFive64Spec context for future use.
ARCFive64Pack, ARCFive64Unpack
Packs/unpacks the IppsARCFive64Spec context into/from a user-defined buffer.
ARCFive64EncryptECB
Encrypts a variable length data stream using the RC5 cipher with 64-bit block size in the ECB mode.
ARCFive64DecryptECB
Decrypts a variable length data stream using the RC5 cipher with 64-bit block size in the ECB mode.
ARCFive64EncryptCBC
Encrypts a variable length data stream using the RC5 cipher with 64-bit block size in the CBC mode.
ARCFive64DecryptCBC
Decrypts a variable length data stream using the RC5 cipher with 64-bit block size in the CBC mode.
ARCFive64EncryptCFB
Encrypts a variable length data stream using the RC5 cipher with 64-bit block size in the CFB mode.
ARCFive64DecryptCFB
Decrypts a variable length data stream using the RC5 cipher with 64-bit block size in the CFB mode.
ARCFive64EncryptOFB
Encrypts a variable length data stream using the RC5 cipher with 64-bit block size in the OFB mode.
ARCFive64DecryptOFB
Decrypts a variable length data stream using the RC5 cipher with 64-bit block size in the OFB mode.
ARCFive64EncryptCTR
Encrypts a variable length data stream using the RC5 cipher with 64-bit block size in the CTR mode.
ARCFive64DecryptCTR
Decrypts a variable length data stream using the RC5 cipher with 64-bit block size in the CTR mode.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.