Pass attributes alongside key buffer
This is the generic way of going adapting a psa_key_id_t argument in the application interface to the driver interface. Thanks Hannes Lindström. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
635b779cfd
commit
fd094081e1
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ psa_status_t psa_crypto_driver_key_derivation_get_input_bytes(
|
||||||
psa_status_t psa_crypto_driver_key_derivation_get_input_key(
|
psa_status_t psa_crypto_driver_key_derivation_get_input_key(
|
||||||
const psa_crypto_driver_key_derivation_inputs_t *inputs,
|
const psa_crypto_driver_key_derivation_inputs_t *inputs,
|
||||||
psa_key_derivation_step_t step,
|
psa_key_derivation_step_t step,
|
||||||
|
const psa_key_attributes_t *attributes,
|
||||||
uint8_t** p_key_buffer, size_t *key_buffer_size);
|
uint8_t** p_key_buffer, size_t *key_buffer_size);
|
||||||
psa_status_t psa_crypto_driver_key_derivation_get_input_integer(
|
psa_status_t psa_crypto_driver_key_derivation_get_input_integer(
|
||||||
const psa_crypto_driver_key_derivation_inputs_t *inputs,
|
const psa_crypto_driver_key_derivation_inputs_t *inputs,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue