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

/external/chromium_org/third_party/tlslite/tlslite/utils/
H A Dwin32prng.c10 HCRYPTPROV hCryptProv; local
21 &hCryptProv,
35 hCryptProv,
43 CryptReleaseContext(hCryptProv, 0);
H A Dentropy.c30 HCRYPTPROV hCryptProv = 0; local
68 if(!pCryptAcquireContextA(&hCryptProv, NULL, NULL, PROV_RSA_FULL,
77 if(!pCryptGenRandom(hCryptProv, howMany, bytes)) {
81 CryptReleaseContext(hCryptProv, 0);
90 if (!pCryptReleaseContext(hCryptProv, 0)) {
/external/chromium_org/third_party/libxslt/libexslt/
H A Dcrypto.c145 HCRYPTPROV hCryptProv, ALG_ID algorithm,
152 if (!CryptCreateHash (hCryptProv, algorithm, 0, 0, &hHash)) {
187 HCRYPTPROV hCryptProv; local
190 if (!CryptAcquireContext (&hCryptProv, NULL, NULL, PROV_RSA_FULL,
196 hHash = exsltCryptoCryptoApiCreateHash (ctxt, hCryptProv,
203 CryptReleaseContext (hCryptProv, 0);
211 HCRYPTPROV hCryptProv; local
224 if (!CryptAcquireContext (&hCryptProv, NULL, NULL, PROV_RSA_FULL,
230 hHash = exsltCryptoCryptoApiCreateHash (ctxt, hCryptProv,
236 (hCryptProv, CALG_RC
144 exsltCryptoCryptoApiCreateHash(xmlXPathParserContextPtr ctxt, HCRYPTPROV hCryptProv, ALG_ID algorithm, const char *msg, unsigned int msglen, char *dest, unsigned int destlen) argument
262 HCRYPTPROV hCryptProv; local
[all...]

Completed in 903 milliseconds