Searched refs:tokenSize (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/common/ |
| D | auth.h | 34 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() argument 295 if (!RSA_sign(NID_sha256, token, tokenSize, (unsigned char *)sig, &len, (RSA *)rsa)) { in AuthSign()
|