Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/modules/thrift/hello/server/src/
Dmain.cpp97 socketFactory->loadPrivateKeyFromBuffer(qemu_key_pem); in main()
/Zephyr-Core-3.7.0/samples/modules/thrift/hello/client/src/
Dmain.cpp95 socketFactory->loadPrivateKeyFromBuffer(qemu_key_pem); in main()
/Zephyr-Core-3.7.0/tests/modules/thrift/ThriftTest/src/
Dmain.cpp53 socketFactory.loadPrivateKeyFromBuffer((const char *)&key_pem[0]); in thrift_test_setup()
/Zephyr-Core-3.7.0/modules/thrift/src/thrift/transport/
DTSSLSocket.h290 virtual void loadPrivateKeyFromBuffer(const char *aPrivateKey, const char *format = "PEM");
DTSSLSocket.cpp481 void TSSLSocketFactory::loadPrivateKeyFromBuffer(const char *aPrivateKey, const char *format) in loadPrivateKeyFromBuffer() function in apache::thrift::transport::TSSLSocketFactory