summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/trng.c
blob: e67bb94a3af9a7a4bd8d3717ebd4013ee67c5ade (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright 2016 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#include "CryptoEngine.h"

CRYPT_RESULT _cpri__StirRandom(int32_t num, uint8_t *entropy)
{
	return CRYPT_SUCCESS;     /* NO-OP on CR50. */
}