Home
last modified time | relevance | path

Searched refs:peer_signature_algorithm (Results 1 – 25 of 38) sorted by relevance

12

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_info.cc320 int peer_signature_algorithm; in InitFromPickle() local
321 if (!iter.ReadInt(&peer_signature_algorithm) || in InitFromPickle()
323 peer_signature_algorithm)) { in InitFromPickle()
326 ssl_info.peer_signature_algorithm = in InitFromPickle()
327 base::checked_cast<uint16_t>(peer_signature_algorithm); in InitFromPickle()
372 if (ssl_info.peer_signature_algorithm != 0) in Persist()
465 if (ssl_info.is_valid() && ssl_info.peer_signature_algorithm != 0) in Persist()
466 pickle->WriteInt(ssl_info.peer_signature_algorithm); in Persist()
H A Dhttp_response_info_unittest.cc192 response_info_.ssl_info.peer_signature_algorithm = in TEST_F()
196 EXPECT_EQ(0x0804, restored_response_info.ssl_info.peer_signature_algorithm); in TEST_F()
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_asn1.cc357 if (in->peer_signature_algorithm != 0 && in SSL_SESSION_to_bytes_full()
359 !CBB_add_asn1_uint64(&child, in->peer_signature_algorithm))) { in SSL_SESSION_to_bytes_full()
743 if (!SSL_SESSION_parse_u16(&session, &ret->peer_signature_algorithm, in SSL_SESSION_parse()
H A Dssl_session.cc242 new_session->peer_signature_algorithm = session->peer_signature_algorithm; in SSL_SESSION_dup()
H A Dtls13_both.cc342 hs->new_session->peer_signature_algorithm = signature_algorithm; in tls13_process_certificate_verify()
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_asn1.cc357 if (in->peer_signature_algorithm != 0 && in SSL_SESSION_to_bytes_full()
359 !CBB_add_asn1_uint64(&child, in->peer_signature_algorithm))) { in SSL_SESSION_to_bytes_full()
743 if (!SSL_SESSION_parse_u16(&session, &ret->peer_signature_algorithm, in SSL_SESSION_parse()
H A Dssl_session.cc242 new_session->peer_signature_algorithm = session->peer_signature_algorithm; in SSL_SESSION_dup()
H A Dtls13_both.cc343 hs->new_session->peer_signature_algorithm = signature_algorithm; in tls13_process_certificate_verify()
H A Dhandshake_client.cc1177 hs->new_session->peer_signature_algorithm = signature_algorithm; in do_read_server_key_exchange()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_asn1.cc374 if (in->peer_signature_algorithm != 0 && in SSL_SESSION_to_bytes_full()
376 !CBB_add_asn1_uint64(&child, in->peer_signature_algorithm))) { in SSL_SESSION_to_bytes_full()
765 if (!SSL_SESSION_parse_u16(&session, &ret->peer_signature_algorithm, in SSL_SESSION_parse()
Dssl_session.cc242 new_session->peer_signature_algorithm = session->peer_signature_algorithm; in SSL_SESSION_dup()
Dtls13_both.cc349 hs->new_session->peer_signature_algorithm = signature_algorithm; in tls13_process_certificate_verify()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_asn1.cc374 if (in->peer_signature_algorithm != 0 && in SSL_SESSION_to_bytes_full()
376 !CBB_add_asn1_uint64(&child, in->peer_signature_algorithm))) { in SSL_SESSION_to_bytes_full()
765 if (!SSL_SESSION_parse_u16(&session, &ret->peer_signature_algorithm, in SSL_SESSION_parse()
Dssl_session.cc242 new_session->peer_signature_algorithm = session->peer_signature_algorithm; in SSL_SESSION_dup()
Dtls13_both.cc349 hs->new_session->peer_signature_algorithm = signature_algorithm; in tls13_process_certificate_verify()
Dhandshake_server.cc1595 hs->new_session->peer_signature_algorithm = signature_algorithm; in do_read_client_certificate_verify()
Dhandshake_client.cc1155 hs->new_session->peer_signature_algorithm = signature_algorithm; in do_read_server_key_exchange()
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_info.h64 uint16_t peer_signature_algorithm = 0; variable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dcrypto_handshake.h152 uint16_t peer_signature_algorithm = 0; member
/aosp_15_r20/external/cronet/net/quic/
H A Dmock_crypto_client_stream.cc398 crypto_negotiated_params_->peer_signature_algorithm = in FillCryptoParams()
H A Dquic_chromium_client_session.cc1385 ssl_info->peer_signature_algorithm = crypto_params.peer_signature_algorithm; in GetSSLInfo()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_server_handshaker_test.cc357 EXPECT_NE(0, client_crypto_params.peer_signature_algorithm); in ExpectHandshakeSuccessful()
367 EXPECT_EQ(0, server_crypto_params.peer_signature_algorithm); in ExpectHandshakeSuccessful()
H A Dtls_client_handshaker.cc598 crypto_negotiated_params_->peer_signature_algorithm = in FillNegotiatedParams()
H A Dtls_client_handshaker_test.cc436 EXPECT_NE(stream()->crypto_negotiated_params().peer_signature_algorithm, 0); in TEST_P()
/aosp_15_r20/external/cronet/net/socket/
H A Dssl_client_socket_impl.cc113 .Set("peer_signature_algorithm", ssl_info.peer_signature_algorithm) in NetLogSSLInfoParams()
493 ssl_info->peer_signature_algorithm = in GetSSLInfo()

12