Home
last modified time | relevance | path

Searched refs:RNG_GenerateGlobalRandomBytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h206 #define RNG_GenerateGlobalRandomBytes(p,l) ecc_knzero_random_generator((p), (l)) macro
208 #define RNG_GenerateGlobalRandomBytes(p,l) \ macro
H A Dec.c398 CHECK_SEC_OK( RNG_GenerateGlobalRandomBytes(privKeyBytes, 2*len) ); in ec_GenerateRandomPrivateKey()