Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/tools/cert_create/src/
Dcert.c24 #define SERIAL_RAND_BITS 64 macro
43 if (!BN_rand(btmp, SERIAL_RAND_BITS, 0, 0)) in rand_serial()
45 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0)) in rand_serial()