HomeSort by relevance Sort by last modified time
    Searched refs:CALG_SHA_256 (Results 1 - 2 of 2) sorted by null

  /external/curl/src/
tool_metalink.c 89 # ifndef CALG_SHA_256
90 # define CALG_SHA_256 (ALG_CLASS_HASH | ALG_TYPE_ANY | ALG_SID_SHA_256)
445 CryptCreateHash(ctx->hCryptProv, CALG_SHA_256, 0, 0, &ctx->hHash);
  /external/curl/lib/vtls/
schannel.c 144 #ifndef CALG_SHA_256
145 # define CALG_SHA_256 0x0000800c
309 #ifdef CALG_SHA_256
310 CIPHEROPTION(CALG_SHA_256);
    [all...]

Completed in 217 milliseconds