Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_lib.c695 if (point->meth->point_clear_finish != 0) in EC_POINT_clear_free()
696 point->meth->point_clear_finish(point); in EC_POINT_clear_free()
H A Dec_local.h68 void (*point_clear_finish) (EC_POINT *); member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_lib.c760 if (point->meth->point_clear_finish != 0) in EC_POINT_clear_free()
761 point->meth->point_clear_finish(point); in EC_POINT_clear_free()
H A Dec_local.h72 void (*point_clear_finish) (EC_POINT *); member