Lines Matching refs:list

211     # Gather the list of available components. These are the functions
260 --list-all-components List all available test components and exit.
261 --list-components List components supported on this platform and exit.
446 # list of options, so invocations that worked with previous version of
469 --list-all-components) printf '%s\n' $ALL_COMPONENTS; exit;;
470 --list-components) list_components=1;;
512 # With no list of components, run everything.
549 # Build the list of components to run.
758 # Build the list of variables to pass to output_env.sh.
850 # 1. Define the list algorithms and key types to accelerate,
916 # The function optionally accepts 1 parameter: a space-separated list of the
927 # Helper returning the list of supported elliptic curves from CRYPTO_CONFIG_H,
939 # Helper returning the list of supported DH groups from CRYPTO_CONFIG_H,
951 # Get the list of uncommented PSA_WANT_KEY_TYPE_xxx_ from CRYPTO_CONFIG_H. This
952 # is useful to easily get a list of key type symbols to accelerate.
971 # 1. a space-separated list of things to accelerate;
972 # 2. optional: a space-separate list of things to also support.
983 # 1. a space-separated list of things to accelerate;
1085 # list of expected exceptions.
1117 # We want an exact match, to ensure the above list remains up-to-date.
1122 # add it to the exceptions list above with a justification.
1124 # exceptions list above should be updated by removing that macro.
1299 # Get a list of library-wise undefined symbols and ensure that they only
1355 # following list as required).
1377 # the generated files only depend on the list of available options, not
2802 # For key types, use an explicitly list to omit GENERATE (and DERIVE)
2873 # so we only want to include them in the accel list when building the main
3289 # Optionally we can also add DH to the list of accelerated items
3467 # - starts from the "full" configuration minus the list of symbols passed in
5217 # - enable/disable the list of config options passed from -s/-u respectively.
5224 # Options: -s set_opts the list of config options to enable
5225 # -u unset_opts the list of config options to disable
5226 # -c cflags the list of options passed to CFLAGS
5227 # -l ldflags the list of options passed to LDFLAGS