mbedtls/scripts/data_files
Gilles Peskine 092ce51c47 Rename "key generation method" to "key production parameters"
"Key generation method" was misleading since it also applies to key
derivation. Change "key generation" to "key production", which we aren't
using yet and has roughly the right intuition. Change "method" to
"parameters" which there seems to be a slight preference for. Discussion
thread: https://github.com/Mbed-TLS/mbedtls/pull/8815#discussion_r1486524295

Identifiers renamed:
psa_key_generation_method_t → psa_key_production_parameters_t
psa_key_generation_method_s → psa_key_production_parameters_s
PSA_KEY_GENERATION_METHOD_INIT → PSA_KEY_PRODUCTION_PARAMETERS_INIT
method → params
method_data_length → params_data_length
default_method → default_production_parameters
psa_key_generation_method_is_default → psa_key_production_parameters_are_default
setup_key_generation_method → setup_key_production_parameters
key_generation_method_init → key_production_parameters_init

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2024-02-20 16:18:13 +01:00
..
driver_jsons Give a production-sounding name to the p256m option 2023-09-20 20:49:47 +02:00
driver_templates Rename "key generation method" to "key production parameters" 2024-02-20 16:18:13 +01:00
error.fmt update headers 2023-11-02 19:47:20 +00:00
query_config.fmt update headers 2023-11-02 19:47:20 +00:00
version_features.fmt update headers 2023-11-02 19:47:20 +00:00
vs2013-app-template.vcxproj vs2013 templates: Set bcrypt to be the sole dependency. 2023-09-25 14:12:22 +01:00
vs2013-main-template.vcxproj vs2013 templates: Set bcrypt to be the sole dependency. 2023-09-25 14:12:22 +01:00
vs2013-sln-template.sln Update solution template to require VS2013 2023-01-11 18:56:11 +00:00