HomeSort by relevance Sort by last modified time
    Searched refs:random_generator (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_utils.h 37 QuicRandom* random_generator,
crypto_utils.cc 24 QuicRandom* random_generator,
43 random_generator->RandBytes(&(*nonce)[bytes_written],
  /external/chromium_org/net/quic/
quic_connection_helper.h 36 QuicRandom* random_generator);
quic_connection_helper.cc 96 QuicRandom* random_generator)
100 random_generator_(random_generator) {
quic_packet_generator.h 96 QuicRandom* random_generator,
quic_packet_creator.h 35 QuicRandom* random_generator);
quic_crypto_server_stream_test.cc 75 connection_->clock(), connection_->random_generator(),
180 reinterpret_cast<MockRandom*>(client_conn->random_generator())->ChangeValue();
quic_packet_generator.cc 20 QuicRandom* random_generator,
24 packet_creator_(connection_id, framer, random_generator),
quic_crypto_server_stream.cc 177 session()->connection()->random_generator(),
quic_packet_creator.cc 60 QuicRandom* random_generator)
64 random_bool_source_(new QuicRandomBoolSource(random_generator)),
quic_stream_factory.h 97 QuicRandom* random_generator,
quic_crypto_client_stream.cc 190 session()->connection()->random_generator(),
quic_connection.h 371 QuicRandom* random_generator() const { return random_generator_; } function in class:net::QuicConnection
quic_stream_factory.cc 455 QuicRandom* random_generator,
470 random_generator_(random_generator),
quic_connection_test.cc 246 TestConnectionHelper(MockClock* clock, MockRandom* random_generator)
248 random_generator_(random_generator) {
    [all...]
  /external/fio/
thread_options.h 124 unsigned int random_generator; member in struct:thread_options
348 uint32_t random_generator; member in struct:thread_options_pack
cconv.c 162 o->random_generator = le32_to_cpu(top->random_generator);
332 top->random_generator = cpu_to_le32(o->random_generator);
filesetup.c 1047 if (td->o.random_generator == FIO_RAND_GEN_LFSR) {
1535 if (td->o.random_generator == FIO_RAND_GEN_LFSR)
io_u.c 92 if (td->o.random_generator == FIO_RAND_GEN_TAUSWORTHE) {
189 if (td->o.random_generator == FIO_RAND_GEN_TAUSWORTHE)
    [all...]
options.c     [all...]
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 146 server_session.connection()->random_generator(),

Completed in 349 milliseconds