Re: Regarding Porting of hardware cryptography to Linux kernel

2017-06-23 Thread Marek Vasut
On 06/23/2017 07:16 AM, sagar khadgi wrote: > Hi Marek, Hi, > Thanks for replying. > > Regarding Hardware: > > I am using Xilinx zynq FPGA with Athena Core which as AES, RSA, DSA, > ECDSA, NRBG etc feature. > I am trying to integrate with Linux kernal. Can you please tell me is > there any docu

Re: Regarding Porting of hardware cryptography to Linux kernel

2017-06-22 Thread Marek Vasut
On 06/22/2017 01:50 PM, sagar khadgi wrote: > Hi Marek, Hi, > I am having one microcontroller which has AES, HMAC, SHA, DES, RSA, DSA, > ECDSA cryptographic services. I want to port it to Linux Kernal so that > I can access them through OpenSSL from user space. > > I am new to Linux. Can you ple