Searched defs:server_ctx (Results 1 – 2 of 2) sorted by relevance
1560 SSL_CTX *client_ctx, SSL_CTX *server_ctx, in ConnectClientAndServer()1729 bssl::UniquePtr<SSL_CTX> server_ctx(SSL_CTX_new(TLS_method())); in TEST() local2079 SSL_CTX *client_ctx, SSL_CTX *server_ctx, in CreateClientSession()2104 static void ExpectSessionReused(SSL_CTX *client_ctx, SSL_CTX *server_ctx, in ExpectSessionReused()2119 SSL_CTX *server_ctx, in ExpectSessionRenewed()2573 bssl::UniquePtr<SSL_CTX> server_ctx(SSL_CTX_new(TLS_method())); in TEST() local3132 bssl::UniquePtr<SSL_CTX> server_ctx(SSL_CTX_new(TLS_with_buffers_method())); in TEST() local3162 bssl::UniquePtr<SSL_CTX> server_ctx(SSL_CTX_new(TLS_with_buffers_method())); in TEST() local3192 bssl::UniquePtr<SSL_CTX> server_ctx(SSL_CTX_new(TLS_with_buffers_method())); in TEST() local3239 bssl::UniquePtr<SSL_CTX> server_ctx(SSL_CTX_new(TLS_with_buffers_method())); in TEST() local[all …]
233 grpc_server_security_context* server_ctx = in init_call_elem() local