Home
last modified time | relevance | path

Searched defs:certificate_chain (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dresources.py33 def certificate_chain(): function
/third_party/grpc/src/python/grpcio_tests/tests/unit/
Dresources.py32 def certificate_chain(): function
D_server_ssl_cert_config_test.py177 certificate_chain=None): argument
/third_party/grpc/include/grpcpp/security/
Dtls_certificate_provider.h50 std::string certificate_chain; member
/third_party/mindspore/mindspore/ccsrc/ps/core/protos/
Dfl.proto135 repeated string certificate_chain = 8; field
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi157 def __cinit__(self, bytes private_key, bytes certificate_chain):
Dcredentials.pyx.pxi132 def __cinit__(self, pem_root_certificates, private_key, certificate_chain): argument
/third_party/grpc/src/python/grpcio/grpc/
D__init__.py1590 certificate_chain=None): argument