Home
last modified time | relevance | path

Searched refs:tsi_construct_string_peer_property (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dalts_security_connector_test.cc97 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()
Dsecurity_connector_test.cc637 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/
Dtransport_security_test.cc273 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/
Dtransport_security.h117 tsi_result tsi_construct_string_peer_property(const char* name,
Dtransport_security.cc315 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
Dssl_transport_security.cc309 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/
Dtransport_security.h114 tsi_result tsi_construct_string_peer_property(const char* name,
Dtransport_security.cc330 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
Dssl_transport_security.cc321 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/
Dalts_security_connector_test.cc141 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/
Dalts_tsi_handshaker.cc122 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/
Dalts_tsi_handshaker.cc105 ok = tsi_construct_string_peer_property( in handshaker_result_extract_peer()