mbedtls/include/psa
Gilles Peskine 3be6b7f553 Fix some copypasta in references to parameter names
Validated by

perl -ne 'if (/^\/\*\*/) {%param=(); @p=()} if (/\\param.*? (\w+)/) {$param{$1}=1} while (/\\p \*?(\w+)/g) {push @p,[$1,ARGV->input_line_number()]} if (/^\ \*\//) {foreach (@p) {if (!$param{$_->[0]}) {printf "%s:%d: bad \\p %s\n", $ARGV, $_->[1], $_->[0]}}} close ARGV if eof' include/psa/*.h
2019-03-11 15:11:31 +01:00
..
crypto.h Fix some copypasta in references to parameter names 2019-03-11 15:11:31 +01:00
crypto_accel_driver.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_driver_common.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_entropy_driver.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_extra.h Fix some copypasta in references to parameter names 2019-03-11 15:11:31 +01:00
crypto_platform.h Remove psa_key_slot_t from public headers 2018-12-11 16:48:13 +01:00
crypto_se_driver.h Split crypto_driver.h into one for each driver type 2018-12-21 18:17:10 +01:00
crypto_sizes.h Doxygen: fix missing markup indicator that was causing broken links 2019-02-15 13:01:17 +01:00
crypto_struct.h Merge branch 'psa-derive_input_steps-agreement_as_one_step' into psa-api-1.0-beta 2019-01-18 18:54:15 +01:00
crypto_types.h Key derivation by small input steps: proof-of-concept 2019-01-18 18:33:12 +01:00
crypto_values.h Fix some copypasta in references to parameter names 2019-03-11 15:11:31 +01:00