Searched defs:StdRng (Results 1 – 3 of 3) sorted by relevance
34 pub struct StdRng(Rng); struct36 impl RngCore for StdRng { implementation58 impl SeedableRng for StdRng { implementation72 impl CryptoRng for StdRng {} implementation
121 fn x25519_tests(testcase: CryptoProviderTestCase<X25519Ecdh<StdRng>>) { in x25519_tests()
146 fn p256_tests(testcase: CryptoProviderTestCase<P256Ecdh<StdRng>>) { in p256_tests()