Main Page   File List   File Members   Related Pages  

frdi_csp.h

Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 #ifndef _FRDI_CSP_H
00020 #define _FRDI_CSP_H
00021 
00022 
00025 #define FRDI_CSP_D_REQUEST          "D request"
00026 #define FRDI_CSP_D_IS               "D is "
00027 #define FRDI_CSP_D_NULL             "D null"
00028 
00029 #define FRDI_CSP_K_NULL             "K null"
00030 #define FRDI_CSP_K_PING_REQUEST     "K ping request "
00031 #define FRDI_CSP_K_PING_RESPONSE    "K ping respond "
00032 #define FRDI_CSP_K_TIME_REQUEST     "K time request"
00033 #define FRDI_CSP_K_TIME_RESPONSE    "K time respond "
00034 
00035 #define FRDI_CSP_L_OPENING          "L opening"
00036 #define FRDI_CSP_L_OPENED           "L opened"
00037 #define FRDI_CSP_L_CLOSING          "L closing"
00038 #define FRDI_CSP_L_CLOSED           "L closed"
00039 
00040 #define FRDI_CSP_M_AUTH             "M authentication "
00041 #define FRDI_CSP_M_AUTH_MODE        "M authentication mode "
00042 #define FRDI_CSP_AM_REQUIRE         "require "
00043 #define FRDI_CSP_AM_CONFIRM         "confirm "
00044 #define FRDI_CSP_AM_FAILURE         "failure"
00045 
00046 #define FRDI_CSP_M_AUTH_TYPE        "M authentication type "
00047 #define FRDI_CSP_AT_PASS            "pass"
00048 #define FRDI_CSP_AT_DEFAULT         FRDI_CSP_AT_PASS
00049 #define FRDI_CSP_AT_PASS_NAME       " NAME="
00050 #define FRDI_CSP_AT_PASS_PASS       " PASS="
00051 #define FRDI_CSP_AT_PASS_HOST       " HOST="
00052 
00053 #define FRDI_CSP_M_CRPT             "M encryption "
00054 #define FRDI_CSP_M_CRPT_MODE        "M encryption mode "
00055 #define FRDI_CSP_CM_REQUIRE         "require "
00056 #define FRDI_CSP_CM_CONFIRM         "confirm "
00057 #define FRDI_CSP_CM_FAILURE         "failure"
00058 #define FRDI_CSP_CT_DEFAULT         "none"
00059 
00060 #define FRDI_CSP_M_ENCD             "M encoding "
00061 #define FRDI_CSP_M_ENCD_MODE        "M encoding mode "
00062 #define FRDI_CSP_EM_REQUIRE         "require "
00063 #define FRDI_CSP_EM_CONFIRM         "confirm "
00064 #define FRDI_CSP_EM_FAILURE         "failure"
00065 #define FRDI_CSP_ET_ASCII_HEX       "ascii-hex"
00066 #define FRDI_CSP_ET_DEFAULT         FRDI_CSP_ET_ASCII_HEX
00067 
00068 #define FRDI_CSP_P_INIT_JOIN        "P join request"
00069 #define FRDI_CSP_P_INIT_YES         "P join respond yes"
00070 #define FRDI_CSP_P_INIT_FAIL_HOST   "P join respond no HOST_UNAVAILABLE"
00071 #define FRDI_CSP_P_INIT_FAIL_GAME   "P join respond no GAME_UNAVAILABLE"
00072 #define FRDI_CSP_P_INIT_NO_HOST     "P join respond no HOST_MESSAGE "
00073 #define FRDI_CSP_P_INIT_NO_SERVER   "P join respond no SERVER_MESSAGE "
00074 #define FRDI_CSP_P_INIT_SEED        "P seed "
00075 #define FRDI_CSP_P_INIT_MODULO      "P modulo "
00076 
00077 #define FRDI_CSP_P_RAND_REVEAL      "P digest reveal "
00078 #define FRDI_CSP_P_RAND_ID          "P id "
00079 #define FRDI_CSP_P_RAND_SIZE        "P size "
00080 #define FRDI_CSP_P_RAND_REQUEST     "P digest request "
00081 #define FRDI_CSP_P_RAND_RESPOND     "P digest respond "
00082 
00083 #define FRDI_CSP_P_GENR_USERTEXT    "P usertext reveal "
00084 #define FRDI_CSP_P_GENR_OUTCOME     "P outcome "
00085 
00086 #define FRDI_CSP_P_VERI_REQUEST     "P usertext request "
00087 #define FRDI_CSP_P_VERI_RESPOND     "P usertext respond "
00088 #define FRDI_CSP_P_VERI_FAIR        "P finish fair"
00089 #define FRDI_CSP_P_VERI_FAIL        "P finish fail "
00090 #define FRDI_CSP_P_VERI_FRAUD       "P finish fraud "
00091 #define FRDI_CSP_P_VERI_CLOSING     "P closing"
00092 #define FRDI_CSP_P_VERI_CLOSED      "P closed"
00093 
00094 #define FRDI_CSP_U_NULL             "U null"
00095 
00096 #define FRDI_CSP_V_REQUEST          "V request"
00097 #define FRDI_CSP_V_OFFER            "V offer "
00098 #define FRDI_CSP_V_SELECT           "V select "
00099 #define FRDI_CSP_V_NO               "V decline "
00100 #define FRDI_CSP_V_YES              "V accept "
00101 
00102 #define FRDI_CSP_SEPERATOR          " | "
00103 
00104 #define FRDI_CSP_VERSION_NUM        1
00105 #define FRDI_CSP_VERSION_STR        "1"
00106 
00107 
00108 #endif /* _FRDI_CSP_H */
00109 
00110 /* End of File */

Generated on Wed Aug 18 13:23:43 2004 for Project Fairdice by doxygen1.2.18