Lines Matching refs:asn1_string
444 if ((ret->value.asn1_string = ASN1_STRING_type_new(utype)) == NULL) in asn1_multi()
448 ret->value.asn1_string->data = der; in asn1_multi()
449 ret->value.asn1_string->length = derlen; in asn1_multi()
646 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()
650 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
654 atmp->value.asn1_string->type = utype; in asn1_str2type()
655 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()
680 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()
690 if ((atmp->value.asn1_string = ASN1_STRING_new()) == NULL) { in asn1_str2type()
700 atmp->value.asn1_string->data = rdata; in asn1_str2type()
701 atmp->value.asn1_string->length = rdlen; in asn1_str2type()
702 atmp->value.asn1_string->type = utype; in asn1_str2type()
704 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()
723 ossl_asn1_string_set_bits_left(atmp->value.asn1_string, 0); in asn1_str2type()