Lines Matching refs:str
261 const ASN1_STRING *str) in do_dump() argument
275 outlen = do_hex_dump(io_ch, arg, str->data, str->length); in do_dump()
280 t.type = str->type; in do_dump()
281 t.value.ptr = (char *)str; in do_dump()
332 const ASN1_STRING *str) in do_print_ex() argument
342 type = str->type; in do_print_ex()
374 len = do_dump(lflags, io_ch, arg, str); in do_print_ex()
393 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL); in do_print_ex()
403 if (do_buf(str->data, str->length, type, flags, NULL, io_ch, arg) < 0) in do_print_ex()
588 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex() argument
590 return do_print_ex(send_bio_chars, out, flags, str); in ASN1_STRING_print_ex()
594 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags) in ASN1_STRING_print_ex_fp() argument
596 return do_print_ex(send_fp_chars, fp, flags, str); in ASN1_STRING_print_ex_fp()
607 ASN1_STRING stmp, *str = &stmp; in ASN1_STRING_to_UTF8() local
622 ASN1_mbstring_copy(&str, in->data, in->length, mbflag, in ASN1_STRING_to_UTF8()