Lines Matching refs:tmp_scalar
1139 BIGNUM *x, *y, *z, *tmp_scalar;
1163 (tmp_scalar = BN_CTX_get(ctx)) == NULL) {
1205 if (!BN_nnmod(tmp_scalar, p_scalar, &group->order, ctx)) {
1209 num_bytes = BN_bn2bin(tmp_scalar, tmp);
1251 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) {
1255 num_bytes = BN_bn2bin(tmp_scalar, tmp);