Lines Matching full:bnv
1436 BIGNUM *bnV;1462 bnV = BN_CTX_get(context);1511 if( BN_bin2bn(R.x.t.buffer, R.x.t.size, bnV) == NULL1512 || !BN_mod(bnV, bnV, bnN, context))1515 if(BN_cmp(bnV, bnR) == 0)