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

  /external/chromium/net/test/
openssl_helper.cc 58 bool fail_resume = false, client_cert = false, npn = false; local
87 } else if (strcmp(argv[i], "npn") == 0) {
88 // Advertise NPN
89 npn = true;
90 } else if (strcmp(argv[i], "npn-mispredict") == 0) {
91 // Advertise NPN
92 npn = true;
182 if (npn)
228 if (npn) {
240 fprintf(stderr, "Bad NPN: %d\n", len)
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 3251 const jbyte* npn; local
    [all...]

Completed in 75 milliseconds