Home | History | Annotate | Download | only in libexslt

Lines Matching refs:hHash

149     HCRYPTHASH hHash = 0;
152 if (!CryptCreateHash (hCryptProv, algorithm, 0, 0, &hHash)) {
157 if (!CryptHashData (hHash, (const BYTE *) msg, msglen, 0)) {
162 if (!CryptGetHashParam (hHash, HP_HASHVAL, dest, &dwHashLen, 0)) {
168 return hHash;
188 HCRYPTHASH hHash;
196 hHash = exsltCryptoCryptoApiCreateHash (ctxt, hCryptProv,
199 if (0 != hHash) {
200 CryptDestroyHash (hHash);
213 HCRYPTHASH hHash;
230 hHash = exsltCryptoCryptoApiCreateHash (ctxt, hCryptProv,
236 (hCryptProv, CALG_RC4, hHash, 0x00800000, &hKey)) {
249 if (0 != hHash) {
250 CryptDestroyHash (hHash);
264 HCRYPTHASH hHash;
281 hHash = exsltCryptoCryptoApiCreateHash (ctxt, hCryptProv,
287 (hCryptProv, CALG_RC4, hHash, 0x00800000, &hKey)) {
300 if (0 != hHash) {
301 CryptDestroyHash (hHash);