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
229 if(!CryptCreateHash(ctx->hCryptProv, CALG_SHA_256, 0, 0, &ctx->hHash)) { in my_sha256_init()
/curl/lib/vtls/
H A Dschannel.c139 #ifndef CALG_SHA_256
140 # define CALG_SHA_256 0x0000800c macro
316 #ifdef CALG_SHA_256
317 CIPHEROPTION(CALG_SHA_256),
2815 PROV_RSA_AES, CALG_SHA_256); in schannel_sha256sum()

Completed in 16 milliseconds