Home
last modified time | relevance | path

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

/curl/lib/vauth/
H A Ddigest.c275 char *alg, size_t alen, in auth_decode_digest_md5_message() argument
295 if(!auth_digest_get_key_value(chlg, "algorithm=", alg, alen, ',')) in auth_decode_digest_md5_message()
/curl/lib/vtls/
H A Dschannel.c363 long alg = strtol(startCur, 0, 0); in set_ssl_ciphers() local
364 if(!alg) in set_ssl_ciphers()
365 alg = get_alg_id_by_name(startCur); in set_ssl_ciphers()
366 if(alg) in set_ssl_ciphers()
367 algIds[algCount++] = (ALG_ID)alg; in set_ssl_ciphers()

Completed in 16 milliseconds