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

/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp210 static char* rtS3CreateSignature(PRTS3INTERNAL pS3Int, const char* pszAction, const char* pszBucket, const char* pszKey, argument
219 HMAC(EVP_sha1(), pS3Int->pszSecretKey, (int)strlen(pS3Int->pszSecretKey),
232 static char* rtS3CreateAuthHeader(PRTS3INTERNAL pS3Int, const char* pszAction, const char* pszBucket, const char* pszKey, argument
237 char *pszSigBase64Enc = rtS3CreateSignature(pS3Int, pszAction, pszBucket, pszKey, papszHeadEnts, cHeadEnts);
240 pS3Int->pszAccessKey,
246 static int rtS3Perform(PRTS3INTERNAL pS3Int) argument
249 CURLcode code = curl_easy_perform(pS3Int->pCurl);
252 curl_easy_getinfo(pS3Int->pCurl, CURLINFO_RESPONSE_CODE, &pS3Int
324 PRTS3INTERNAL pS3Int = (PRTS3INTERNAL)pvUser; local
339 rtS3ReinitCurl(PRTS3INTERNAL pS3Int) argument
562 PRTS3INTERNAL pS3Int = hS3; local
571 PRTS3INTERNAL pS3Int = hS3; local
651 PRTS3INTERNAL pS3Int = hS3; local
706 PRTS3INTERNAL pS3Int = hS3; local
756 PRTS3INTERNAL pS3Int = hS3; local
838 PRTS3INTERNAL pS3Int = hS3; local
882 PRTS3INTERNAL pS3Int = hS3; local
940 PRTS3INTERNAL pS3Int = hS3; local
[all...]

Completed in 45 milliseconds