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

  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.cc 57 static const int SERIAL_RAND_BITS = 64;
105 !BN_pseudo_rand(serial_number, SERIAL_RAND_BITS, 0, 0) ||
  /external/chromium_org/third_party/webrtc/base/
opensslidentity.cc 40 static const int SERIAL_RAND_BITS = 64;
88 !BN_pseudo_rand(serial_number, SERIAL_RAND_BITS, 0, 0) ||
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.h 361 #define SERIAL_RAND_BITS 64
apps.c     [all...]
  /external/openssl/apps/
apps.h 363 #define SERIAL_RAND_BITS 64
apps.c     [all...]

Completed in 230 milliseconds