Searched refs:ran_out (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/common/crypto/dh/ |
H A D | dh_impl.h | 57 int random_get_bytes(uint8_t *ran_out, size_t ran_len); 58 int random_get_pseudo_bytes(uint8_t *ran_out, size_t ran_len);
|
/titanic_50/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.h | 60 int random_get_bytes(uint8_t *ran_out, size_t ran_len); 61 int random_get_pseudo_bytes(uint8_t *ran_out, size_t ran_len);
|
/titanic_50/usr/src/common/crypto/rsa/ |
H A D | rsa_impl.h | 58 int random_get_bytes(uint8_t *ran_out, size_t ran_len); 59 int random_get_pseudo_bytes(uint8_t *ran_out, size_t ran_len);
|
/titanic_50/usr/src/common/crypto/padding/ |
H A D | padding.h | 58 int knzero_random_generator(uint8_t *ran_out, size_t ran_len);
|
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | ecc.c | 393 ecc_knzero_random_generator(uint8_t *ran_out, size_t ran_len) in ecc_knzero_random_generator() argument 401 if ((rv = random_get_pseudo_bytes(ran_out, ran_len)) != 0) in ecc_knzero_random_generator() 412 if (ran_out[i] != 0) { in ecc_knzero_random_generator() 438 ran_out[i] = extrarand[ebc]; in ecc_knzero_random_generator()
|
H A D | rsa.c | 412 knzero_random_generator(uint8_t *ran_out, size_t ran_len) in knzero_random_generator() argument 420 if ((rv = random_get_pseudo_bytes(ran_out, ran_len)) != 0) in knzero_random_generator() 431 if (ran_out[i] != 0) { in knzero_random_generator() 457 ran_out[i] = extrarand[ebc]; in knzero_random_generator()
|