Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/tools/cert_create/src/
A Dcert.c32 BIGNUM *btmp; in rand_serial() local
35 btmp = b; in rand_serial()
37 btmp = BN_new(); in rand_serial()
39 if (!btmp) in rand_serial()
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()
48 if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) in rand_serial()
56 BN_free(btmp); in rand_serial()

Completed in 2 milliseconds