Valerio Setti d30cc09bc7 psa: fix parameters' names of psa_key_derivation_verify_bytes()
PSA buffers and their length should follow a pattern for which
the latter is named after the former as <buffer_name>_length,
but this was not the case for psa_key_derivation_verify_bytes().

This makes life of crypto.h parsers (for automatic code generation)
harder. This commit aims at solving this problem.

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
2024-07-15 07:23:09 +02:00
..
build_info.h Header updates 2023-11-03 12:21:36 +00:00
crypto_adjust_auto_enabled.h Tweak wording 2024-05-29 09:33:04 +02:00
crypto_adjust_config_dependencies.h Tweak wording 2024-05-29 09:33:04 +02:00
crypto_adjust_config_key_pair_types.h Tweak wording 2024-05-29 09:33:04 +02:00
crypto_adjust_config_synonyms.h Tweak wording 2024-05-29 09:33:04 +02:00
crypto_builtin_composites.h crypto_builtin_composites: add missing guards for includes 2023-12-14 18:08:14 +01:00
crypto_builtin_key_derivation.h Header updates 2023-11-03 12:21:36 +00:00
crypto_builtin_primitives.h Header updates 2023-11-03 12:21:36 +00:00
crypto_compat.h Remove domain parameters from the public API 2024-02-26 08:50:53 +01:00
crypto_config.h crypto_config: define feature macros for DH keys 2024-01-17 11:47:44 +01:00
crypto_driver_common.h Header updates 2023-11-03 12:21:36 +00:00
crypto_driver_contexts_composites.h Header updates 2023-11-03 12:21:36 +00:00
crypto_driver_contexts_key_derivation.h Header updates 2023-11-03 12:21:36 +00:00
crypto_driver_contexts_primitives.h Header updates 2023-11-03 12:21:36 +00:00
crypto_extra.h In attributes, keep track of slot number through a dedicated field 2024-02-28 01:49:45 +01:00
crypto_legacy.h Header updates 2023-11-03 12:21:36 +00:00
crypto_platform.h Add a client view of the multipart contexts 2024-01-22 11:39:36 +00:00
crypto_se_driver.h Header updates 2023-11-03 12:21:36 +00:00
crypto_sizes.h crypto_sizes: adjust PSA_VENDOR_FFDH_MAX_KEY_BITS based on the supported groups 2024-01-17 15:56:30 +01:00
crypto_struct.h Fix code style 2024-02-28 10:56:14 +01:00
crypto_types.h Fix typo in psa_key_production_parameters_t doc: 65535 should be 65537 2024-03-26 12:25:07 +00:00
crypto_values.h Fix copypasta 2024-02-15 17:15:29 +01:00
crypto.h psa: fix parameters' names of psa_key_derivation_verify_bytes() 2024-07-15 07:23:09 +02:00