Home
last modified time | relevance | path

Searched refs:GetEntity (Results 1 – 5 of 5) sorted by relevance

/external/tpm2-tss/test/integration/
Dsapi-entity-util.c63 GetEntity(TPM2_HANDLE handle) in GetEntity() function
Dsession-util.h124 GetEntity(TPM2_HANDLE handle);
Dsapi-session-util.c188 entity = GetEntity(handles[i]); in compute_command_hmac()
240 entity = GetEntity(handles[i]); in check_response_hmac()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h323 static const char* GetEntity( const char* in, char* value, int* length, TiXmlEncoding encoding );
343 return GetEntity( p, _value, length, encoding ); in GetChar()
Dtinyxmlparser.cpp438 const char* TiXmlBase::GetEntity( const char* p, char* value, int* length, TiXmlEncoding encoding ) in GetEntity() function in TiXmlBase