_output
#define DECODER(_name, _input, _output) \
(fake_rsa_##_input##_to_##_output##_decoder_functions) }
#define DECODER_w_structure(_name, _input, _structure, _output) \
(fake_rsa_##_structure##_##_input##_to_##_output##_decoder_functions) }
#define ENCODER(_name, _sym, _fips, _output) \
"provider=" ENCODER_PROVIDER ",fips=yes,output=" #_output, \
(xor_##_sym##_to_##_output##_encoder_functions) }
#define ENCODER_w_structure(_name, _sym, _output, _structure) \
"provider=" ENCODER_PROVIDER ",fips=yes,output=" #_output \
(xor_##_sym##_to_##_structure##_##_output##_encoder_functions) }
#define DECODER(_name, _input, _output) \
(xor_##_input##_to_##_output##_decoder_functions) }
#define DECODER_w_structure(_name, _input, _structure, _output) \
(xor_##_structure##_##_input##_to_##_output##_decoder_functions) }
_output("[" DEBUG_PREFIX_NAME "] %s: " _fmt "\n", \
_output("[" DEBUG_PREFIX_NAME "] %s.%u %s: " _fmt "\n", \
_output("[" DEBUG_PREFIX_NAME "] PID %u %s: " _fmt "\n", _pid, \