Home | History | Annotate | Download | only in apps

Lines Matching refs:btmp

681 			BIO *btmp;
689 btmp = BIO_new(BIO_f_buffer());
690 pwdbio = BIO_push(btmp, pwdbio);
1775 BIGNUM *btmp;
1778 btmp = b;
1780 btmp = BN_new();
1782 if (!btmp)
1785 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0))
1787 if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
1795 BN_free(btmp);