Searched defs:SSL_get0_next_proto_negotiated (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_lib.c1787 /* SSL_get0_next_proto_negotiated sets *data and *len to point to the client's
1795 void SSL_get0_next_proto_negotiated(const SSL *s, const uint8_t **data, unsigned *len) function
/external/openssl/ssl/
H A Dssl_lib.c1678 /* SSL_get0_next_proto_negotiated sets *data and *len to point to the client's
1686 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data, unsigned *len) function

Completed in 116 milliseconds