Searched refs:pFileInfo (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
H A Dsmc_properties_parser.h94 void* pFileInfo; /* used to retreive filename and MD5 hash (optional) */ member in struct:SERVICE_SECTION
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dsmc_properties_parser.h94 void* pFileInfo; /* used to retreive filename and MD5 hash (optional) */ member in struct:SERVICE_SECTION
/hardware/ti/omap4-aah/security/tf_sdk/include/
H A Dsst.h164 SST_ERROR SST_EXPORT_API SSTDestroyFileInfo(SST_FILE_INFO* pFileInfo);
/hardware/ti/omap4xxx/security/tf_sdk/include/
H A Dsst.h164 SST_ERROR SST_EXPORT_API SSTDestroyFileInfo(SST_FILE_INFO* pFileInfo);
/hardware/ti/omap4-aah/security/tf_crypto_sst/
H A Dsst_stub.c783 SST_ERROR SST_EXPORT_API SSTDestroyFileInfo(SST_FILE_INFO* pFileInfo) argument
793 if (pFileInfo != NULL)
795 free(pFileInfo->pName);
796 free(pFileInfo);
/hardware/ti/omap4xxx/security/tf_crypto_sst/
H A Dsst_stub.c784 SST_ERROR SST_EXPORT_API SSTDestroyFileInfo(SST_FILE_INFO* pFileInfo) argument
794 if (pFileInfo != NULL)
796 free(pFileInfo->pName);
797 free(pFileInfo);

Completed in 1868 milliseconds