Searched refs:SSL_CTX_set_next_proto_select_cb (Results 1 - 11 of 11) sorted by relevance

/external/openssl/crypto/
H A Dsymhacks.h205 #undef SSL_CTX_set_next_proto_select_cb macro
206 #define SSL_CTX_set_next_proto_select_cb SSL_CTX_set_next_proto_sel_cb macro
/external/openssl/include/openssl/
H A Dsymhacks.h205 #undef SSL_CTX_set_next_proto_select_cb macro
206 #define SSL_CTX_set_next_proto_select_cb SSL_CTX_set_next_proto_sel_cb macro
H A Dssl.h1127 void SSL_CTX_set_next_proto_select_cb(SSL_CTX *s,
/external/chromium_org/third_party/boringssl/src/ssl/test/
H A Dbssl_shim.cc240 SSL_CTX_set_next_proto_select_cb(ssl_ctx, next_proto_select_callback, NULL);
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl.cc178 SSL_CTX_set_next_proto_select_cb(ssl_ctx_.get(), SelectNextProtoCallback,
/external/openssl/apps/
H A Ds_client.c1182 SSL_CTX_set_next_proto_select_cb(ctx, next_proto_cb, &next_proto);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h1144 OPENSSL_EXPORT void SSL_CTX_set_next_proto_select_cb(SSL_CTX *s,
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c1723 * SSL_CTX_set_next_proto_select_cb.
1820 /* SSL_CTX_set_next_proto_select_cb sets a callback that is called when a
1830 void SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx, int (*cb) (SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg), void *arg) function
/external/openssl/ssl/
H A Dssl.h1127 void SSL_CTX_set_next_proto_select_cb(SSL_CTX *s,
H A Dssl_lib.c1614 * SSL_CTX_set_next_proto_select_cb.
1711 /* SSL_CTX_set_next_proto_select_cb sets a callback that is called when a
1721 void SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx, int (*cb) (SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg), void *arg) function
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8064 SSL_CTX_set_next_proto_select_cb(ssl_ctx, next_proto_select_callback, NULL); // client
8074 SSL_CTX_set_next_proto_select_cb(ssl_ctx, NULL, NULL); // client

Completed in 735 milliseconds