Skip to content

Commit 9048113

Browse files
committed
TRNG - remove set seed function
1 parent ea1041e commit 9048113

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hal/hal/trng_api.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ void trng_free(trng_t *obj);
5656
*/
5757
int trng_get_bytes(trng_t *obj, uint8_t *output, size_t length, size_t *output_length);
5858

59-
/** Set an external entropy value
60-
*
61-
* @param obj The TRNG object
62-
* @param seed_value Entropy value to be set
63-
*/
64-
void trng_set_seed(trng_t *obj, uint32_t seed_value);
65-
6659
/**@}*/
6760

6861
#ifdef __cplusplus

0 commit comments

Comments
 (0)