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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/ec/
H A Dec_lib.c348 if (point->meth->point_finish != 0)
349 point->meth->point_finish(point);
360 else if (point->meth != NULL && point->meth->point_finish != 0)
361 point->meth->point_finish(point);
H A Dec_lcl.h87 void (*point_finish)(EC_POINT *); member in struct:ec_method_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_lib.c731 if (point->meth->point_finish != 0)
732 point->meth->point_finish(point);
743 else if (point->meth != NULL && 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 106 milliseconds