Home
last modified time | relevance | path

Searched refs:point_set_affine_coordinates (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ec/
Dec_lib.c800 if (group->meth->point_set_affine_coordinates == NULL) { in EC_POINT_set_affine_coordinates()
809 if (!group->meth->point_set_affine_coordinates(group, point, x, y, ctx)) in EC_POINT_set_affine_coordinates()
Dec_local.h87 int (*point_set_affine_coordinates) (const EC_GROUP *, EC_POINT *, member