Home | History | Annotate | Download | only in ec

Lines Matching refs:pstr

86 		ASN1_STRING *pstr = NULL;
87 pstr = ASN1_STRING_new();
88 if (!pstr)
90 pstr->length = i2d_ECParameters(ec_key, &pstr->data);
91 if (pstr->length < 0)
93 ASN1_STRING_free(pstr);
97 *ppval = pstr;
144 ASN1_STRING *pstr = pval;
147 pm = pstr->data;
148 pmlen = pstr->length;