Add required mocks to be able to compile/test /bluetooth/host/crypto.c Signed-off-by: Ahmed Moheb <ahmed.moheb@nordicsemi.no>
11 lines
227 B
C
11 lines
227 B
C
/*
|
|
* Copyright (c) 2022 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <tinycrypt/hmac_prng.h>
|
|
|
|
/* crypto.c declarations */
|
|
struct tc_hmac_prng_struct *bt_crypto_get_hmac_prng_instance(void);
|