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

/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...]
/external/fio/os/
H A Dos-windows.h236 HCRYPTPROV hCryptProv; local
238 if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))
245 if (!CryptGenRandom(hCryptProv, size, (BYTE*)rand_seeds)) {
248 CryptReleaseContext(hCryptProv, 0);
252 CryptReleaseContext(hCryptProv, 0);

Completed in 126 milliseconds