Lines Matching refs:response
777 TS_RESP *response = NULL; in reply_command() local
793 response = read_PKCS7(in_bio); in reply_command()
796 response = d2i_TS_RESP_bio(in_bio, NULL); in reply_command()
799 response = create_response(conf, section, queryfile, passin, in reply_command()
801 if (response != NULL) in reply_command()
806 if (response == NULL) in reply_command()
815 TS_TST_INFO *tst_info = TS_RESP_get_tst_info(response); in reply_command()
819 if (!TS_RESP_print_bio(out_bio, response)) in reply_command()
825 PKCS7 *token = TS_RESP_get_token(response); in reply_command()
829 if (!i2d_TS_RESP_bio(out_bio, response)) in reply_command()
845 TS_RESP_free(response); in reply_command()
900 TS_RESP *response = NULL; in create_response() local
964 if ((response = TS_RESP_create_response(resp_ctx, query_bio)) == NULL) in create_response()
970 TS_RESP_free(response); in create_response()
971 response = NULL; in create_response()
976 return response; in create_response()
1072 TS_RESP *response = NULL; in verify_command() local
1083 if ((response = d2i_TS_RESP_bio(in_bio, NULL)) == NULL) in verify_command()
1094 TS_RESP_verify_response(verify_ctx, response); in verify_command()
1109 TS_RESP_free(response); in verify_command()