Lines Matching refs:status
19 SSL_TICKET_STATUS status,
45 used to decrypt the session ticket. The B<status> argument is the result of the
69 assigned to the SSL B<s>. The B<status> indicates the result of the ticket
70 decryption. The callback must check the B<status> value before performing any
76 The B<status> argument can be any of these values:
123 should return this value if B<status> is B<SSL_TICKET_EMPTY> or
129 the callback to return this value if B<status> has a value other than
133 should return this value if B<status> is B<SSL_TICKET_SUCCESS>.
138 callback to return this value if B<status> has a value other than
142 should return this value if B<status> is B<SSL_TICKET_SUCCESS_RENEW>.
146 If B<status> has the value B<SSL_TICKET_EMPTY> or B<SSL_TICKET_NO_DECRYPT> then
148 argument. If B<status> has the value B<SSL_TICKET_SUCCESS> or