Lines Matching refs:b1
35 BIGNUM *b1;
41 b1 = BN_new();
49 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
65 OPENSSL_assert(BN_bin2bn(buf, l1, b1) == b1);
66 BN_set_negative(b1, s1);
77 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
78 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
82 BN_print_fp(stdout, b1);
96 BN_free(b1);