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

  /external/chromium/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/openssl/apps/
s_client.c 509 /* This the context that we pass to next_proto_cb */
518 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 898 /* This is the context that we pass to next_proto_cb */
904 static int next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, void *arg) function
    [all...]

Completed in 63 milliseconds