Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/
H A Dssl_private.h260 int SSL_callback_next_protos(SSL *, const unsigned char **, unsigned int *, void *);
H A Dsslutils.c600 int SSL_callback_next_protos(SSL *ssl, const unsigned char **data, in SSL_callback_next_protos() function
H A Dsslcontext.c851 SSL_CTX_set_next_protos_advertised_cb(c->ctx, SSL_callback_next_protos, (void *)c); in TCN_IMPLEMENT_CALL()