Home
last modified time | relevance | path

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

/third_party/curl/lib/
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()
/third_party/curl/lib/vtls/
Dschannel.c139 #ifndef CALG_SHA_256
140 # define CALG_SHA_256 0x0000800c macro
316 #ifdef CALG_SHA_256
317 CIPHEROPTION(CALG_SHA_256),
2732 PROV_RSA_AES, CALG_SHA_256); in schannel_sha256sum()
/third_party/openssl/engines/
De_capi.c84 # ifndef CALG_SHA_256
85 # define CALG_SHA_256 (ALG_CLASS_HASH | ALG_TYPE_ANY | ALG_SID_SHA_256) macro
854 alg = CALG_SHA_256; in capi_rsa_sign()
/third_party/node/deps/openssl/openssl/engines/
De_capi.c84 # ifndef CALG_SHA_256
85 # define CALG_SHA_256 (ALG_CLASS_HASH | ALG_TYPE_ANY | ALG_SID_SHA_256) macro
854 alg = CALG_SHA_256; in capi_rsa_sign()
/third_party/curl/docs/
DCIPHERS.md337 `CALG_SHA_256`,