Searched refs:tokenSize (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/src/common/ |
H A D | auth.h | 34 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig);
|
H A D | auth.cpp | 45 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig) 300 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig) in AuthSign() argument 303 if (!RSA_sign(NID_sha256, token, tokenSize, (unsigned char *)sig, &len, (RSA *)rsa)) { in AuthSign()
|
Completed in 2 milliseconds