Home
last modified time | relevance | path

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

/external/openssl/crypto/ec/
Dec_lib.c731 if (point->meth->point_finish != 0) in EC_POINT_free()
732 point->meth->point_finish(point); in EC_POINT_free()
743 else if (point->meth->point_finish != 0) in EC_POINT_clear_free()
744 point->meth->point_finish(point); in EC_POINT_clear_free()
Dec_lcl.h111 void (*point_finish)(EC_POINT *); member