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

  /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/ppp/pppd/
magic.c 87 * random_bytes - Fill a buffer with random bytes.
90 random_bytes(unsigned char *buf, int len) function
  /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 */);
  /external/boringssl/src/crypto/bn/
random.c 270 uint8_t random_bytes[64]; local
309 if (!RAND_bytes(random_bytes, sizeof(random_bytes))) {
317 SHA512_Update(&sha, random_bytes, sizeof(random_bytes));
  /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/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...]
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 252 milliseconds