mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 06:05:23 +00:00
Expose LE Encrypt helpers to applications. If software- based controller is compiled-in, then controller's AES hardware will be used by the exposed helper interface. Change-id: I2bac9dfa5ccb3dd50447079affb52d920ae5bd81 Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>.
9 lines
168 B
C
9 lines
168 B
C
/*
|
|
* Copyright (c) 2016-2017 Nordic Semiconductor ASA
|
|
* Copyright (c) 2015-2016 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
int prng_init(void);
|