Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssl/crypto/ec/
Dec_lib.c710 if (point->meth->point_clear_finish != 0) in EC_POINT_clear_free()
711 point->meth->point_clear_finish(point); in EC_POINT_clear_free()
Dec_lcl.h121 void (*point_clear_finish) (EC_POINT *); member