Home
last modified time | relevance | path

Searched refs:CALG_SHA_256 (Results 1 – 2 of 2) sorted by relevance

/curl/lib/
H A Dsha256.c219 #if !defined(CALG_SHA_256)
220 #define CALG_SHA_256 0x0000800c macro
230 if(!CryptCreateHash(ctx->hCryptProv, CALG_SHA_256, 0, 0, &ctx->hHash)) { in my_sha256_init()
/curl/lib/vtls/
H A Dschannel.c150 #ifndef CALG_SHA_256
151 # define CALG_SHA_256 0x0000800c macro
327 #ifdef CALG_SHA_256
328 CIPHEROPTION(CALG_SHA_256),
2625 PROV_RSA_AES, CALG_SHA_256); in schannel_sha256sum()

Completed in 28 milliseconds