Lines Matching refs:ustr
2351 utf82ascstr(ASN1_UTF8STRING *ustr) argument
2359 if (ustr == NULL || ustr->type != V_ASN1_UTF8STRING) {
2368 ret = ASN1_mbstring_copy(&astr, ustr->data, ustr->length, mbflag,
2597 ASN1_UTF8STRING *ustr = NULL; local
2613 ustr = ASN1_UTF8STRING_new();
2614 if (ustr == NULL) {
2620 ASN1_UTF8STRING_free(ustr);
2625 if (ASN1_STRING_set(ustr, fname, len) == 0) {
2626 ASN1_UTF8STRING_free(ustr);
2637 if (nid == NID_friendlyName && ustr != NULL) {
2641 if (s != NULL && s->type == ustr->type &&
2643 res = ASN1_STRING_cmp(s, ustr);
2661 if (ustr != NULL) {
2662 ASN1_UTF8STRING_free(ustr);