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

/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec_lib.c731 if (point->meth->point_finish != 0)
732 point->meth->point_finish(point);
743 else if (point->meth->point_finish != 0)
744 point->meth->point_finish(point);
H A Dec_lcl.h111 void (*point_finish)(EC_POINT *); member in struct:ec_method_st

Completed in 84 milliseconds