Searched defs:ran_len (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c393 ecc_knzero_random_generator(uint8_t *ran_out, size_t ran_len) argument
401 if ((rv = random_get_pseudo_bytes(ran_out, ran_len)) != 0)
411 while (i < ran_len) {
H A Drsa.c412 knzero_random_generator(uint8_t *ran_out, size_t ran_len) argument
420 if ((rv = random_get_pseudo_bytes(ran_out, ran_len)) != 0)
430 while (i < ran_len) {

Completed in 118 milliseconds