Home
last modified time | relevance | path

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

12

/external/cronet/net/http/
Dhttp_response_info.cc319 int peer_signature_algorithm; in InitFromPickle() local
320 if (!iter.ReadInt(&peer_signature_algorithm) || in InitFromPickle()
322 peer_signature_algorithm)) { in InitFromPickle()
325 ssl_info.peer_signature_algorithm = in InitFromPickle()
326 base::checked_cast<uint16_t>(peer_signature_algorithm); in InitFromPickle()
371 if (ssl_info.peer_signature_algorithm != 0) in Persist()
464 if (ssl_info.is_valid() && ssl_info.peer_signature_algorithm != 0) in Persist()
465 pickle->WriteInt(ssl_info.peer_signature_algorithm); in Persist()
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()
/external/cronet/net/ssl/
Dssl_info.h68 uint16_t peer_signature_algorithm = 0; variable
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_handshake.h152 uint16_t peer_signature_algorithm = 0; member
/external/boringssl/src/ssl/
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()
Dssl_session.cc242 new_session->peer_signature_algorithm = session->peer_signature_algorithm; in SSL_SESSION_dup()
Dtls13_both.cc342 hs->new_session->peer_signature_algorithm = signature_algorithm; in tls13_process_certificate_verify()
Dhandshake_client.cc1176 hs->new_session->peer_signature_algorithm = signature_algorithm; in do_read_server_key_exchange()
Dhandshake_server.cc1657 hs->new_session->peer_signature_algorithm = signature_algorithm; in do_read_client_certificate_verify()
/external/cronet/third_party/boringssl/src/ssl/
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()
Dssl_session.cc242 new_session->peer_signature_algorithm = session->peer_signature_algorithm; in SSL_SESSION_dup()
Dtls13_both.cc342 hs->new_session->peer_signature_algorithm = signature_algorithm; in tls13_process_certificate_verify()
Dhandshake_server.cc1627 hs->new_session->peer_signature_algorithm = signature_algorithm; in do_read_client_certificate_verify()
/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()
/external/cronet/net/quic/
Dmock_crypto_client_stream.cc398 crypto_negotiated_params_->peer_signature_algorithm = in FillCryptoParams()
Dquic_chromium_client_session.cc1318 ssl_info->peer_signature_algorithm = crypto_params.peer_signature_algorithm; in GetSSLInfo()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_server_handshaker_test.cc349 EXPECT_NE(0, client_crypto_params.peer_signature_algorithm); in ExpectHandshakeSuccessful()
359 EXPECT_EQ(0, server_crypto_params.peer_signature_algorithm); in ExpectHandshakeSuccessful()
Dtls_client_handshaker.cc592 crypto_negotiated_params_->peer_signature_algorithm = in FillNegotiatedParams()
Dtls_client_handshaker_test.cc436 EXPECT_NE(stream()->crypto_negotiated_params().peer_signature_algorithm, 0); in TEST_P()
/external/cronet/net/socket/
Dssl_connect_job.cc577 if (ssl_info.peer_signature_algorithm == SSL_SIGN_RSA_PKCS1_SHA1) { in DoSSLConnectComplete()
Dssl_connect_job_unittest.cc639 uint16_t peer_signature_algorithm; in TEST_F() member
681 ssl_info.peer_signature_algorithm = test.peer_signature_algorithm; in TEST_F()
Dssl_client_socket_impl.cc117 dict.Set("peer_signature_algorithm", ssl_info.peer_signature_algorithm); in NetLogSSLInfoParams()
593 ssl_info->peer_signature_algorithm = in GetSSLInfo()

12