Home
last modified time | relevance | path

Searched refs:input_key_id_local (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/crypto/psa_driver_api/
Dtfm_builtin_key_loader.c133 tfm_crypto_library_key_id_t input_key_id_local = tfm_crypto_library_key_id_init( in derive_subkey_into_buffer() local
148 status = psa_import_key(&input_key_attr, key_slot->key, key_slot->key_len, &input_key_id_local); in derive_subkey_into_buffer()
161 &deriv_ops, PSA_KEY_DERIVATION_INPUT_SECRET, input_key_id_local); in derive_subkey_into_buffer()
185 (void)psa_destroy_key(input_key_id_local); in derive_subkey_into_buffer()