Searched refs:asn1_string (Results 1 – 4 of 4) sorted by relevance
513 if (!(ret->value.asn1_string = ASN1_STRING_type_new(utype))) in asn1_multi()518 ret->value.asn1_string->data = der; in asn1_multi()519 ret->value.asn1_string->length = derlen; in asn1_multi()719 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type()723 if (!ASN1_STRING_set(atmp->value.asn1_string, str, -1)) { in asn1_str2type()727 atmp->value.asn1_string->type = utype; in asn1_str2type()728 if (!ASN1_TIME_check(atmp->value.asn1_string)) { in asn1_str2type()754 if (ASN1_mbstring_copy(&atmp->value.asn1_string, (unsigned char *)str, in asn1_str2type()766 if (!(atmp->value.asn1_string = ASN1_STRING_new())) { in asn1_str2type()778 atmp->value.asn1_string->data = rdata; in asn1_str2type()[all …]
172 ASN1_BIT_STRING *bs = at->value.asn1_string; in X509_REQ_print_ex()
68 EXPECT_EQ(Bytes(&kZero, 1), Bytes(obj->value.asn1_string->data, in TEST()69 obj->value.asn1_string->length)); in TEST()
441 ASN1_STRING * asn1_string; member