Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/
Dcrypto_keys.c73 psa_set_key_algorithm(&seed_attributes, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in tfm_plat_get_iak()
110 psa_set_key_algorithm(&transient_attr, *algorithm); in tfm_plat_get_iak()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/cpak_generator/
Dcpak_generator.c123 psa_set_key_algorithm(&seed_attributes, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in derive_key()
150 psa_set_key_algorithm(&output_attr, PSA_ALG_ECDSA(PSA_ALG_SHA_384)); in derive_key()
/trusted-firmware-m-latest/lib/ext/t_cose/test/
Dt_cose_make_psa_test_key.c172 psa_set_key_algorithm(&key_attributes, key_alg); in make_ecdsa_key_pair()
/trusted-firmware-m-latest/secure_fw/partitions/crypto/psa_driver_api/
Dtfm_builtin_key_loader.c146 psa_set_key_algorithm(&input_key_attr, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in derive_subkey_into_buffer()
238 psa_set_key_algorithm(&attr, algorithm); in tfm_builtin_key_loader_init()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/
Dcrypto_keys.c74 psa_set_key_algorithm(&seed_attributes, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in tfm_plat_get_iak()
111 psa_set_key_algorithm(&transient_attr, *algorithm); in tfm_plat_get_iak()
/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/crypto/
Dps_crypto_interface.c72 psa_set_key_algorithm(&attributes, PS_CRYPTO_ALG); in ps_crypto_setkey()
/trusted-firmware-m-latest/platform/ext/common/template/
Dtfm_hal_its_encryption.c75 psa_set_key_algorithm(&attributes, ITS_CRYPTO_ALG); in its_crypto_setkey()
/trusted-firmware-m-latest/interface/include/psa/
Dcrypto_struct.h407 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm() function
Dcrypto.h277 static void psa_set_key_algorithm(psa_key_attributes_t *attributes,
/trusted-firmware-m-latest/bl2/src/
Dthin_psa_crypto_core.c118 psa_set_key_algorithm(&g_key_slot.attr, alg); in get_builtin_public_key()