1 /* 2 * Copyright (c) 2023 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 #include <stddef.h> 7 8 #include <zephyr/fff.h> 9 10 #include "crypto.h" 11 12 DEFINE_FAKE_VALUE_FUNC(int, bt_rand, void *, size_t); 13