Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

in ippcp rijndael functions,i meet error using free()

bob_y_
Beginner
641 Views

 

i use the rijndaelECB to encrypt text ,

first i malloc the memory for IppsAESSpec* rijndael_context

then i do the encryption and decryption

but when i try to free(rijndael_context)

error invalid pointer

 

i checked that the address for rijndael_context​ stays the same ,so whats the reason for that error 

 

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
641 Views

HI Bob,  
Can you explain how to allocate the memory,  and how to free the memory?  

regards,
Chao

0 Kudos
Reply