Lines Matching defs:str
265 ASN1_STRING *str;
312 str = *(ASN1_STRING **)pval;
313 memset(str, 0, sizeof(*str));
314 str->type = utype;
315 str->flags = ASN1_STRING_FLAG_EMBED;
317 str = ASN1_STRING_type_new(utype);
318 *pval = (ASN1_VALUE *)str;
320 if (it->itype == ASN1_ITYPE_MSTRING && str)
321 str->flags |= ASN1_STRING_FLAG_MSTRING;