summaryrefslogtreecommitdiff
path: root/board/host/dcrypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/host/dcrypto.h')
-rw-r--r--board/host/dcrypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/host/dcrypto.h b/board/host/dcrypto.h
index 9c56674413..c124bddd31 100644
--- a/board/host/dcrypto.h
+++ b/board/host/dcrypto.h
@@ -81,6 +81,8 @@ int dcrypto_p256_ecdsa_sign(struct drbg_ctx *drbg, const p256_int *key,
void hmac_drbg_init_rfc6979(struct drbg_ctx *ctx, const p256_int *key,
const p256_int *message);
+bool fips_rand_bytes(void *buffer, size_t len);
+
#endif /* CONFIG_DCRYPTO_MOCK */
#endif /* __CROS_EC_HOST_DCRYPTO_H */