Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Dec_lib.c724 if (group->meth->point_init == NULL) { in EC_POINT_new()
738 if (!ret->meth->point_init(ret)) { in EC_POINT_new()
Dec_local.h70 int (*point_init) (EC_POINT *); member