Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/modules/thrift/hello/server/src/
Dmain.cpp100 socketFactory->loadCertificate(argv[2]); in main()
/Zephyr-Core-3.7.0/samples/modules/thrift/hello/client/src/
Dmain.cpp98 socketFactory->loadCertificate(argv[2]); in main()
/Zephyr-Core-3.7.0/modules/thrift/src/thrift/transport/
DTSSLSocket.h280 virtual void loadCertificate(const char *path, const char *format = "PEM");
DTSSLSocket.cpp430 void TSSLSocketFactory::loadCertificate(const char *path, const char *format) in loadCertificate() function in apache::thrift::transport::TSSLSocketFactory