Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dschannel.c372 int algCount = 0; in set_ssl_ciphers() local
373 while(startCur && (0 != *startCur) && (algCount < NUM_CIPHERS)) { in set_ssl_ciphers()
378 algIds[algCount++] = (ALG_ID)alg; in set_ssl_ciphers()
391 schannel_cred->cSupportedAlgs = (DWORD)algCount; in set_ssl_ciphers()

Completed in 11 milliseconds