Searched defs:pszSecretKey (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp56 char *pszSecretKey; member in struct:RTS3INTERNAL
219 HMAC(EVP_sha1(), pS3Int->pszSecretKey, (int)strlen(pS3Int->pszSecretKey),
503 RTR3DECL(int) RTS3Create(PRTS3 ppS3, const char* pszAccessKey, const char* pszSecretKey, const char* pszBaseUrl, const char* pszUserAgent /* = NULL */) argument
527 pS3Int->pszSecretKey = RTStrDup(pszSecretKey);
552 RTStrFree(pS3Int->pszSecretKey);

Completed in 45 milliseconds