Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_lib.c722 if (group->meth->point_init == NULL) { in EC_POINT_new()
734 if (!ret->meth->point_init(ret)) { in EC_POINT_new()
H A Dec_local.h70 int (*point_init)(EC_POINT *); member