diff options
author | Michael Walle | 2020-06-27 22:58:49 +0200 |
---|---|---|
committer | Priyanka Jain | 2020-07-27 14:16:29 +0530 |
commit | 277405b86ce112e5be39d75ceccb4f0b4e45e1dc (patch) | |
tree | f03ff7c2f54c2e7fd37f0a984bd3f55346900f5c /include/fsl_sec.h | |
parent | 9b86bf2d1438bb7d3e500e19b641a30ebec70ed8 (diff) |
crypto/fsl: export caam_get_era()
We need the era in other modules, too. For example, to get the RNG
version.
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/fsl_sec.h')
-rw-r--r-- | include/fsl_sec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fsl_sec.h b/include/fsl_sec.h index c0d2c7e8667..2ebb75c9b27 100644 --- a/include/fsl_sec.h +++ b/include/fsl_sec.h @@ -316,6 +316,8 @@ int blob_dek(const u8 *src, u8 *dst, u8 len); int sec_init_idx(uint8_t); #endif int sec_init(void); + +u8 caam_get_era(void); #endif #endif /* __FSL_SEC_H */ |