Searched refs:rnd (Results 1 – 3 of 3) sorted by relevance
/optee_test/host/xtest/ |
A D | sha_perf.c | 171 static int rnd; in read_random() local 174 if (!rnd) { in read_random() 175 rnd = open("/dev/urandom", O_RDONLY); in read_random() 176 if (rnd < 0) { in read_random() 181 s = read(rnd, in, rsize); in read_random()
|
A D | aes_perf.c | 312 static int rnd; in read_random() local 315 if (!rnd) { in read_random() 316 rnd = open("/dev/urandom", O_RDONLY); in read_random() 317 if (rnd < 0) { in read_random() 322 s = read(rnd, in, rsize); in read_random()
|
/optee_test/host/openssl/include/openssl/ |
A D | bn.h | 431 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom); 432 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom); 433 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range); 434 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range); 872 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
|
Completed in 7 milliseconds