Home | History | Annotate | Download | only in apps

Lines Matching refs:btmp

679 			BIO *btmp;
687 btmp = BIO_new(BIO_f_buffer());
688 pwdbio = BIO_push(btmp, pwdbio);
1771 BIGNUM *btmp;
1774 btmp = b;
1776 btmp = BN_new();
1778 if (!btmp)
1781 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0))
1783 if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
1791 BN_free(btmp);