init: get rid of td_fill_rand_seeds_internal
authorVincent Fu <vincent.fu@samsung.com>
Fri, 24 Mar 2023 18:08:25 +0000 (18:08 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 13 Apr 2023 17:33:00 +0000 (13:33 -0400)
commit9d8b492fc5593ca2d4a5eb15f477e7e672232fde
treeca681fd81045ecf24a26e2c8d8f108a0147f9f24
parentab3c4e7868980f91439a1fe888b0f13b27f3cd42
init: get rid of td_fill_rand_seeds_internal

Do all the work of td_fill_rand_seeds_internal in td_fill_rand_seeds
since td_fill_rand_seeds was basically emptied by the previous patch.

No functional change.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
init.c