HomeSort by relevance Sort by last modified time
    Searched refs:random_bytes (Results 1 - 13 of 13) 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/syslinux/utils/
md5pass 7 sub random_bytes($) { subroutine
30 $salt = MIME::Base64::encode(random_bytes(6), '');
sha1pass 7 sub random_bytes($) { subroutine
30 $salt = MIME::Base64::encode(random_bytes(6), '');
  /external/libmojo/mojo/edk/embedder/
embedder.cc 152 char random_bytes[16]; local
155 base::RandBytes(random_bytes, 16);
157 crypto::RandBytes(random_bytes, 16);
159 return base::HexEncode(random_bytes, 16);
  /system/tpm/tpm_manager/server/
tpm2_initializer_impl.cc 175 std::string random_bytes; local
176 if (!openssl_util_->GetRandomBytes(kDefaultPasswordSize, &random_bytes)) {
180 random_bytes, nullptr /* No Authorization */);
  /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 14871 TPM2B_DIGEST random_bytes; local
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 3565 png_byte random_bytes[4]; local
8264 png_byte random_bytes[8]; \/* 8 bytes - 64 bits - the biggest pixel *\/ local
    [all...]

Completed in 414 milliseconds