Home
last modified time | relevance | path

Searched refs:SERIAL_RAND_BITS (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dopensslidentity.cc40 static const int SERIAL_RAND_BITS = 64; variable
88 !BN_pseudo_rand(serial_number, SERIAL_RAND_BITS, 0, 0) || in MakeCertificate()
/external/openssl/apps/
Dapps.h363 #define SERIAL_RAND_BITS 64 macro
Dapps.c1785 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0)) in rand_serial()