NISTP384_PRE_COMP
NISTP384_PRE_COMP *nistp384;
NISTP384_PRE_COMP *ossl_ec_nistp384_pre_comp_dup(NISTP384_PRE_COMP *);
void ossl_ec_nistp384_pre_comp_free(NISTP384_PRE_COMP *);
static NISTP384_PRE_COMP *nistp384_pre_comp_new(void)
NISTP384_PRE_COMP *ret = OPENSSL_zalloc(sizeof(*ret));
NISTP384_PRE_COMP *ossl_ec_nistp384_pre_comp_dup(NISTP384_PRE_COMP *p)
void ossl_ec_nistp384_pre_comp_free(NISTP384_PRE_COMP *p)
NISTP384_PRE_COMP *pre = NULL;
NISTP384_PRE_COMP *pre = NULL;