Home
last modified time | relevance | path

Searched refs:next_proto_select_cb (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Dt1_lib.c962 if (s->ctx->next_proto_select_cb && !s->s3->initial_handshake_complete && in ssl_add_clienthello_tlsext()
1788 if (s->ctx->next_proto_select_cb == NULL) { in ssl_scan_serverhello_tlsext()
1799 if (s->ctx->next_proto_select_cb( in ssl_scan_serverhello_tlsext()
Dssl_lib.c1530 ctx->next_proto_select_cb = cb; in SSL_CTX_set_next_proto_select_cb()
1729 ret->next_proto_select_cb = 0; in SSL_CTX_new()
/external/boringssl/src/include/openssl/
Dssl.h1039 int (*next_proto_select_cb)(SSL *s, uint8_t **out, uint8_t *outlen, member