Searched refs:hCryptProv (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libxslt/libexslt/ |
D | crypto.c | 145 HCRYPTPROV hCryptProv, ALG_ID algorithm, in exsltCryptoCryptoApiCreateHash() argument 152 if (!CryptCreateHash (hCryptProv, algorithm, 0, 0, &hHash)) { in exsltCryptoCryptoApiCreateHash() 187 HCRYPTPROV hCryptProv; in exsltCryptoCryptoApiHash() local 190 if (!CryptAcquireContext (&hCryptProv, NULL, NULL, PROV_RSA_FULL, in exsltCryptoCryptoApiHash() 196 hHash = exsltCryptoCryptoApiCreateHash (ctxt, hCryptProv, in exsltCryptoCryptoApiHash() 203 CryptReleaseContext (hCryptProv, 0); in exsltCryptoCryptoApiHash() 211 HCRYPTPROV hCryptProv; in exsltCryptoCryptoApiRc4Encrypt() local 224 if (!CryptAcquireContext (&hCryptProv, NULL, NULL, PROV_RSA_FULL, in exsltCryptoCryptoApiRc4Encrypt() 230 hHash = exsltCryptoCryptoApiCreateHash (ctxt, hCryptProv, in exsltCryptoCryptoApiRc4Encrypt() 236 (hCryptProv, CALG_RC4, hHash, 0x00800000, &hKey)) { in exsltCryptoCryptoApiRc4Encrypt() [all …]
|
/external/fio/os/ |
D | os-windows.h | 236 HCRYPTPROV hCryptProv; in init_random_state() local 238 if (!CryptAcquireContext(&hCryptProv, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) in init_random_state() 245 if (!CryptGenRandom(hCryptProv, size, (BYTE*)rand_seeds)) { in init_random_state() 248 CryptReleaseContext(hCryptProv, 0); in init_random_state() 252 CryptReleaseContext(hCryptProv, 0); in init_random_state()
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | sslplatf.c | 198 CryptReleaseContext(key->hCryptProv, 0); in ssl_FreePlatformKey() 394 if (!CryptCreateHash(key->hCryptProv, hashAlg, 0, 0, &hHash)) { in ssl3_CAPIPlatformSignHashes()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_cryptoapi.c | 37 (*CryptImportPublicKeyInfo)(HCRYPTPROV hCryptProv, DWORD dwCertEncodingType,
|
/external/chromium_org/net/socket/ |
D | ssl_client_socket_nss.cc | 1381 key_context->hCryptProv = crypt_prov; in PlatformClientAuthHandler()
|