Searched refs:TlsCtx (Results 1 – 4 of 4) sorted by relevance
60 IN VOID *TlsCtx in TlsCtxFree() argument63 if (TlsCtx == NULL) { in TlsCtxFree()67 if (TlsCtx != NULL) { in TlsCtxFree()68 SSL_CTX_free ((SSL_CTX *) (TlsCtx)); in TlsCtxFree()90 SSL_CTX *TlsCtx; in TlsCtxNew() local95 TlsCtx = SSL_CTX_new (SSLv23_client_method ()); in TlsCtxNew()96 if (TlsCtx == NULL) { in TlsCtxNew()103 SSL_CTX_set_options (TlsCtx, SSL_OP_NO_SSLv3); in TlsCtxNew()119 SSL_CTX_set_options (TlsCtx, SSL_OP_NO_TLSv1); in TlsCtxNew()125 SSL_CTX_set_options (TlsCtx, SSL_OP_NO_TLSv1); in TlsCtxNew()[all …]
95 if (Service->TlsCtx != NULL) { in TlsCleanService()96 TlsCtxFree (Service->TlsCtx); in TlsCleanService()268 TlsService->TlsCtx = TlsCtxNew (TLS10_PROTOCOL_VERSION_MAJOR, TLS10_PROTOCOL_VERSION_MINOR); in TlsDriverEntryPoint()269 if (TlsService->TlsCtx == NULL) { in TlsDriverEntryPoint()342 TlsInstance->TlsConn = TlsNew (TlsService->TlsCtx); in TlsServiceBindingCreateChild()
64 VOID *TlsCtx; member
41 IN VOID *TlsCtx93 IN VOID *TlsCtx