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

/vbox/include/iprt/
H A Ds3.h126 * @param pszSecretKey The secret access key for the S3 storage server.
131 RTR3DECL(int) RTS3Create(PRTS3 phS3, const char *pszAccessKey, const char *pszSecretKey, const char *pszBaseUrl, const char *pszUserAgent);
/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