Searched defs:SSL_CTX_set_next_proto_select_cb (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/ |
H A D | symhacks.h | 205 #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/chromium_org/third_party/openssl/openssl/include/openssl/ |
H A D | symhacks.h | 205 #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/crypto/ |
H A D | symhacks.h | 205 #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 D | symhacks.h | 205 #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/chromium_org/third_party/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 1578 * SSL_CTX_set_next_proto_select_cb. 1675 /* SSL_CTX_set_next_proto_select_cb sets a callback that is called when a 1685 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 D | ssl_lib.c | 1607 * SSL_CTX_set_next_proto_select_cb. 1704 /* SSL_CTX_set_next_proto_select_cb sets a callback that is called when a 1714 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 290 milliseconds