Searched refs:tsi_construct_string_peer_property (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | tls_security_connector_test.cc | 371 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() 407 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() 560 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() 596 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() 634 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() 682 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() 741 tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, "h2", in TEST_F() 991 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() 1022 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() 1057 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in TEST_F() [all …]
|
H A D | alts_security_connector_test.cc | 108 tsi_construct_string_peer_property( in TEST() 181 tsi_construct_string_peer_property( in TEST() 195 tsi_construct_string_peer_property( in TEST()
|
H A D | security_connector_test.cc | 726 tsi_construct_string_peer_property("wrong peer property name", alpn, in test_peer_alpn_check() 735 ASSERT_EQ(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in test_peer_alpn_check() 746 tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, alpn, in test_peer_alpn_check()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 304 result = tsi_construct_string_peer_property( in peer_property_from_x509_common_name() 332 result = tsi_construct_string_peer_property( in peer_property_from_x509_subject() 336 result = tsi_construct_string_peer_property( in peer_property_from_x509_subject() 357 tsi_result result = tsi_construct_string_peer_property( in add_pem_certificate() 395 result = tsi_construct_string_peer_property( in add_subject_alt_names_properties_to_peer() 403 result = tsi_construct_string_peer_property( in add_subject_alt_names_properties_to_peer() 1165 tsi_result result = tsi_construct_string_peer_property( in tsi_ssl_get_cert_chain_contents() 1220 result = tsi_construct_string_peer_property( in ssl_handshaker_result_extract_peer()
|
D | transport_security.cc | 354 return tsi_construct_string_peer_property(name, value, strlen(value), in tsi_construct_string_peer_property_from_cstring() 358 tsi_result tsi_construct_string_peer_property(const char* name, in tsi_construct_string_peer_property() function
|
D | transport_security.h | 130 tsi_result tsi_construct_string_peer_property(const char* name,
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/ |
H A D | ssl_transport_security.cc | 324 result = tsi_construct_string_peer_property( in peer_property_from_x509_common_name() 352 result = tsi_construct_string_peer_property( in peer_property_from_x509_subject() 356 result = tsi_construct_string_peer_property( in peer_property_from_x509_subject() 377 tsi_result result = tsi_construct_string_peer_property( in add_pem_certificate() 415 result = tsi_construct_string_peer_property( in add_subject_alt_names_properties_to_peer() 423 result = tsi_construct_string_peer_property( in add_subject_alt_names_properties_to_peer() 1398 tsi_result result = tsi_construct_string_peer_property( in tsi_ssl_get_cert_chain_contents() 1453 result = tsi_construct_string_peer_property( in ssl_handshaker_result_extract_peer()
|
H A D | transport_security.cc | 354 return tsi_construct_string_peer_property(name, value, strlen(value), in tsi_construct_string_peer_property_from_cstring() 358 tsi_result tsi_construct_string_peer_property(const char* name, in tsi_construct_string_peer_property() function
|
H A D | transport_security.h | 130 tsi_result tsi_construct_string_peer_property(const char* name,
|
/aosp_15_r20/external/grpc-grpc/test/core/tsi/ |
H A D | transport_security_test.cc | 280 EXPECT_EQ(tsi_construct_string_peer_property( in peer_from_cert_name_test_entry() 291 EXPECT_EQ(tsi_construct_string_peer_property( in peer_from_cert_name_test_entry()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 125 ok = tsi_construct_string_peer_property( in handshaker_result_extract_peer() 135 ok = tsi_construct_string_peer_property( in handshaker_result_extract_peer()
|
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
H A D | alts_tsi_handshaker.cc | 122 ok = tsi_construct_string_peer_property( in handshaker_result_extract_peer() 132 ok = tsi_construct_string_peer_property( in handshaker_result_extract_peer()
|