Lines Matching refs:btmp
290 BIO *btmp;
301 btmp = BIO_new(BIO_f_buffer());
302 if (btmp == NULL) {
308 pwdbio = BIO_push(btmp, pwdbio);
1612 BIGNUM *btmp;
1615 btmp = b == NULL ? BN_new() : b;
1616 if (btmp == NULL)
1619 if (!BN_rand(btmp, SERIAL_RAND_BITS, BN_RAND_TOP_ANY, BN_RAND_BOTTOM_ANY))
1621 if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
1628 if (btmp != b)
1629 BN_free(btmp);