commit | 8f2a6dcc253a81d6a1bccd6e8a19c101ef5bdeec | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed May 29 17:32:21 2019 +0200 |
committer | Janos Follath <janos.follath@arm.com> | Tue Jun 25 12:02:31 2019 +0100 |
tree | 40e2be319136e6163c9f0f299a5f1cf7f32a39f1 | |
parent | e6d5781ef4fbc28c4956d75b9e31fd6e85929492 [diff] |
Support PSA_KEY_DERIVATION_INPUT_SEED
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index b3be261..d45a852 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -4778,6 +4778,7 @@ case PSA_KEY_DERIVATION_INPUT_LABEL: case PSA_KEY_DERIVATION_INPUT_SALT: case PSA_KEY_DERIVATION_INPUT_INFO: + case PSA_KEY_DERIVATION_INPUT_SEED: return( psa_key_derivation_input_raw( operation, step, data, data_length ) ); default: