Searched refs:_structure (Results 1 – 3 of 3) sorted by relevance
/openssl/providers/ |
H A D | decoders.inc | 32 #define DECODER_w_structure(_name, _input, _structure, _output, _fips) \ 35 ",structure=" DECODER_STRUCTURE_##_structure, \ 36 (ossl_##_structure##_##_input##_to_##_output##_decoder_functions) }
|
H A D | encoders.inc | 40 #define ENCODER_w_structure(_name, _sym, _fips, _output, _structure) \ 43 ",structure=" ENCODER_STRUCTURE_##_structure, \ 44 (ossl_##_sym##_to_##_structure##_##_output##_encoder_functions) }
|
/openssl/test/ |
H A D | tls-provider.c | 2071 #define ENCODER_w_structure(_name, _sym, _output, _structure) \ argument 2074 ",structure=" ENCODER_STRUCTURE_##_structure, \ 2075 (xor_##_sym##_to_##_structure##_##_output##_encoder_functions) } 2572 #define DECODER_w_structure(_name, _input, _structure, _output) \ argument 2575 ",structure=" DECODER_STRUCTURE_##_structure, \ 2576 (xor_##_structure##_##_input##_to_##_output##_decoder_functions) }
|
Completed in 26 milliseconds