Searched defs:SSL_CTX_set_next_proto_select_cb (Results 1 - 3 of 3) 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
/external/openssl/ssl/
H A Dssl_lib.c1548 * SSL_CTX_set_next_proto_select_cb.
1645 /* SSL_CTX_set_next_proto_select_cb sets a callback that is called when a
1655 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

Completed in 30 milliseconds