Hardware encrypt for media streaming

Hi,

We have media streaming function in our system, and because of security demand, we want to encrypt the image data.
What our question is that did TX1 support for the hardware encrypt? If the answer is yes, how can we enable this function and how to use it? Or is there any document we could refer to?

Thanks

Ray0420,
Jetson did implement kernel crypto API,
https://www.kernel.org/doc/html/v4.12/crypto/index.html
For TX1, the hardware seurity engine should offload some of the CPU cycles. Since this is to support standard Linux API so no additional document is provided. Hope this fulfills your need.