Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Dec_lib.c685 if (point->meth->point_finish != 0) in EC_POINT_free()
686 point->meth->point_finish(point); in EC_POINT_free()
697 else if (point->meth->point_finish != 0) in EC_POINT_clear_free()
698 point->meth->point_finish(point); in EC_POINT_clear_free()
Dec_local.h67 void (*point_finish) (EC_POINT *); member