Lines Matching refs:bnH
33212 98 BIGNUM *bnH;
33229 115 bnH = BN_CTX_get(context);
33231 117 if (bnH == NULL)
33242 128 BnFrom2B(bnH, curveData->h);
33254 135 && EC_GROUP_set_generator(group, P, bnN, bnH)
35212 1685 BIGNUM *bnH;
35229 1702 bnH = BN_CTX_get(context);
35250 1723 BnFrom2B(bnH, curveData->h);
35286 1754 if(!BN_is_one(bnH))
35289 1757 if(!BN_mul(bnTa, bnTa, bnH, context))
35387 1828 BIGNUM *bnH;
35410 1845 bnH = BN_CTX_get(context);
35425 1860 BnFrom2B(bnH, curveData->h);
35455 1890 if(!BN_is_one(bnH))
35458 1893 if(!BN_mul(bnTa, bnTa, bnH, context))