Home | History | Annotate | Download | only in openssh

Lines Matching refs:nids

1583 	int nids[] = {
1608 for (i = 0; nids[i] != -1; i++) {
1609 if ((eg = EC_GROUP_new_by_curve_name(nids[i])) == NULL) {
1618 if (nids[i] != -1) {
1626 return nids[i];