Searched refs:tsi_construct_string_peer_property (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | alts_security_connector_test.cc | 97 GPR_ASSERT(tsi_construct_string_peer_property( in test_missing_security_level_property_failure() 165 GPR_ASSERT(tsi_construct_string_peer_property( in test_alts_peer_to_auth_context_success() 178 tsi_construct_string_peer_property( in test_alts_peer_to_auth_context_success()
|
D | security_connector_test.cc | 637 GPR_ASSERT(tsi_construct_string_peer_property("wrong peer property name", in test_peer_alpn_check() 647 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in test_peer_alpn_check() 657 GPR_ASSERT(tsi_construct_string_peer_property(TSI_SSL_ALPN_SELECTED_PROTOCOL, in test_peer_alpn_check()
|
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test.cc | 273 GPR_ASSERT(tsi_construct_string_peer_property( in peer_from_cert_name_test_entry() 283 GPR_ASSERT(tsi_construct_string_peer_property( in peer_from_cert_name_test_entry()
|
/external/grpc-grpc/src/core/tsi/ |
D | transport_security.h | 117 tsi_result tsi_construct_string_peer_property(const char* name,
|
D | transport_security.cc | 315 return tsi_construct_string_peer_property(name, value, strlen(value), in tsi_construct_string_peer_property_from_cstring() 319 tsi_result tsi_construct_string_peer_property(const char* name, in tsi_construct_string_peer_property() function
|
D | ssl_transport_security.cc | 309 result = tsi_construct_string_peer_property( in peer_property_from_x509_common_name() 330 tsi_result result = tsi_construct_string_peer_property( in add_pem_certificate() 360 result = tsi_construct_string_peer_property( in add_subject_alt_names_properties_to_peer() 1045 result = tsi_construct_string_peer_property( in ssl_handshaker_result_extract_peer()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/ |
D | transport_security.h | 114 tsi_result tsi_construct_string_peer_property(const char* name,
|
D | transport_security.cc | 330 return tsi_construct_string_peer_property(name, value, strlen(value), in tsi_construct_string_peer_property_from_cstring() 334 tsi_result tsi_construct_string_peer_property(const char* name, in tsi_construct_string_peer_property() function
|
D | ssl_transport_security.cc | 321 result = tsi_construct_string_peer_property( in peer_property_from_x509_common_name() 342 tsi_result result = tsi_construct_string_peer_property( in add_pem_certificate() 376 result = tsi_construct_string_peer_property( in add_subject_alt_names_properties_to_peer() 385 result = tsi_construct_string_peer_property( in add_subject_alt_names_properties_to_peer() 1220 tsi_result result = tsi_construct_string_peer_property( in tsi_ssl_get_cert_chain_contents() 1271 result = tsi_construct_string_peer_property( in ssl_handshaker_result_extract_peer()
|
/external/grpc-grpc/test/core/security/ |
D | alts_security_connector_test.cc | 141 GPR_ASSERT(tsi_construct_string_peer_property( in test_alts_peer_to_auth_context_success()
|
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/alts/handshaker/ |
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()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_tsi_handshaker.cc | 105 ok = tsi_construct_string_peer_property( in handshaker_result_extract_peer()
|