Home
last modified time | relevance | path

Searched refs:tokenSize (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/src/common/
H A Dauth.h34 int AuthSign(void *rsa, const unsigned char *token, size_t tokenSize, void *sig);
H A Dauth.cpp45 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