Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_lib.c658 if (group->meth->point_init == NULL) { in EC_POINT_new()
672 if (!ret->meth->point_init(ret)) { in EC_POINT_new()
H A Dec_local.h66 int (*point_init) (EC_POINT *); member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_lib.c723 if (group->meth->point_init == NULL) { in EC_POINT_new()
737 if (!ret->meth->point_init(ret)) { in EC_POINT_new()
H A Dec_local.h70 int (*point_init) (EC_POINT *); member