summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/p256.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/dcrypto/p256.c')
-rw-r--r--board/cr50/dcrypto/p256.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cr50/dcrypto/p256.c b/board/cr50/dcrypto/p256.c
index cfbf068b7a..52d65fbaae 100644
--- a/board/cr50/dcrypto/p256.c
+++ b/board/cr50/dcrypto/p256.c
@@ -190,6 +190,7 @@ void p256_fast_random(p256_int *rnd)
P256_DIGIT(rnd, i) = fast_random();
}
+/* B.5.2 Per-Message Secret Number Generation by Testing Candidates */
enum hmac_result p256_hmac_drbg_generate(struct drbg_ctx *ctx, p256_int *rnd)
{
enum hmac_result result;