Searched defs:npn (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/test/
H A Dopenssl_helper.cc58 bool fail_resume = false, client_cert = false, npn = false; local
87 } else if (strcmp(argv[i], "npn") == 0) {
89 npn = true;
90 } else if (strcmp(argv[i], "npn-mispredict") == 0) {
92 npn = true;
182 if (npn)
228 if (npn) {
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8086 const jbyte* npn; local
8088 SSL_get0_next_proto_negotiated(ssl, reinterpret_cast<const unsigned char**>(&npn), &npnLength);
8094 env->SetByteArrayRegion(result, 0, npnLength, npn);
8134 const jbyte* npn; local
8136 SSL_get0_alpn_selected(ssl, reinterpret_cast<const unsigned char**>(&npn), &npnLength);
8142 env->SetByteArrayRegion(result, 0, npnLength, npn);
8216 JNI_TRACE("ssl=%p NativeCrypto_SSL_do_handshake_bio rbio=%p wbio=%p shc=%p client_mode=%d npn=%p",
8308 JNI_TRACE("ssl=%p NativeCrypto_SSL_do_handshake fd=%p shc=%p timeout_millis=%d client_mode=%d npn=%p",

Completed in 106 milliseconds