Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h31 #define psa_key_derivation_input_bytes \ macro
32 PSA_FUNCTION_NAME(psa_key_derivation_input_bytes)
Dcrypto_key_derivation.c103 return psa_key_derivation_input_bytes(operation, iov->step, data, in tfm_crypto_key_derivation_interface()
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/
Dcrypto_keys.c93 status = psa_key_derivation_input_bytes(&op, PSA_KEY_DERIVATION_INPUT_INFO, in tfm_plat_get_iak()
/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.c89 status = psa_key_derivation_input_bytes(&op, PSA_KEY_DERIVATION_INPUT_INFO, in ps_crypto_setkey()
/trusted-firmware-m-latest/platform/ext/common/template/
Dtfm_hal_its_encryption.c92 status = psa_key_derivation_input_bytes(&op, PSA_KEY_DERIVATION_INPUT_INFO, in its_crypto_setkey()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/cpak_generator/
Dcpak_generator.c143 status = psa_key_derivation_input_bytes(&op, PSA_KEY_DERIVATION_INPUT_INFO, in derive_key()
/trusted-firmware-m-latest/secure_fw/partitions/crypto/psa_driver_api/
Dtfm_builtin_key_loader.c166 status = psa_key_derivation_input_bytes( in derive_subkey_into_buffer()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dcrypto_keys.c94 status = psa_key_derivation_input_bytes(&op, PSA_KEY_DERIVATION_INPUT_INFO, in tfm_plat_get_iak()
/trusted-firmware-m-latest/docs/design_docs/services/
Dps_key_management.rst53 status = psa_key_derivation_input_bytes(&op, PSA_KEY_DERIVATION_INPUT_INFO,
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h3384 psa_status_t psa_key_derivation_input_bytes(
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c1605 TFM_CRYPTO_API(psa_status_t, psa_key_derivation_input_bytes)( in TFM_CRYPTO_API() argument