OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:S_RESULT
(Results
1 - 10
of
10
) sorted by null
/hardware/ti/omap4xxx/security/tf_sdk/include/
s_error.h
33
#define S_SUCCESS ((
S_RESULT
)0x00000000)
41
#define S_ERROR_GENERIC ((
S_RESULT
)0xFFFF0000)
50
#define S_ERROR_ACCESS_DENIED ((
S_RESULT
)0xFFFF0001)
58
#define S_ERROR_CANCEL ((
S_RESULT
)0xFFFF0002)
65
#define S_ERROR_ACCESS_CONFLICT ((
S_RESULT
)0xFFFF0003)
74
#define S_ERROR_EXCESS_DATA ((
S_RESULT
)0xFFFF0004)
82
#define S_ERROR_BAD_FORMAT ((
S_RESULT
)0xFFFF0005)
89
#define S_ERROR_BAD_PARAMETERS ((
S_RESULT
)0xFFFF0006)
98
#define S_ERROR_BAD_STATE ((
S_RESULT
)0xFFFF0007)
105
#define S_ERROR_ITEM_NOT_FOUND ((
S_RESULT
)0xFFFF0008
[
all
...]
mtc.h
75
S_RESULT
MTC_EXPORT SMonotonicCounterInit(void);
79
S_RESULT
MTC_EXPORT SMonotonicCounterOpen(
85
S_RESULT
MTC_EXPORT SMonotonicCounterGet(
89
S_RESULT
MTC_EXPORT SMonotonicCounterIncrement(
s_type.h
109
typedef uint32_t
S_RESULT
;
110
typedef
S_RESULT
TEEC_Result;
111
typedef
S_RESULT
SM_ERROR;
/hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.h
93
S_RESULT
libManifest2GetNextItem(
100
S_RESULT
libManifest2CheckFormat(
smc_properties_parser.c
149
static
S_RESULT
static_listSortedAddNode(NODE* pList,NODE* pNode)
202
static
S_RESULT
SMCPropListSortedAdd(LIST* pList,NODE* pNode)
204
S_RESULT
nResult;
243
static
S_RESULT
SMCPropYacc(uint8_t* pBuffer, uint32_t nBufferLength,
246
S_RESULT
nError=S_SUCCESS;
425
S_RESULT
static_readFile(const char* pFilename, void** ppFile, uint32_t* pnFileLength)
427
S_RESULT
nResult = S_SUCCESS;
522
S_RESULT
SMCPropParseConfigFile(char* pConfigFilename,CONF_FILE* pConfFile)
524
S_RESULT
nError=S_SUCCESS;
smc_properties_parser.h
118
S_RESULT
SMCPropParseConfigFile (char* pConfigFilename,CONF_FILE* pConfFile);
lib_manifest2.c
131
static
S_RESULT
static_libManifest2GetNextItemInternal(
138
S_RESULT
nResult = S_ERROR_BAD_FORMAT;
519
S_RESULT
libManifest2GetNextItem(
542
S_RESULT
nResult;
641
S_RESULT
libManifest2CheckFormat(
650
S_RESULT
nResult;
smc_properties.c
269
S_RESULT
nResult = S_SUCCESS;
delegation_client.c
881
S_RESULT
nError;
[
all
...]
/hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c
76
static
S_RESULT
static_getMonotonicCounter(S_HANDLE hCounter,
124
MTC_EXPORT
S_RESULT
SMonotonicCounterInit(void)
157
MTC_EXPORT
S_RESULT
SMonotonicCounterOpen(
262
MTC_EXPORT
S_RESULT
SMonotonicCounterGet(
269
MTC_EXPORT
S_RESULT
SMonotonicCounterIncrement(
Completed in 1707 milliseconds