Searched refs:AuthSign (Results 1 – 3 of 3) sorted by relevance
| /developtools/hdc/src/common/ |
| D | auth.h | 29 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig);
|
| D | auth.cpp | 44 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig) 292 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig) in AuthSign() function
|
| /developtools/hdc/src/host/ |
| D | server.cpp | 444 …retChildForToken = HdcAuth::AuthSign(ptr, reinterpret_cast<const unsigned char *>(handshake.buf.c_… in HandServerAuth()
|