Home
last modified time | relevance | path

Searched refs:next_proto_negotiated (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/ssl/
Dssl_lib.c214 OPENSSL_free(ssl->next_proto_negotiated); in SSL_clear()
215 ssl->next_proto_negotiated = NULL; in SSL_clear()
313 s->next_proto_negotiated = NULL; in SSL_new()
565 OPENSSL_free(ssl->next_proto_negotiated); in SSL_free()
1491 *data = s->next_proto_negotiated; in SSL_get0_next_proto_negotiated()
Dt1_lib.c1807 s->next_proto_negotiated = BUF_memdup(selected, selected_len); in ssl_scan_serverhello_tlsext()
1808 if (s->next_proto_negotiated == NULL) { in ssl_scan_serverhello_tlsext()
Ds3_srvr.c2483 !CBS_stow(&selected_protocol, &s->next_proto_negotiated, in ssl3_get_next_proto()
Ds3_clnt.c2241 memcpy(p, s->next_proto_negotiated, len); in ssl3_send_next_proto()
/external/boringssl/src/include/openssl/
Dssl.h1441 uint8_t *next_proto_negotiated; member