Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Dec_lib.c658 if (group->meth->point_init == NULL) { in EC_POINT_new()
672 if (!ret->meth->point_init(ret)) { in EC_POINT_new()
Dec_local.h66 int (*point_init) (EC_POINT *); member