Home
last modified time | relevance | path

Searched refs:TSI_X509_PEM_CERT_CHAIN_PROPERTY (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/test/core/security/
Dsecurity_connector_test.cc275 TSI_X509_PEM_CERT_CHAIN_PROPERTY, expected_pem_cert_chain, in test_cn_only_ssl_peer_to_auth_context()
321 TSI_X509_PEM_CERT_CHAIN_PROPERTY, expected_pem_cert_chain, in test_cn_and_one_san_ssl_peer_to_auth_context()
366 TSI_X509_PEM_CERT_CHAIN_PROPERTY, expected_pem_cert_chain, in test_cn_and_multiple_sans_ssl_peer_to_auth_context()
421 TSI_X509_PEM_CERT_CHAIN_PROPERTY, expected_pem_cert_chain, in test_cn_and_multiple_sans_and_others_ssl_peer_to_auth_context()
/third_party/grpc/src/core/tsi/
Dssl_transport_security.h43 #define TSI_X509_PEM_CERT_CHAIN_PROPERTY "x509_pem_cert_chain" macro
Dssl_transport_security.cc1218 TSI_X509_PEM_CERT_CHAIN_PROPERTY, contents, static_cast<size_t>(len), in tsi_ssl_get_cert_chain_contents()
/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc294 } else if (strcmp(prop->name, TSI_X509_PEM_CERT_CHAIN_PROPERTY) == 0) { in grpc_ssl_peer_to_auth_context()
376 TSI_X509_PEM_CERT_CHAIN_PROPERTY); in grpc_shallow_peer_from_ssl_auth_context()
/third_party/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc248 &peer, TSI_X509_PEM_CERT_CHAIN_PROPERTY); in check_peer()