Lines Matching refs:str
262 const ASN1_STRING *str)
276 outlen = do_hex_dump(io_ch, arg, str->data, str->length);
281 t.type = str->type;
282 t.value.ptr = (char *)str;
333 const ASN1_STRING *str)
343 type = str->type;
377 len = do_dump(lflags, io_ch, arg, str);
396 len = do_buf(str->data, str->length, type, flags, "es, io_ch, NULL);
406 if (do_buf(str->data, str->length, type, flags, NULL, io_ch, arg) < 0)
591 int ASN1_STRING_print_ex(BIO *out, const ASN1_STRING *str, unsigned long flags)
593 return do_print_ex(send_bio_chars, out, flags, str);
597 int ASN1_STRING_print_ex_fp(FILE *fp, const ASN1_STRING *str, unsigned long flags)
599 return do_print_ex(send_fp_chars, fp, flags, str);
610 ASN1_STRING stmp, *str = &stmp;
625 ASN1_mbstring_copy(&str, in->data, in->length, mbflag,