Home | History | Annotate | Download | only in bn

Lines Matching full:bn_mul

175       if (!BN_mul(rr, rr, v, ctx)) {
323 if (!BN_mul(b, a, &(recp->Nr), ctx)) {
331 if (!BN_mul(b, &(recp->N), d, ctx)) {
380 if (!BN_mul(a, x, y, ctx)) {