Home
last modified time | relevance | path

Searched refs:_fips (Results 1 – 5 of 5) sorted by relevance

/openssl/providers/
H A Ddecoders.inc28 #define DECODER(_name, _input, _output, _fips) \
30 "provider=" DECODER_PROVIDER ",fips=" #_fips ",input=" #_input, \
32 #define DECODER_w_structure(_name, _input, _structure, _output, _fips) \
34 "provider=" DECODER_PROVIDER ",fips=" #_fips ",input=" #_input \
H A Dbaseprov.c86 #define STORE(name, _fips, func_table) \ argument
87 { name, "provider=base,fips=" _fips, (func_table) },
H A Dencoders.inc32 #define ENCODER_TEXT(_name, _sym, _fips) \
34 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=text", \
36 #define ENCODER(_name, _sym, _fips, _output) \
38 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=" #_output, \
40 #define ENCODER_w_structure(_name, _sym, _fips, _output, _structure) \
42 "provider=" ENCODER_PROVIDER ",fips=" #_fips ",output=" #_output \
H A Ddefltprov.c552 #define STORE(name, _fips, func_table) \ argument
553 { name, "provider=default,fips=" _fips, (func_table) },
/openssl/test/
H A Dtls-provider.c2066 #define ENCODER(_name, _sym, _fips, _output) \ argument

Completed in 17 milliseconds