HomeSort by relevance Sort by last modified time
    Searched refs:next_proto_cb (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/test/
openssl_helper.cc 31 static int next_proto_cb(SSL *ssl, const unsigned char **out, function
183 SSL_CTX_set_next_protos_advertised_cb(ctx, next_proto_cb, &npn_mispredict);
  /external/chromium_org/third_party/openssl/openssl/apps/
s_client.c 514 /* This the context that we pass to next_proto_cb */
523 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) function
    [all...]
s_server.c 900 /* This is the context that we pass to next_proto_cb */
906 static int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, void *arg) function
    [all...]
  /external/openssl/apps/
s_client.c 516 /* This the context that we pass to next_proto_cb */
525 static int next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) function
    [all...]
s_server.c 900 /* This is the context that we pass to next_proto_cb */
906 static int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, void *arg) function
    [all...]

Completed in 376 milliseconds