Home
last modified time | relevance | path

Searched defs:AUTH_PUBLICKEY (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/src/hdc/message/
DAuthType.ts20 static AUTH_PUBLICKEY: number = 3; //uint8 property in AuthType
/developtools/hdc/src/common/
Dsession.h25 enum AuthType { AUTH_NONE, AUTH_TOKEN, AUTH_SIGNATURE, AUTH_PUBLICKEY, AUTH_OK, AUTH_FAIL }; enumerator