Home
last modified time | relevance | path

Searched refs:SSL_select_next_proto (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/socket/
Dssl_client_socket_openssl.cc815 int status = SSL_select_next_proto( in SelectNextProtoCallback()
/external/openssl/apps/
Ds_client.c537 ctx->status = SSL_select_next_proto(out, outlen, in, inlen, ctx->data, ctx->len); in next_proto_cb()
/external/openssl/include/openssl/
Dssl.h1055 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
/external/openssl/ssl/
Dssl.h1055 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
Dssl_lib.c1572 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen, const unsigned char *server, … in SSL_select_next_proto() function