summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/dcrypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/dcrypto/dcrypto.h')
-rw-r--r--board/cr50/dcrypto/dcrypto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/cr50/dcrypto/dcrypto.h b/board/cr50/dcrypto/dcrypto.h
index 0dc0af78f0..0dbf60df9b 100644
--- a/board/cr50/dcrypto/dcrypto.h
+++ b/board/cr50/dcrypto/dcrypto.h
@@ -1111,6 +1111,11 @@ bool fips_rand_bytes(void *buffer, size_t len)
*/
void *always_memset(void *d, int c, size_t n);
+/**
+ * FIPS module digest for reporting.
+ */
+extern const struct sha256_digest fips_integrity;
+
#ifdef __cplusplus
}
#endif