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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_metalink.c77 HCRYPTHASH hHash; member in struct:win32_crypto_hash
328 CryptGetHashParam(ctx->hHash, HP_HASHVAL, NULL, &length, 0);
330 CryptGetHashParam(ctx->hHash, HP_HASHVAL, digest, &length, 0);
331 if(ctx->hHash)
332 CryptDestroyHash(ctx->hHash);
341 CryptCreateHash(ctx->hCryptProv, CALG_MD5, 0, 0, &ctx->hHash);
350 CryptHashData(ctx->hHash, (unsigned char *)input, inputLen, 0);
362 CryptCreateHash(ctx->hCryptProv, CALG_SHA1, 0, 0, &ctx->hHash);
371 CryptHashData(ctx->hHash, (unsigned char *)input, inputLen, 0);
383 CryptCreateHash(ctx->hCryptProv, CALG_SHA_256, 0, 0, &ctx->hHash);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dmd5.c130 HCRYPTHASH hHash; member in struct:__anon972
137 CryptCreateHash(ctx->hCryptProv, CALG_MD5, 0, 0, &ctx->hHash);
145 CryptHashData(ctx->hHash, (unsigned char *)input, inputLen, 0);
151 CryptGetHashParam(ctx->hHash, HP_HASHVAL, NULL, &length, 0);
153 CryptGetHashParam(ctx->hHash, HP_HASHVAL, digest, &length, 0);
154 if(ctx->hHash)
155 CryptDestroyHash(ctx->hHash);

Completed in 50 milliseconds