Lines Matching refs:clientctx
692 SSL_CTX *clientctx = NULL; in create_ssl_ctx_pair() local
705 clientctx = *cctx; in create_ssl_ctx_pair()
706 else if (!TEST_ptr(clientctx = SSL_CTX_new_ex(libctx, NULL, cm))) in create_ssl_ctx_pair()
730 if (clientctx != NULL in create_ssl_ctx_pair()
732 && !TEST_true(SSL_CTX_set_min_proto_version(clientctx, in create_ssl_ctx_pair()
735 && !TEST_true(SSL_CTX_set_max_proto_version(clientctx, in create_ssl_ctx_pair()
752 *cctx = clientctx; in create_ssl_ctx_pair()
759 SSL_CTX_free(clientctx); in create_ssl_ctx_pair()
838 int create_ssl_objects2(SSL_CTX *serverctx, SSL_CTX *clientctx, SSL **sssl, in create_ssl_objects2() argument
850 else if (!TEST_ptr(clientssl = SSL_new(clientctx))) in create_ssl_objects2()
875 int create_ssl_objects(SSL_CTX *serverctx, SSL_CTX *clientctx, SSL **sssl, in create_ssl_objects() argument
887 else if (!TEST_ptr(clientssl = SSL_new(clientctx))) in create_ssl_objects()