Home
last modified time | relevance | path

Searched defs:fid (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/secure_fw/partitions/protected_storage/
Dps_encrypted_object.c59 static psa_status_t ps_object_auth_decrypt(uint32_t fid, in ps_object_auth_decrypt()
110 static psa_status_t ps_object_auth_encrypt(uint32_t fid, in ps_object_auth_encrypt()
156 psa_status_t ps_encrypted_object_read(uint32_t fid, struct ps_object_t *obj) in ps_encrypted_object_read()
192 psa_status_t ps_encrypted_object_write(uint32_t fid, struct ps_object_t *obj) in ps_encrypted_object_write()
Dps_object_table.h25 uint32_t fid; /*!< File ID in the file system */ member
Dps_object_table.c124 #define PS_OBJECT_FS_ID_TO_IDX(fid) ((fid - 1) - \ argument
932 uint32_t fid; in ps_object_table_get_free_fid() local
/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash_fs/
Dits_flash_fs.c199 const uint8_t *fid, in its_flash_fs_file_get_info()
224 const uint8_t *fid, in its_flash_fs_file_write()
555 const uint8_t *fid) in its_flash_fs_file_delete()
570 const uint8_t *fid, in its_flash_fs_file_read()
Dits_flash_fs_mblock.c876 const uint8_t *fid, size_t size, in its_mblock_reserve_file()
998 const uint8_t *fid, in its_flash_fs_mblock_get_file_idx_meta()
1200 const uint8_t *fid, in its_flash_fs_mblock_reserve_file()
/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/
Dits_crypto_interface.c42 const uint8_t *fid, in tfm_its_fill_enc_add()
87 uint8_t *fid, in tfm_its_crypt_file()
Dits_utils.c30 psa_status_t its_utils_validate_fid(const uint8_t *fid) in its_utils_validate_fid()
Dtfm_internal_trusted_storage.c208 uint8_t *fid)
398 const uint8_t *fid,