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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lib.c698 if (point->meth->point_finish != 0)
699 point->meth->point_finish(point);
710 else if (point->meth != NULL && point->meth->point_finish != 0)
711 point->meth->point_finish(point);
H A Dec_lcl.h115 void (*point_finish) (EC_POINT *); member in struct:ec_method_st

Completed in 84 milliseconds