Home | History | Annotate | Download | only in x509

Lines Matching refs:stmp

291     ASN1_STRING *stmp = NULL;
296 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
298 if (!stmp) {
302 atype = stmp->type;
304 if (!(stmp = ASN1_STRING_type_new(attrtype)))
306 if (!ASN1_STRING_set(stmp, data, len))
319 ASN1_STRING_free(stmp);
328 ASN1_TYPE_set(ttmp, atype, stmp);
329 stmp = NULL;
337 ASN1_STRING_free(stmp);