Lines Matching refs:response
597 TS_RESP *response = NULL; in reply_command() local
608 response = read_PKCS7(in_bio); in reply_command()
610 response = d2i_TS_RESP_bio(in_bio, NULL); in reply_command()
613 response = create_response(conf, section, engine, queryfile, in reply_command()
615 if (response != NULL) in reply_command()
620 if (response == NULL) in reply_command()
628 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in reply_command()
632 if (!TS_RESP_print_bio(out_bio, response)) in reply_command()
639 PKCS7 *token = TS_RESP_get_token(response); in reply_command()
643 if (!i2d_TS_RESP_bio(out_bio, response)) in reply_command()
657 TS_RESP_free(response); in reply_command()
704 TS_RESP *response = NULL; in create_response() local
752 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL) in create_response()
758 TS_RESP_free(response); in create_response()
759 response = NULL; in create_response()
763 return response; in create_response()
860 TS_RESP *response = NULL; in verify_command() local
870 if ((response = d2i_TS_RESP_bio(in_bio, NULL)) == NULL) in verify_command()
881 : TS_RESP_verify_response(verify_ctx, response); in verify_command()
894 TS_RESP_free(response); in verify_command()