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

  /external/ppp/pppd/
magic.h 49 void random_bytes __P((unsigned char *buf, int len));
magic.c 87 * random_bytes - Fill a buffer with random bytes.
90 random_bytes(unsigned char *buf, int len) function
chap-md5.c 53 random_bytes(cp, clen);
chap_ms.c 177 random_bytes(challenge, 8);
189 random_bytes(challenge, 16);
  /external/epid-sdk/epid/common-testhelper/
prng-testhelper.h 64 unsigned char* random_bytes = reinterpret_cast<unsigned char*>(random_data); local
77 random_bytes[n] =
  /external/epid-sdk/epid/member/tiny/math/unittests/
onetimepad.h 85 uint8_t* random_bytes = reinterpret_cast<uint8_t*>(random_data); local
106 random_bytes[n] = myprng->data_[myprng->bytes_consumed_++];
  /external/scapy/scapy/layers/tls/
handshake.py 224 #_TLSRandomBytesField("random_bytes", None, 32),
226 _TLSRandomBytesField("random_bytes", None, 28),
254 if self.random_bytes is None:
281 self.random_bytes = msg_str[10:38]
284 self.random_bytes)
312 #_TLSRandomBytesField("random_bytes", None, 32),
314 _TLSRandomBytesField("random_bytes", None, 28),
342 if self.random_bytes is None:
359 self.random_bytes = msg_str[10:38]
362 self.random_bytes)
    [all...]
  /external/nos/test/system-test-harness/src/
runtests.cc 306 ASSERT_EQ(result.random_bytes().size(), request_size);
307 for (const auto rand_byte : result.random_bytes()) {
  /external/libpng/contrib/libtests/
pngvalid.c 3564 png_byte random_bytes[4]; local
8264 png_byte random_bytes[8]; \/* 8 bytes - 64 bits - the biggest pixel *\/ local
    [all...]

Completed in 793 milliseconds