Searched refs:jacobian_coords (Results 1 – 1 of 1) sorted by relevance
138 const EC_POINT* jacobian_coords = EC_KEY_get0_public_key(ecKey); in GetEcdsa256KeyFromCert() local139 if (!jacobian_coords) return TranslateLastOpenSslError(); in GetEcdsa256KeyFromCert()144 if (!EC_POINT_get_affine_coordinates_GFp(EC_KEY_get0_group(ecKey), jacobian_coords, x.get(), in GetEcdsa256KeyFromCert()