Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/ec/
Dec.c634 if (point->meth->point_finish != 0) { in EC_POINT_free()
635 point->meth->point_finish(point); in EC_POINT_free()
647 } else if (point->meth->point_finish != 0) { in EC_POINT_clear_free()
648 point->meth->point_finish(point); in EC_POINT_clear_free()
Dinternal.h110 void (*point_finish)(EC_POINT *); member