Home
last modified time | relevance | path

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

/rk3399_ARM-atf/tools/cert_create/src/
H A Dcert.c24 #define SERIAL_RAND_BITS 64 macro
42 if (!BN_rand(btmp, SERIAL_RAND_BITS, 0, 0)) in rand_serial()
44 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0)) in rand_serial()