Home | History | Annotate | Download | only in apps

Lines Matching refs:btmp

678 			BIO *btmp;
686 btmp = BIO_new(BIO_f_buffer());
687 pwdbio = BIO_push(btmp, pwdbio);
1762 BIGNUM *btmp;
1765 btmp = b;
1767 btmp = BN_new();
1769 if (!btmp)
1772 if (!BN_pseudo_rand(btmp, SERIAL_RAND_BITS, 0, 0))
1774 if (ai && !BN_to_ASN1_INTEGER(btmp, ai))
1782 BN_free(btmp);