Searched refs:SSL_select_next_proto (Results 1 – 5 of 5) sorted by relevance
/external/chromium/net/socket/ |
D | ssl_client_socket_openssl.cc | 815 int status = SSL_select_next_proto( in SelectNextProtoCallback()
|
/external/openssl/apps/ |
D | s_client.c | 537 ctx->status = SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
|
/external/openssl/include/openssl/ |
D | ssl.h | 1055 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
/external/openssl/ssl/ |
D | ssl.h | 1055 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
|
D | ssl_lib.c | 1572 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, const unsigned char *server, … in SSL_select_next_proto() function
|