Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_curve.c3061 if (group->meth->group_full_init != NULL) { in ec_group_new_from_data()
3062 if (!group->meth->group_full_init(group, params)) { in ec_group_new_from_data()
H A Dec_local.h199 int (*group_full_init)(EC_GROUP *group, const unsigned char *data); member