Fix issue detected by static analysis tool
authorduna.oh <duna.oh@samsung.com>
Wed, 4 Oct 2023 06:16:45 +0000 (15:16 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 21 Dec 2023 23:47:25 +0000 (08:47 +0900)
commit6df61b72c999e4a2e4bc753dcfb4ef06b1d10224
tree2c9c25f39a5848bcf312fcfbef3401a13d00e744
parent081ee8588d700d4eb36a3c5fe808b9f4dfba876d
Fix issue detected by static analysis tool

Use of pseudorandom number generator 'rand' at key-proc.c:45 & atom.c:50
It's bad to use this function for crypto purposes.

Change-Id: I553401a0c341a547dfe779a270b51da8d6aa3d80
bench/key-proc.c
test/atom.c