Home
last modified time | relevance | path

Searched refs:psa_key_handle_t (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-3.4.0/interface/include/psa/
Dcrypto_compat.h33 typedef mbedtls_svc_key_id_t psa_key_handle_t; typedef
43 static inline int psa_key_handle_is_null(psa_key_handle_t handle) in psa_key_handle_is_null()
109 psa_key_handle_t *handle);
149 psa_status_t psa_close_key(psa_key_handle_t handle);
/trusted-firmware-m-3.4.0/lib/ext/t_cose/crypto_adapters/
Dt_cose_psa_crypto.c121 psa_key_handle_t verification_key_psa; in t_cose_crypto_pub_key_verify()
145 verification_key_psa = (psa_key_handle_t)verification_key.k.key_handle; in t_cose_crypto_pub_key_verify()
174 psa_key_handle_t signing_key_psa; in t_cose_crypto_pub_key_sign()
194 signing_key_psa = (psa_key_handle_t)signing_key.k.key_handle; in t_cose_crypto_pub_key_sign()
228 psa_key_handle_t signing_key_psa; in t_cose_crypto_sig_size()
245 signing_key_psa = (psa_key_handle_t)signing_key.k.key_handle; in t_cose_crypto_sig_size()
496 (psa_key_handle_t)signing_key.k.key_handle, in t_cose_crypto_hmac_sign_setup()
580 (psa_key_handle_t)verify_key.k.key_handle, in t_cose_crypto_hmac_verify_setup()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/cpak_generator/
Dcpak_generator.c122 int derive_key(uint8_t *seed_buf, psa_key_handle_t *cpak_handle) in derive_key()
128 psa_key_handle_t seed_key = PSA_KEY_HANDLE_INIT; in derive_key()
191 int export_pubkey(psa_key_handle_t cpak_handle) in export_pubkey()
224 psa_key_handle_t cpak_handle; in main()
/trusted-firmware-m-3.4.0/lib/ext/t_cose/test/
Dt_cose_make_psa_test_key.c68 psa_key_handle_t key_handle; in make_ecdsa_key_pair()
205 psa_close_key((psa_key_handle_t)key_pair.k.key_handle); in free_ecdsa_key_pair()
/trusted-firmware-m-3.4.0/secure_fw/partitions/initial_attestation/
Dattest_token_encode.c103 psa_key_handle_t key_handle = TFM_BUILTIN_KEY_ID_IAK; in attest_token_encode_start()
237 psa_key_handle_t private_key = TFM_BUILTIN_KEY_ID_IAK; in attest_token_encode_start()
Dattest_asymmetric_key.c50 psa_key_handle_t handle = TFM_BUILTIN_KEY_ID_IAK; in attest_load_public_key()
Dattest_core.c633 psa_key_handle_t handle = TFM_BUILTIN_KEY_ID_IAK; in attest_get_t_cose_algorithm()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/
Dcrypto_keys.c190 psa_key_handle_t seed_key = PSA_KEY_HANDLE_INIT; in tfm_plat_get_iak()
191 psa_key_handle_t transient_key = PSA_KEY_HANDLE_INIT; in tfm_plat_get_iak()