Home | History | Annotate | Download | only in ec

Lines Matching refs:tmp_scalar

1718   BIGNUM *x, *y, *z, *tmp_scalar;
1742 (tmp_scalar = BN_CTX_get(ctx)) == NULL) {
1783 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
1787 num_bytes = BN_bn2bin(tmp_scalar, tmp);
1827 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) {
1831 num_bytes = BN_bn2bin(tmp_scalar, tmp);