RidgeRun gst-crypto GStreamer Plugin: Difference between revisions

From RidgeRun Developer Wiki
Line 1: Line 1:
= Overview =
= Overview =
= Source code =
== Location ==
* https://github.com/RidgeRun/gst-crypto
== Clone ==
git clone https://github.com/RidgeRun/gst-crypto
=== Branch 0.10 ===
git checkout release-0.10
'''Note:''' There are tagged releases also.


= RR SDK Integration =
= RR SDK Integration =

Revision as of 01:04, 2 April 2015

Overview

Source code

Location

Clone

git clone https://github.com/RidgeRun/gst-crypto

Branch 0.10

git checkout release-0.10

Note: There are tagged releases also.

RR SDK Integration

Using Crypto Hardware Acceleration

Crypto Hardware Acceleration can be used transparently with the plugin and can be configured independently.

There are some considerations to take into account:

  • Does the MCU include a hardware crypto unit (e.g. CAAM on i.MX6)?
  • Which setup would result in a performance gain (e.g data block size on i.MX6)?
  • Is the cipher to be used supported by the hardware crypto unit and the kernel driver?
  • Is the kernel driver implemented efficiently?

See: