Searched refs:asn1_string (Results 1 – 5 of 5) sorted by relevance
443 if ((ret->value.asn1_string = ASN1_STRING_type_new(utype)) == NULL) in asn1_multi()447 ret->value.asn1_string->data = der; in asn1_multi()448 ret->value.asn1_string->length = derlen; in asn1_multi()644 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()648 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()652 atmp->value.asn1_string->type = utype; in asn1_str2type()653 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()678 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()688 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()698 atmp->value.asn1_string->data = rdata; in asn1_str2type()[all …]
261 tmpbuf = at->value.asn1_string->data; in asn1parse_main()262 tmplen = at->value.asn1_string->length; in asn1parse_main()
137 bs = at->value.asn1_string; in X509_REQ_print_ex()
525 ASN1_STRING *asn1_string; member
478 ASN1_STRING *asn1_string; member