Searched refs:psa_key_derivation_output_key (Results 1 – 12 of 12) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/ |
| D | crypto_spe.h | 39 #define psa_key_derivation_output_key \ macro 40 PSA_FUNCTION_NAME(psa_key_derivation_output_key)
|
| D | crypto_key_derivation.c | 138 status = psa_key_derivation_output_key(&srv_key_attr, operation, in tfm_crypto_key_derivation_interface()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/ |
| D | crypto_keys.c | 114 status = psa_key_derivation_output_key(&transient_attr, &op, &transient_key); in tfm_plat_get_iak()
|
| /trusted-firmware-m-latest/secure_fw/partitions/protected_storage/crypto/ |
| D | ps_crypto_interface.c | 97 status = psa_key_derivation_output_key(&attributes, &op, &ps_key); in ps_crypto_setkey()
|
| /trusted-firmware-m-latest/platform/ext/common/template/ |
| D | tfm_hal_its_encryption.c | 100 status = psa_key_derivation_output_key(&attributes, &op, its_key); in its_crypto_setkey()
|
| /trusted-firmware-m-latest/docs/design_docs/services/ |
| D | ps_key_management.rst | 58 status = psa_key_derivation_output_key(&attributes, &op, &ps_key); 65 derivation operation. After the call to ``psa_key_derivation_output_key``,
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/cpak_generator/ |
| D | cpak_generator.c | 154 status = psa_key_derivation_output_key(&output_attr, &op, cpak_handle); in derive_key()
|
| /trusted-firmware-m-latest/docs/security/security_advisories/ |
| D | profile_small_key_id_encoding_vulnerability.rst | 83 - ``psa_key_derivation_output_key()`` eventually stores the derived key in 138 ``psa_import_key()`` or derived from ``psa_key_derivation_output_key()`` can be
|
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/psa_driver_api/ |
| D | tfm_builtin_key_loader.c | 172 status = psa_key_derivation_output_key(&output_key_attr, &deriv_ops, in derive_subkey_into_buffer()
|
| /trusted-firmware-m-latest/platform/ext/target/arm/rse/common/ |
| D | crypto_keys.c | 115 status = psa_key_derivation_output_key(&transient_attr, &op, &transient_key); in tfm_plat_get_iak()
|
| /trusted-firmware-m-latest/interface/include/psa/ |
| D | crypto.h | 3765 psa_status_t psa_key_derivation_output_key(
|
| /trusted-firmware-m-latest/interface/src/ |
| D | tfm_crypto_api.c | 1625 TFM_CRYPTO_API(psa_status_t, psa_key_derivation_output_key)( in TFM_CRYPTO_API() argument
|