Searched refs:_sym (Results 1 – 2 of 2) sorted by relevance
/openssl/providers/ |
H A D | encoders.inc | 32 #define ENCODER_TEXT(_name, _sym, _fips) \ 35 (ossl_##_sym##_to_text_encoder_functions) } 36 #define ENCODER(_name, _sym, _fips, _output) \ 39 (ossl_##_sym##_to_##_output##_encoder_functions) } 40 #define ENCODER_w_structure(_name, _sym, _fips, _output, _structure) \ 44 (ossl_##_sym##_to_##_structure##_##_output##_encoder_functions) }
|
/openssl/test/ |
H A D | tls-provider.c | 2062 #define ENCODER_TEXT(_name, _sym) \ argument 2065 (xor_##_sym##_to_text_encoder_functions) } 2066 #define ENCODER(_name, _sym, _fips, _output) \ argument 2069 (xor_##_sym##_to_##_output##_encoder_functions) } 2071 #define ENCODER_w_structure(_name, _sym, _output, _structure) \ argument 2075 (xor_##_sym##_to_##_structure##_##_output##_encoder_functions) }
|
Completed in 15 milliseconds