Searched refs:function_id (Results 1 – 11 of 11) sorted by relevance
/trusted-firmware-m-3.4.0/interface/src/ |
D | tfm_crypto_api.c | 34 .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/ |
D | rss_comms_permissions_hal.c | 94 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/ |
D | crypto_asymmetric.c | 31 switch (iov->function_id) { in tfm_crypto_asymmetric_sign_interface() 107 switch (iov->function_id) { in tfm_crypto_asymmetric_encrypt_interface()
|
D | crypto_key_derivation.c | 38 uint16_t sid = iov->function_id; in tfm_crypto_key_derivation_interface()
|
D | crypto_mac.c | 32 uint16_t sid = iov->function_id; in tfm_crypto_mac_interface()
|
D | crypto_hash.c | 31 uint16_t sid = iov->function_id; in tfm_crypto_hash_interface()
|
D | crypto_key_management.c | 35 switch (iov->function_id) { in tfm_crypto_key_management_interface()
|
D | crypto_cipher.c | 32 uint16_t sid = iov->function_id; in tfm_crypto_cipher_interface()
|
D | crypto_aead.c | 35 uint16_t sid = iov->function_id; in tfm_crypto_aead_interface()
|
D | crypto_init.c | 366 group_id = TFM_CRYPTO_GET_GROUP_ID(iov->function_id); in tfm_crypto_api_dispatcher()
|
/trusted-firmware-m-3.4.0/interface/include/ |
D | tfm_crypto_defs.h | 52 uint16_t function_id; /*!< Used to identify the function in the member
|