summaryrefslogtreecommitdiff
path: root/include/fsl_caam.h
diff options
context:
space:
mode:
authorWinter Wang <wente.wang@nxp.com>2016-11-30 16:12:57 +0800
committerWinter Wang <wente.wang@nxp.com>2016-12-01 10:21:43 +0800
commit6c5665fe850ad293342e6000827065290a79beba (patch)
treed8af09e7627bdaa4b8a762ede290d881cf6bd977 /include/fsl_caam.h
parenta442e4e7b50f52be3940d6bd885bbbff51171f05 (diff)
downloadu-boot-imx-6c5665fe850ad293342e6000827065290a79beba.zip
u-boot-imx-6c5665fe850ad293342e6000827065290a79beba.tar.gz
u-boot-imx-6c5665fe850ad293342e6000827065290a79beba.tar.bz2
MA-9077 caam: add hwrng
add caam based hwrng Change-Id: Ifabc4ec9da5531e1f1804587901a5dc438db99df Signed-off-by: Winter Wang <wente.wang@nxp.com>
Diffstat (limited to 'include/fsl_caam.h')
-rw-r--r--include/fsl_caam.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fsl_caam.h b/include/fsl_caam.h
index d282a33..e1fdf77 100644
--- a/include/fsl_caam.h
+++ b/include/fsl_caam.h
@@ -70,5 +70,6 @@ uint32_t caam_gen_blob(uint32_t plain_data_addr, uint32_t blob_addr, uint32_t si
//! @return ERROR_XXX
////////////////////////////////////////////////////////////////////////////////
uint32_t caam_decap_blob(uint32_t plain_text, uint32_t blob_addr, uint32_t size);
+uint32_t caam_hwrng(uint8_t *output_ptr, uint32_t output_len);
#endif /* __CAAM_H__ */