Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/thrift/hello/server/src/
Dmain.cpp98 socketFactory->loadTrustedCertificatesFromBuffer(native_cert_pem); in main()
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp96 socketFactory->loadTrustedCertificatesFromBuffer(native_cert_pem); in main()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp54 socketFactory.loadTrustedCertificatesFromBuffer((const char *)&cert_pem[0]); in thrift_test_setup()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h297 virtual void loadTrustedCertificatesFromBuffer(const char *aCertificate,
DTSSLSocket.cpp515 void TSSLSocketFactory::loadTrustedCertificatesFromBuffer(const char *aCertificate, in loadTrustedCertificatesFromBuffer() function in apache::thrift::transport::TSSLSocketFactory