]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
crypto/fsl: Make function names consistent for blob encapsulation/decapsulation.
authorgaurav rana <gaurav.rana@freescale.com>
Wed, 25 Feb 2015 04:07:09 +0000 (09:37 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:05:52 +0000 (14:05 +0200)
commit4e6716105e720d20893e8848ccde8b86524606e3
tree1044b942005409d140965be9ff7acf2bc62f510f
parent08dc6fc319cb8ac300c28b63042d6f143bf4a10b
crypto/fsl: Make function names consistent for blob encapsulation/decapsulation.

This patch does the following:

1. The function names for encapsulation and decapsulation
were inconsitent in freescale's implementation and cmd_blob file.
This patch corrects the issues.
2. The function protopye is also modified to change the length parameter
from u8 to u32 to allow encapsulation and decapsulation of larger images.
3. Modified the description of km paramter in the command usage for better
readability.

Signed-off-by: Gaurav Rana <gaurav.rana@freescale.com>
Reviewed-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
common/cmd_blob.c
drivers/crypto/fsl/fsl_blob.c