what is a replacement for private_AES_set_encrypt_key and AES_encrypt functions

2018-03-12 Thread Vitaly Andrianov
can I use to replace the removed ones in the above code? I'm very appreciate any advice. Sincerely, -Vitaly Andrianov

[PATCH 1/2] Documentation: dt: rng: add bindings doc for Keystone SA HWRNG driver

2018-03-01 Thread Vitaly Andrianov
The Keystone SA module has a hardware random generator module. This commit adds binding doc for the KS2 SA HWRNG driver. Signed-off-by: Vitaly Andrianov <vita...@ti.com> Signed-off-by: Murali Karicheri <m-kariche...@ti.com> --- Documentation/devicetree/bindings/rng/ks-sa-

[PATCH 2/2] hw_random: keystone2: add hw_random driver

2018-03-01 Thread Vitaly Andrianov
Keystone Security Accelerator module has a hardware random generator sub-module. This commit adds the driver for this sub-module. Signed-off-by: Vitaly Andrianov <vita...@ti.com> [t-kri...@ti.com: dropped one unnecessary dev_err message] Signed-off-by: Tero Kristo <t-kri...@ti.com>

[PATCH 0/2] Keystone2 HW random generator

2018-03-01 Thread Vitaly Andrianov
Keyston2 Security Accelerator has a hardware random generator sub-module. This series adds the driver for the sub-module. Vitaly Andrianov (2): Documentation: dt: rng: add bindings doc for Keystone SA HWRNG driver hw_random: keystone2: add hw_random driver .../devicetree/bindings/rng/ks-sa

Re: [EXTERNAL] Re: what is a replacement for private_AES_set_encrypt_key and AES_encrypt functions

2018-03-13 Thread Vitaly Andrianov
On 03/12/2018 10:43 AM, Ard Biesheuvel wrote: On 12 March 2018 at 14:38, Vitaly Andrianov <vita...@ti.com> wrote: Hello, The Texas Instruments keystone2 out-of-tree kernel uses the private_AES_set_encrypt_key() and the AES_encrypt() at the crypto HW acceleration driver. The "cryp

[PATCH v2 0/2] Keystone2 HW random generator

2018-03-13 Thread Vitaly Andrianov
Keyston2 Security Accelerator has a hardware random generator sub-module. This series adds the driver for the sub-module. Changes in v2: - Changed subject prefix in 1/2 patch - renamed dts node Vitaly Andrianov (2): dt-bindings: rng: add bindings doc for Keystone SA HWRNG driver hw_random

[PATCH v2 2/2] hw_random: keystone2: add hw_random driver

2018-03-13 Thread Vitaly Andrianov
Keystone Security Accelerator module has a hardware random generator sub-module. This commit adds the driver for this sub-module. Signed-off-by: Vitaly Andrianov <vita...@ti.com> [t-kri...@ti.com: dropped one unnecessary dev_err message] Signed-off-by: Tero Kristo <t-kri...@ti.com>

[PATCH v2 1/2] dt-bindings: rng: add bindings doc for Keystone SA HWRNG driver

2018-03-13 Thread Vitaly Andrianov
The Keystone SA module has a hardware random generator module. This commit adds binding doc for the KS2 SA HWRNG driver. Signed-off-by: Vitaly Andrianov <vita...@ti.com> Signed-off-by: Murali Karicheri <m-kariche...@ti.com> Reviewed-by: Rob Herring <r...@kernel.org> --- Docume