Searched refs:SSL_CTX_set_alpn_protos (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/tool/ |
D | client.cc | 343 if (SSL_CTX_set_alpn_protos(ctx.get(), wire.data(), wire.size()) != 0) { in Client()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1921 SSL_CTX_set_alpn_protos(connssl->ctx, protocols, cur); in ossl_connect_step1()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 2548 OPENSSL_EXPORT int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 1707 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos, in SSL_CTX_set_alpn_protos() function
|
D | ssl_test.cc | 2778 SSL_CTX_set_alpn_protos(ctx.get(), kALPNProtos, sizeof(kALPNProtos)) != in TestALPNCipherAvailable()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |