Searched refs:next_protos_advertised_cb (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c1816 ctx->next_protos_advertised_cb = cb;
2047 ret->next_protos_advertised_cb = 0;
H A Dt1_lib.c1309 if (next_proto_neg_seen && s->ctx->next_protos_advertised_cb)
1315 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg);
/external/openssl/ssl/
H A Dssl_lib.c1707 ctx->next_protos_advertised_cb = cb;
1986 ret->next_protos_advertised_cb = 0;
H A Dt1_lib.c892 if (next_proto_neg_seen && s->ctx->next_protos_advertised_cb)
898 r = s->ctx->next_protos_advertised_cb(s, &npa, &npalen, s->ctx->next_protos_advertised_cb_arg);
H A Dssl.h1008 int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf, member in struct:ssl_ctx_st
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dssl.h973 int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf, member in struct:ssl_ctx_st
/external/openssl/include/openssl/
H A Dssl.h1008 int (*next_protos_advertised_cb)(SSL *s, const unsigned char **buf, member in struct:ssl_ctx_st

Completed in 140 milliseconds