Gilles Peskine
89d8c5c447
Rename some signature-related identifiers
...
Rename some macros and functions related to signature which are
changing as part of the addition of psa_sign_message and
psa_verify_message.
perl -i -pe '%t = (
PSA_KEY_USAGE_SIGN => PSA_KEY_USAGE_SIGN_HASH,
PSA_KEY_USAGE_VERIFY => PSA_KEY_USAGE_VERIFY_HASH,
PSA_ASYMMETRIC_SIGNATURE_MAX_SIZE => PSA_SIGNATURE_MAX_SIZE,
PSA_ASYMMETRIC_SIGN_OUTPUT_SIZE => PSA_SIGN_OUTPUT_SIZE,
psa_asymmetric_sign => psa_sign_hash,
psa_asymmetric_verify => psa_verify_hash,
); s/\b(@{[join("|", keys %t)]})\b/$t{$1}/ge' $(git ls-files . ':!:**/crypto_compat.h')
2019-11-26 18:20:59 +01:00
..
2019-11-15 11:47:14 +01:00
2019-11-15 11:47:14 +01:00
2019-07-05 13:39:09 +01:00
2019-10-04 12:30:01 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:58:27 +02:00
2019-08-15 15:44:50 +01:00
2019-10-10 19:25:39 +02:00
2019-10-10 19:21:12 +02:00
2019-09-11 15:46:45 +02:00
2019-09-11 15:46:45 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-07-29 17:46:29 +02:00
2019-09-20 15:59:31 +02:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-09-04 10:18:11 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-09-20 16:01:59 +02:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-10-23 19:47:05 +02:00
2019-10-23 19:47:05 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-09-05 11:18:58 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2015-04-08 13:25:31 +02:00
2018-08-06 11:40:57 +01:00
2019-09-20 15:59:31 +02:00
2019-09-20 15:59:31 +02:00
2019-09-20 15:59:31 +02:00
2019-09-20 15:59:31 +02:00
2019-09-20 15:59:31 +02:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-10-23 19:46:56 +02:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-09-20 15:59:31 +02:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-11-12 13:21:53 +01:00
2019-11-26 18:20:59 +01:00
2019-08-15 15:44:50 +01:00
2019-09-24 11:22:51 +03:00
2019-09-20 15:58:54 +02:00
2019-09-24 11:22:04 +03:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-11-05 15:32:53 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2018-11-21 16:24:53 +02:00
2019-06-20 12:40:56 +02:00
2018-11-05 18:36:05 +02:00
2019-06-20 12:40:56 +02:00
2019-10-23 19:47:05 +02:00
2019-10-23 19:47:05 +02:00
2019-11-25 15:44:24 +01:00
2019-11-25 15:44:24 +01:00
2019-09-24 15:54:54 +02:00
2019-07-31 14:15:27 +02:00
2019-10-01 15:22:29 +02:00
2019-11-26 18:20:59 +01:00
2019-10-01 14:18:35 +02:00
2019-11-26 18:20:59 +01:00
2019-11-26 18:20:59 +01:00
2019-10-11 11:44:48 +02:00
2019-11-26 18:20:59 +01:00
2019-11-26 18:20:59 +01:00
2019-03-15 11:37:09 +01:00
2019-07-31 17:47:49 +02:00
2019-09-24 11:21:36 +03:00
2019-09-24 11:21:36 +03:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00
2019-09-18 13:42:36 +01:00
2018-08-06 11:40:57 +01:00
2019-08-15 15:44:50 +01:00
2019-08-15 15:44:50 +01:00