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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_lib.c122 if (group->meth->group_finish != 0)
123 group->meth->group_finish(group);
145 else if (group->meth->group_finish != 0)
146 group->meth->group_finish(group);
H A Dec_lcl.h97 void (*group_finish) (EC_GROUP *); member in struct:ec_method_st

Completed in 61 milliseconds