Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/interface/src/
Dtfm_crypto_api.c34 .function_id = TFM_CRYPTO_OPEN_KEY_SID, in psa_open_key()
50 .function_id = TFM_CRYPTO_CLOSE_KEY_SID, in psa_close_key()
66 .function_id = TFM_CRYPTO_IMPORT_KEY_SID, in psa_import_key()
83 .function_id = TFM_CRYPTO_DESTROY_KEY_SID, in psa_destroy_key()
97 .function_id = TFM_CRYPTO_GET_KEY_ATTRIBUTES_SID, in psa_get_key_attributes()
113 .function_id = TFM_CRYPTO_RESET_KEY_ATTRIBUTES_SID, in psa_reset_key_attributes()
133 .function_id = TFM_CRYPTO_EXPORT_KEY_SID, in psa_export_key()
157 .function_id = TFM_CRYPTO_EXPORT_PUBLIC_KEY_SID, in psa_export_public_key()
178 .function_id = TFM_CRYPTO_PURGE_KEY_SID, in psa_purge_key()
193 .function_id = TFM_CRYPTO_COPY_KEY_SID, in psa_copy_key()
[all …]
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/rss_comms/
Drss_comms_permissions_hal.c94 uint32_t function_id = 0; in comms_permissions_service_check() local
120 function_id = ((struct tfm_crypto_pack_iovec *)in_vec[0].base)->function_id; in comms_permissions_service_check()
121 switch(function_id) { in comms_permissions_service_check()
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/
Dcrypto_asymmetric.c31 switch (iov->function_id) { in tfm_crypto_asymmetric_sign_interface()
107 switch (iov->function_id) { in tfm_crypto_asymmetric_encrypt_interface()
Dcrypto_key_derivation.c38 uint16_t sid = iov->function_id; in tfm_crypto_key_derivation_interface()
Dcrypto_mac.c32 uint16_t sid = iov->function_id; in tfm_crypto_mac_interface()
Dcrypto_hash.c31 uint16_t sid = iov->function_id; in tfm_crypto_hash_interface()
Dcrypto_key_management.c35 switch (iov->function_id) { in tfm_crypto_key_management_interface()
Dcrypto_cipher.c32 uint16_t sid = iov->function_id; in tfm_crypto_cipher_interface()
Dcrypto_aead.c35 uint16_t sid = iov->function_id; in tfm_crypto_aead_interface()
Dcrypto_init.c366 group_id = TFM_CRYPTO_GET_GROUP_ID(iov->function_id); in tfm_crypto_api_dispatcher()
/trusted-firmware-m-3.4.0/interface/include/
Dtfm_crypto_defs.h52 uint16_t function_id; /*!< Used to identify the function in the member