Home
last modified time | relevance | path

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

/Zephyr-latest/samples/modules/thrift/hello/server/src/
Dmain.cpp96 socketFactory->loadCertificateFromBuffer(qemu_cert_pem); in main()
/Zephyr-latest/samples/modules/thrift/hello/client/src/
Dmain.cpp94 socketFactory->loadCertificateFromBuffer(qemu_cert_pem); in main()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dmain.cpp52 socketFactory.loadCertificateFromBuffer((const char *)&cert_pem[0]); in thrift_test_setup()
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.h281 virtual void loadCertificateFromBuffer(const char *aCertificate,
DTSSLSocket.cpp444 void TSSLSocketFactory::loadCertificateFromBuffer(const char *aCertificate, const char *format) in loadCertificateFromBuffer() function in apache::thrift::transport::TSSLSocketFactory