Home
last modified time | relevance | path

Searched refs:loadTrustedCertificates (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/modules/thrift/hello/server/src/
Dmain.cpp102 socketFactory->loadTrustedCertificates(argv[4]); in main()
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp100 socketFactory->loadTrustedCertificates(argv[4]); in main()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h296 virtual void loadTrustedCertificates(const char *path, const char *capath = nullptr);
DTSSLSocket.cpp502 void TSSLSocketFactory::loadTrustedCertificates(const char *path, const char *capath) in loadTrustedCertificates() function in apache::thrift::transport::TSSLSocketFactory