Home | History | Annotate | Download | only in openssh

Lines Matching refs:EC_POINT_new

1546 		if ((q = EC_POINT_new(EC_KEY_get0_group(key->ecdsa))) == NULL)
1547 fatal("key_from_blob: EC_POINT_new failed");
2160 if ((nq = EC_POINT_new(group)) == NULL)