Home
last modified time | relevance | path

Searched refs:TSSLException (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp440 throw TSSLException("Unsupported certificate format: " + string(format)); in loadCertificate()
459 throw TSSLException("tls_credential_add: " + errors); in loadCertificateFromBuffer()
462 throw TSSLException("Unsupported certificate format: " + string(format)); in loadCertificateFromBuffer()
476 throw TSSLException("SSL_CTX_use_PrivateKey_file: " + errors); in loadPrivateKey()
495 throw TSSLException("SSL_CTX_use_PrivateKey: " + errors); in loadPrivateKeyFromBuffer()
498 throw TSSLException("Unsupported certificate format: " + string(format)); in loadPrivateKeyFromBuffer()
511 throw TSSLException("SSL_CTX_load_verify_locations: " + errors); in loadTrustedCertificates()
528 throw TSSLException("X509_STORE_add_cert: " + errors); in loadTrustedCertificatesFromBuffer()
DTSSLSocket.h361 class TSSLException : public TTransportException
364 TSSLException(const std::string &message) in TSSLException() function