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

  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
cert.c 47 #define SERIAL_RAND_BITS 64
61 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0))
  /external/webrtc/webrtc/base/
opensslidentity.cc 37 static const int SERIAL_RAND_BITS = 64;
111 !BN_pseudo_rand(serial_number, SERIAL_RAND_BITS, 0, 0) ||

Completed in 138 milliseconds