12 lines
314 B
C
12 lines
314 B
C
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
|
|
* 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. */
|
|
}
|