HomeSort by relevance Sort by last modified time
    Searched refs:random_bytes (Results 1 - 12 of 12) 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/boringssl/src/crypto/bn/
random.c 253 uint8_t random_bytes[64]; local
292 if (!RAND_bytes(random_bytes, sizeof(random_bytes))) {
300 SHA512_Update(&sha, random_bytes, sizeof(random_bytes));
  /system/tpm/tpm_manager/server/
tpm2_initializer_impl.cc 113 std::string random_bytes; local
114 if (!openssl_util_->GetRandomBytes(kDefaultPasswordSize, &random_bytes)) {
118 random_bytes, nullptr /* No Authorization */);
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
perfdiag.py 503 random_bytes = os.urandom(min(file_size,
509 fp.write(random_bytes[:num_bytes])
    [all...]
  /system/tpm/trunks/
tpm_utility_impl.cc 324 TPM2B_SENSITIVE_DATA random_bytes = Make_TPM2B_SENSITIVE_DATA(digest); local
325 return factory_.GetTpm()->StirRandomSync(random_bytes, delegate);
    [all...]
mock_tpm.h 453 TPM2B_DIGEST* random_bytes,
    [all...]
tpm_generated.h     [all...]
tpm_generated.cc 18009 TPM2B_DIGEST random_bytes; local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 3192 png_byte random_bytes[4]; local
7891 png_byte random_bytes[8]; \/* 8 bytes - 64 bits - the biggest pixel *\/ local
    [all...]

Completed in 1171 milliseconds