Lines Matching defs:b3
38 BIGNUM *b3;
44 b3 = BN_new();
50 * bytes to choose lengths, which generate b1, b2 and b3. Use three bits
69 OPENSSL_assert(BN_bin2bn(buf + l1 + l2, l3, b3) == b3);
70 BN_set_negative(b3, s3);
73 if (BN_is_zero(b3)) {
78 OPENSSL_assert(BN_mod_exp(b4, b1, b2, b3, ctx));
79 OPENSSL_assert(BN_mod_exp_simple(b5, b1, b2, b3, ctx));
87 BN_print_fp(stdout, b3);
99 BN_free(b3);