Lines Matching defs:stmp
267 ASN1_STRING *stmp = NULL;
272 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype,
274 if (!stmp) {
278 atype = stmp->type;
280 if ((stmp = ASN1_STRING_type_new(attrtype)) == NULL)
282 if (!ASN1_STRING_set(stmp, data, len))
292 ASN1_STRING_free(stmp);
301 ASN1_TYPE_set(ttmp, atype, stmp);
302 stmp = NULL;
310 ASN1_STRING_free(stmp);