Searched refs:AuthVerify (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
H A D | auth.h | 38 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen);
|
H A D | auth.cpp | 30 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen) in AuthVerify() function 414 bool AuthVerify(uint8_t *token, uint8_t *sig, int siglen) in AuthVerify() function
|
/developtools/hdc/src/daemon/ |
H A D | daemon.h | 101 bool AuthVerify(HSession hSession, const string &encryptToken, const string &token, const string &pubkey);
|
H A D | daemon.cpp | 576 bool HdcDaemon::AuthVerify(HSession hSession, const string &encryptToken, const string &token, const string &pubkey) in InitMod() function in Hdc::HdcDaemon 656 if (!AuthVerify(hSession, handshake.buf, token, pubkey)) { in InitMod()
|
Completed in 7 milliseconds