Lines Matching refs:alert_description
46 alert_description(CLOSE_NOTIFY) \
47 alert_description(UNEXPECTED_MESSAGE) \
48 alert_description(BAD_RECORD_MAC) \
49 alert_description(RECORD_OVERFLOW) \
50 alert_description(HANDSHAKE_FAILURE) \
51 alert_description(BAD_CERTIFICATE) \
52 alert_description(UNSUPPORTED_CERTIFICATE) \
53 alert_description(CERTIFICATE_REVOKED) \
54 alert_description(CERTIFICATE_EXPIRED) \
55 alert_description(CERTIFICATE_UNKNOWN) \
56 alert_description(ILLEGAL_PARAMETER) \
57 alert_description(UNKNOWN_CA) \
58 alert_description(ACCESS_DENIED) \
59 alert_description(DECODE_ERROR) \
60 alert_description(DECRYPT_ERROR) \
61 alert_description(TOO_MANY_CIDS_REQUESTED) \
62 alert_description(PROTOCOL_VERSION) \
63 alert_description(INSUFFICIENT_SECURITY) \
64 alert_description(INTERNAL_ERROR) \
65 alert_description(INAPPROPRIATE_FALLBACK) \
66 alert_description(USER_CANCELED) \
67 alert_description(MISSING_EXTENSION) \
68 alert_description(UNSUPPORTED_EXTENSION) \
69 alert_description(UNRECOGNIZED_NAME) \
70 alert_description(BAD_CERTIFICATE_STATUS_RESPONSE) \
71 alert_description(UNKNOWN_PSK_IDENTITY) \
72 alert_description(CERTIFICATE_REQUIRED) \
75 #undef alert_description
77 #define alert_description(x) TRACE_DEFINE_ENUM(TLS_ALERT_DESC_##x); macro
82 #undef alert_description
84 #define alert_description(x) { TLS_ALERT_DESC_##x, #x }, macro