Searched refs:_structure (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/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) }
|
| /src/crypto/openssl/test/ |
| H A D | fake_rsaprov.c | 1189 #define DECODER_w_structure(_name, _input, _structure, _output) \ argument 1192 ",structure=" DECODER_STRUCTURE_##_structure, \ 1193 (fake_rsa_##_structure##_##_input##_to_##_output##_decoder_functions) }
|
| H A D | tls-provider.c | 2057 #define ENCODER_w_structure(_name, _sym, _output, _structure) \ argument 2060 ",structure=" ENCODER_STRUCTURE_##_structure, \ 2061 (xor_##_sym##_to_##_structure##_##_output##_encoder_functions) } 2553 #define DECODER_w_structure(_name, _input, _structure, _output) \ argument 2556 ",structure=" DECODER_STRUCTURE_##_structure, \ 2557 (xor_##_structure##_##_input##_to_##_output##_decoder_functions) }
|