Searched refs:psa_set_key_algorithm (Results 1 – 10 of 10) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/arm/mps4/corstone315/ |
| D | crypto_keys.c | 73 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/ |
| D | cpak_generator.c | 123 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/ |
| D | t_cose_make_psa_test_key.c | 172 psa_set_key_algorithm(&key_attributes, key_alg); in make_ecdsa_key_pair()
|
| /trusted-firmware-m-latest/secure_fw/partitions/crypto/psa_driver_api/ |
| D | tfm_builtin_key_loader.c | 146 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/ |
| D | crypto_keys.c | 74 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/ |
| D | ps_crypto_interface.c | 72 psa_set_key_algorithm(&attributes, PS_CRYPTO_ALG); in ps_crypto_setkey()
|
| /trusted-firmware-m-latest/platform/ext/common/template/ |
| D | tfm_hal_its_encryption.c | 75 psa_set_key_algorithm(&attributes, ITS_CRYPTO_ALG); in its_crypto_setkey()
|
| /trusted-firmware-m-latest/interface/include/psa/ |
| D | crypto_struct.h | 407 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm() function
|
| D | crypto.h | 277 static void psa_set_key_algorithm(psa_key_attributes_t *attributes,
|
| /trusted-firmware-m-latest/bl2/src/ |
| D | thin_psa_crypto_core.c | 118 psa_set_key_algorithm(&g_key_slot.attr, alg); in get_builtin_public_key()
|