Home | History | Annotate | Download | only in asn1

Lines Matching full:asn1_string

489 	if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype)))
494 ret->value.asn1_string->data = der;
495 ret->value.asn1_string->length = derlen;
710 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
715 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1))
720 atmp->value.asn1_string->type = utype;
721 if (!ASN1_TIME_check(atmp->value.asn1_string))
750 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str,
764 if (!(atmp->value.asn1_string = ASN1_STRING_new()))
779 atmp->value.asn1_string->data = rdata;
780 atmp->value.asn1_string->length = rdlen;
781 atmp->value.asn1_string->type = utype;
785 ASN1_STRING_set(atmp->value.asn1_string, str, -1);
804 atmp->value.asn1_string->flags
806 atmp->value.asn1_string->flags