Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/partitions/crypto/
Dcrypto_spe.h41 #define psa_key_derivation_setup \ macro
42 PSA_FUNCTION_NAME(psa_key_derivation_setup)
Dcrypto_key_derivation.c77 status = psa_key_derivation_setup(operation, iov->alg); in tfm_crypto_key_derivation_interface()
/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/
Dcrypto_keys.c82 status = psa_key_derivation_setup(&op, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in tfm_plat_get_iak()
/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.c76 status = psa_key_derivation_setup(&op, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in ps_crypto_setkey()
/trusted-firmware-m-latest/platform/ext/common/template/
Dtfm_hal_its_encryption.c79 status = psa_key_derivation_setup(&op, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in its_crypto_setkey()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/cpak_generator/
Dcpak_generator.c132 status = psa_key_derivation_setup(&op, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in derive_key()
/trusted-firmware-m-latest/secure_fw/partitions/crypto/psa_driver_api/
Dtfm_builtin_key_loader.c153 status = psa_key_derivation_setup(&deriv_ops, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in derive_subkey_into_buffer()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dcrypto_keys.c83 status = psa_key_derivation_setup(&op, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in tfm_plat_get_iak()
/trusted-firmware-m-latest/docs/design_docs/services/
Dps_key_management.rst46 status = psa_key_derivation_setup(&op, PSA_ALG_HKDF(PSA_ALG_SHA_256));
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto.h3280 psa_status_t psa_key_derivation_setup(
/trusted-firmware-m-latest/interface/src/
Dtfm_crypto_api.c1569 TFM_CRYPTO_API(psa_status_t, psa_key_derivation_setup)(psa_key_derivation_operation_t *operation, in TFM_CRYPTO_API() argument