| /trusted-services/components/service/crypto/client/caller/packed-c/ |
| A D | crypto_caller_key_derivation.h | 29 struct ts_crypto_key_derivation_setup_in req_msg; in crypto_caller_key_derivation_setup() local 82 struct ts_crypto_key_derivation_get_capacity_in req_msg; in crypto_caller_key_derivation_get_capacity() local 135 struct ts_crypto_key_derivation_set_capacity_in req_msg; in crypto_caller_key_derivation_set_capacity() local 175 struct ts_crypto_key_derivation_input_bytes_in req_msg; in crypto_caller_key_derivation_input_bytes() local 226 struct ts_crypto_key_derivation_input_key_in req_msg; in crypto_caller_key_derivation_input_key() local 266 struct ts_crypto_key_derivation_output_bytes_in req_msg; in crypto_caller_key_derivation_output_bytes() local 333 struct ts_crypto_key_derivation_output_key_in req_msg; in crypto_caller_key_derivation_output_key() local 391 struct ts_crypto_key_derivation_abort_in req_msg; in crypto_caller_key_derivation_abort() local 432 struct ts_crypto_key_derivation_key_agreement_in req_msg; in crypto_caller_key_derivation_key_agreement() local 488 struct ts_crypto_raw_key_agreement_in req_msg; in crypto_caller_raw_key_agreement() local
|
| A D | crypto_caller_hash.h | 28 struct ts_crypto_hash_setup_in req_msg; in crypto_caller_hash_setup() local 81 struct ts_crypto_hash_update_in req_msg; in crypto_caller_hash_update() local 131 struct ts_crypto_hash_finish_in req_msg; in crypto_caller_hash_finish() local 196 struct ts_crypto_hash_abort_in req_msg; in crypto_caller_hash_abort() local 234 struct ts_crypto_hash_verify_in req_msg; in crypto_caller_hash_verify() local 282 struct ts_crypto_hash_clone_in req_msg; in crypto_caller_hash_clone() local
|
| A D | crypto_caller_mac.h | 30 struct ts_crypto_mac_setup_in req_msg; in common_mac_setup() local 100 struct ts_crypto_mac_update_in req_msg; in crypto_caller_mac_update() local 150 struct ts_crypto_mac_sign_finish_in req_msg; in crypto_caller_mac_sign_finish() local 217 struct ts_crypto_mac_verify_finish_in req_msg; in crypto_caller_mac_verify_finish() local 264 struct ts_crypto_mac_abort_in req_msg; in crypto_caller_mac_abort() local
|
| A D | crypto_caller_aead.h | 31 struct ts_crypto_aead_setup_in req_msg; in common_aead_setup() local 105 struct ts_crypto_aead_generate_nonce_in req_msg; in crypto_caller_aead_generate_nonce() local 171 struct ts_crypto_aead_set_nonce_in req_msg; in crypto_caller_aead_set_nonce() local 220 struct ts_crypto_aead_set_lengths_in req_msg; in crypto_caller_aead_set_lengths() local 260 struct ts_crypto_aead_update_ad_in req_msg; in crypto_caller_aead_update_ad() local 312 struct ts_crypto_aead_update_in req_msg; in crypto_caller_aead_update() local 393 struct ts_crypto_aead_finish_in req_msg; in crypto_caller_aead_finish() local 484 struct ts_crypto_aead_verify_in req_msg; in crypto_caller_aead_verify() local 562 struct ts_crypto_aead_abort_in req_msg; in crypto_caller_aead_abort() local
|
| A D | crypto_caller_cipher.h | 30 struct ts_crypto_cipher_setup_in req_msg; in common_cipher_setup() local 103 struct ts_crypto_cipher_generate_iv_in req_msg; in crypto_caller_cipher_generate_iv() local 171 struct ts_crypto_cipher_set_iv_in req_msg; in crypto_caller_cipher_set_iv() local 223 struct ts_crypto_cipher_update_in req_msg; in crypto_caller_cipher_update() local 301 struct ts_crypto_cipher_finish_in req_msg; in crypto_caller_cipher_finish() local 365 struct ts_crypto_cipher_abort_in req_msg; in crypto_caller_cipher_abort() local
|
| A D | crypto_caller_destroy_key.h | 25 struct ts_crypto_destroy_key_in req_msg; in crypto_caller_destroy_key() local
|
| A D | crypto_caller_purge_key.h | 25 struct ts_crypto_purge_key_in req_msg; in crypto_caller_purge_key() local
|
| A D | crypto_caller_generate_key.h | 29 struct ts_crypto_generate_key_in req_msg; in crypto_caller_generate_key() local
|
| A D | crypto_caller_get_key_attributes.h | 27 struct ts_crypto_get_key_attributes_in req_msg; in crypto_caller_get_key_attributes() local
|
| A D | crypto_caller_copy_key.h | 28 struct ts_crypto_copy_key_in req_msg; in crypto_caller_copy_key() local
|
| A D | crypto_caller_generate_random.h | 26 struct ts_crypto_generate_random_in req_msg; in crypto_caller_generate_random() local
|
| A D | crypto_caller_export_key.h | 29 struct ts_crypto_export_key_in req_msg; in crypto_caller_export_key() local
|
| A D | crypto_caller_export_public_key.h | 28 struct ts_crypto_export_public_key_in req_msg; in crypto_caller_export_public_key() local
|
| A D | crypto_caller_import_key.h | 31 struct ts_crypto_import_key_in req_msg; in crypto_caller_import_key() local
|
| A D | crypto_caller_asymmetric_decrypt.h | 31 struct ts_crypto_asymmetric_decrypt_in req_msg; in crypto_caller_asymmetric_decrypt() local
|
| /trusted-services/components/service/block_storage/block_store/client/ |
| A D | block_storage_client.c | 23 struct ts_block_storage_get_partition_info_in req_msg = {0}; in block_storage_client_get_partition_info() local 91 struct ts_block_storage_open_in req_msg = {0}; in block_storage_client_open() local 149 struct ts_block_storage_close_in req_msg = {0}; in block_storage_client_close() local 195 struct ts_block_storage_read_in req_msg = {0}; in block_storage_client_read() local 261 struct ts_block_storage_write_in req_msg = {0}; in block_storage_client_write() local 326 struct ts_block_storage_erase_in req_msg = {0}; in block_storage_client_erase() local
|
| /trusted-services/components/service/fwu/test/fwu_client/remote/ |
| A D | remote_fwu_client.cpp | 213 struct fwu_begin_staging_in *req_msg = NULL; in begin_staging() local 266 struct fwu_accept_image_in req_msg = { 0 }; in accept() local 307 struct fwu_open_in req_msg = { 0 }; in open() local 354 struct fwu_commit_in req_msg = { 0 }; in commit() local 405 struct fwu_write_stream_in req_msg; in write_stream() local 454 struct fwu_read_stream_in req_msg; in read_stream() local
|
| /trusted-services/components/rpc/psa_ipc/ |
| A D | service_psa_ipc.c | 74 struct ns_openamp_msg *req_msg; in psa_connect() local 114 struct ns_openamp_msg *req_msg; in __psa_call() local 216 struct ns_openamp_msg *req_msg; in psa_close() local
|
| /trusted-services/deployments/internal-trusted-storage/env/commonsp/ |
| A D | its_sp.c | 27 struct sp_msg req_msg = { 0 }; in sp_main() local
|
| /trusted-services/deployments/protected-storage/env/commonsp/ |
| A D | ps_sp.c | 27 struct sp_msg req_msg = { 0 }; in sp_main() local
|
| /trusted-services/deployments/se-proxy/env/commonsp/ |
| A D | se_proxy_sp.c | 22 struct sp_msg req_msg = { 0 }; in sp_main() local
|
| /trusted-services/deployments/env-test/env/commonsp/ |
| A D | env_test_sp.c | 27 struct sp_msg req_msg = { 0 }; in sp_main() local
|
| /trusted-services/deployments/block-storage/env/commonsp/ |
| A D | block_storage_sp.c | 30 struct sp_msg req_msg = { 0 }; in sp_main() local
|
| /trusted-services/deployments/logging/env/commonsp/ |
| A D | logging_sp.c | 26 struct sp_msg req_msg = { 0 }; in sp_main() local
|
| /trusted-services/deployments/smm-gateway/env/commonsp/ |
| A D | smm_gateway_sp.c | 33 struct ffa_direct_msg req_msg = { 0 }; in sp_main() local
|