Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dgskit.c293 gsk_handle h, unsigned int *protoflags) in set_ciphers() argument
367 if(!(*protoflags & (1 << i)) || !ciphers[i].buf[0]) { in set_ciphers()
368 *protoflags &= ~(1 << i); in set_ciphers()
374 if(*protoflags & CURL_GSKPROTO_TLSV11_MASK) { in set_ciphers()
385 if(!result && (*protoflags & CURL_GSKPROTO_TLSV12_MASK)) { in set_ciphers()
399 if(!result && (*protoflags & CURL_GSKPROTO_TLSV10_MASK)) { in set_ciphers()
410 if(!result && (*protoflags & CURL_GSKPROTO_SSLV3_MASK)) in set_ciphers()
413 if(!result && (*protoflags & CURL_GSKPROTO_SSLV2_MASK)) in set_ciphers()
567 unsigned int protoflags; in gskit_connect_step1() local
617 protoflags = CURL_GSKPROTO_TLSV10_MASK | CURL_GSKPROTO_TLSV11_MASK | in gskit_connect_step1()
[all …]