Home
last modified time | relevance | path

Searched refs:_output (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/
H A Ddecoders.inc28 #define DECODER(_name, _input, _output, _fips) \
31 (ossl_##_input##_to_##_output##_decoder_functions) }
32 #define DECODER_w_structure(_name, _input, _structure, _output, _fips) \
36 (ossl_##_structure##_##_input##_to_##_output##_decoder_functions) }
H A Dencoders.inc36 #define ENCODER(_name, _sym, _fips, _output) \
38 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=" #_output, \
39 (ossl_##_sym##_to_##_output##_encoder_functions) }
40 #define ENCODER_w_structure(_name, _sym, _fips, _output, _structure) \
42 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=" #_output \
44 (ossl_##_sym##_to_##_structure##_##_output##_encoder_functions) }
/openssl/test/
H A Dtls-provider.c2066 #define ENCODER(_name, _sym, _fips, _output) \ argument
2068 "provider=" ENCODER_PROVIDER ",fips=yes,output=" #_output, \
2069 (xor_##_sym##_to_##_output##_encoder_functions) }
2071 #define ENCODER_w_structure(_name, _sym, _output, _structure) \ argument
2073 "provider=" ENCODER_PROVIDER ",fips=yes,output=" #_output \
2075 (xor_##_sym##_to_##_structure##_##_output##_encoder_functions) }
2568 #define DECODER(_name, _input, _output) \ argument
2571 (xor_##_input##_to_##_output##_decoder_functions) }
2572 #define DECODER_w_structure(_name, _input, _structure, _output) \ argument
2576 (xor_##_structure##_##_input##_to_##_output##_decoder_functions) }

Completed in 15 milliseconds