Lines Matching refs:bnW
30869 150 BIGNUM *bnW,
30892 168 pAssert(BN_is_bit_set(bnW, 0));
30904 180 BN_copy(bnWm1, bnW);
30913 189 wLen = BN_num_bits(bnW);
30943 219 if(BN_mod_exp(bnZ, bnB, bnM, bnW, context) != 1)
30959 230 if(BN_mod_mul(bnZ, bnZ, bnZ, bnW, context) != 1)
34728 1299 BIGNUM *bnW;
34762 1333 bnW = BN_CTX_get(context);
34813 1379 if (BN_mod_inverse(bnW, bnS, bnN, context) == NULL)
34817 1383 if( !BN_mod_mul(bnU1, bnE, bnW, bnN, context)
34818 1384 || !BN_mod_mul(bnU2, bnR, bnW, bnN, context))