Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
H A Dschannel.c2684 HCRYPTPROV hProv = 0; in schannel_checksum() local
2695 if(!CryptAcquireContext(&hProv, NULL, NULL, provType, in schannel_checksum()
2700 if(!CryptCreateHash(hProv, algId, 0, 0, &hHash)) in schannel_checksum()
2722 if(hProv) in schannel_checksum()
2723 CryptReleaseContext(hProv, 0); in schannel_checksum()

Completed in 5 milliseconds