Home
last modified time | relevance | path

Searched refs:trusty_rng_secure_rand (Results 1 – 7 of 7) sorted by relevance

/trusty/user/app/sample/hwrng-bench/
Dmain.c53 {2, trusty_rng_secure_rand}, {4, trusty_rng_secure_rand},
54 {8, trusty_rng_secure_rand}, {16, trusty_rng_secure_rand},
55 {32, trusty_rng_secure_rand}, {64, trusty_rng_secure_rand},
56 {128, trusty_rng_secure_rand}, {256, trusty_rng_secure_rand},
57 {512, trusty_rng_secure_rand}, {1024, trusty_rng_secure_rand},
58 {2048, trusty_rng_secure_rand}, {4096, trusty_rng_secure_rand},
/trusty/user/base/lib/rng/include/lib/rng/
Dtrusty_rng.h27 int trusty_rng_secure_rand(uint8_t* data, size_t len);
/trusty/user/base/lib/rng/
Dtrusty_rng.c47 int trusty_rng_secure_rand(uint8_t* data, size_t len) { in trusty_rng_secure_rand() function
/trusty/user/app/storage/test/storage-benchmark/
Dmain.c85 trusty_rng_secure_rand(storage_state.data, sz); in BENCH_SETUP()
/trusty/user/app/gatekeeper/
Dtrusty_gatekeeper.cpp87 if (trusty_rng_secure_rand(rand_seed.get(), RNG_RESEED_SIZE) != NO_ERROR) { in ReseedRng()
180 trusty_rng_secure_rand(reinterpret_cast<uint8_t*>(random), requested_size); in GetRandom()
/trusty/user/app/confirmationui/src/
Dsecure_input_tracker.cpp49 if (trusty_rng_secure_rand(result.data(), result.size()) == NO_ERROR) { in getNonce()
/trusty/user/base/lib/hwbcc/common/
Dswbcc.c269 rc = trusty_rng_secure_rand(session->test_key_seed, in swbcc_init()