Searched refs:ds_header_raw (Results 1 – 1 of 1) sorted by relevance
138 static char *ds_header_raw; variable425 if ((ds_header_raw = (char *)malloc(header_size)) == NULL) { in ds_init()431 (void) memcpy(ds_header_raw, ds_header, header_size); in ds_init()778 if (BIO_write(bio, ds_header_raw, ds_headsize) != ds_headsize) { in BIO_ds_dump_header()