Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec_lib.c750 if (point->meth->point_finish != 0) in EC_POINT_free()
751 point->meth->point_finish(point); in EC_POINT_free()
762 else if (point->meth->point_finish != 0) in EC_POINT_clear_free()
763 point->meth->point_finish(point); in EC_POINT_clear_free()
H A Dec_local.h71 void (*point_finish) (EC_POINT *); member

Completed in 17 milliseconds