Searched refs:btmp (Results 1 – 1 of 1) sorted by relevance
31 BIGNUM *btmp; in rand_serial() local34 btmp = b; in rand_serial()36 btmp = BN_new(); in rand_serial()38 if (!btmp) in rand_serial()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()47 if (ai && !BN_to_ASN1_INTEGER(btmp, ai)) in rand_serial()55 BN_free(btmp); in rand_serial()