HomeSort by relevance Sort by last modified time
    Searched full:cipherlist (Results 1 - 4 of 4) sorted by null

  /external/fonttools/Lib/fontTools/misc/
eexec.py 30 cipherList = []
33 cipherList.append(cipher)
34 cipherstring = strjoin(cipherList)
  /external/curl/lib/vtls/
gskit.c 295 const char *cipherlist = data->set.str[STRING_SSL_CIPHER_LIST]; local
309 if(!cipherlist)
311 while(is_separator(*cipherlist)) /* Skip initial separators. */
312 cipherlist++;
313 if(!*cipherlist)
319 l = strlen(cipherlist) + 1;
336 for(clp = cipherlist; *cipherlist && !is_separator(*cipherlist);)
337 cipherlist++
    [all...]
nss.c 103 #define NUM_OF_CIPHERS sizeof(cipherlist)/sizeof(cipherlist[0])
104 static const cipher_s cipherlist[] = { variable
246 if(Curl_raw_equal(cipher, cipherlist[i].name)) {
268 if(SSL_CipherPrefSet(model, cipherlist[i].num, PR_TRUE) != SECSuccess) {
269 failf(data, "cipher-suite not supported by NSS: %s", cipherlist[i].name);
287 SSL_CipherPolicyGet(cipherlist[i].num, &policy);
    [all...]
  /external/curl/docs/examples/
curlx.c 227 - a preferred cipherlist

Completed in 4375 milliseconds