Searched defs:num_bytes (Results 1 – 7 of 7) sorted by relevance
/trusted-firmware-m-3.7.0/secure_fw/spm/core/ |
D | psa_read_write_skip_api.c | 16 void *buffer, size_t num_bytes) in tfm_spm_partition_psa_read() 86 size_t num_bytes) in tfm_spm_partition_psa_skip() 146 const void *buffer, size_t num_bytes) in tfm_spm_partition_psa_write()
|
D | psa_interface_svc.c | 53 void *buffer, size_t num_bytes) in psa_read_svc() 60 uint32_t invec_idx, size_t num_bytes) in psa_skip_svc() 67 const void *buffer, size_t num_bytes) in psa_write_svc()
|
D | psa_interface_sfn.c | 66 void *buffer, size_t num_bytes) in psa_read() 78 size_t num_bytes) in psa_skip() 89 const void *buffer, size_t num_bytes) in psa_write()
|
D | psa_interface_thread_fn_call.c | 79 void *buffer, size_t num_bytes) in psa_read_thread_fn_call() 87 uint32_t invec_idx, size_t num_bytes) in psa_skip_thread_fn_call() 95 const void *buffer, size_t num_bytes) in psa_write_thread_fn_call()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/internal_trusted_storage/ |
D | tfm_its_req_mngr.c | 180 size_t its_req_mngr_read(uint8_t *buf, size_t num_bytes) in its_req_mngr_read() 185 void its_req_mngr_write(const uint8_t *buf, size_t num_bytes) in its_req_mngr_write()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/lib/runtime/ |
D | psa_api_ipc.c | 45 void *buffer, size_t num_bytes) in psa_read() 50 size_t psa_skip(psa_handle_t msg_handle, uint32_t invec_idx, size_t num_bytes) in psa_skip() 56 const void *buffer, size_t num_bytes) in psa_write()
|
/trusted-firmware-m-3.7.0/secure_fw/partitions/internal_trusted_storage/flash_fs/ |
D | its_flash_fs_dblock.c | 148 size_t num_bytes; in its_flash_fs_dblock_write_file() local
|