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

  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 834 if (next_proto_neg_seen && s->ctx->next_protos_advertised_cb)
840 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg);
    [all...]
ssl_lib.c     [all...]
ssl.h 970 int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf, member in struct:ssl_ctx_st
    [all...]
  /external/openssl/ssl/
t1_lib.c 865 if (next_proto_neg_seen && s->ctx->next_protos_advertised_cb)
871 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg);
    [all...]
ssl_lib.c     [all...]
ssl.h 970 int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf, member in struct:ssl_ctx_st
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ssl.h 970 int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf, member in struct:ssl_ctx_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 970 int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf, member in struct:ssl_ctx_st
    [all...]

Completed in 166 milliseconds