Searched refs:next_proto_neg_seen (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
H A Dt1_lib.c1260 ssl->s3->next_proto_neg_seen = 0;
1328 ssl->s3->next_proto_neg_seen = 1;
1343 * |next_proto_neg_seen|. */
1350 ssl->s3->next_proto_neg_seen = 1;
1355 /* |next_proto_neg_seen| might have been cleared when an ALPN extension was
1357 if (!ssl->s3->next_proto_neg_seen) {
1367 ssl->s3->next_proto_neg_seen = 0;
1484 if (ssl->s3->next_proto_neg_seen) {
1524 ssl->s3->next_proto_neg_seen = 0;
H A Ds3_srvr.c433 if (ssl->s3->next_proto_neg_seen) {
2135 if (!ssl->s3->next_proto_neg_seen) {
H A Ds3_clnt.c386 if (ssl->s3->next_proto_neg_seen) {
H A Dssl_lib.c2296 (ssl->s3->alpn_selected || ssl->s3->next_proto_neg_seen) &&
/external/boringssl/include/openssl/
H A Dssl.h4115 int next_proto_neg_seen; member in struct:ssl3_state_st
/external/boringssl/src/include/openssl/
H A Dssl.h4115 int next_proto_neg_seen; member in struct:ssl3_state_st

Completed in 161 milliseconds