Home | History | Annotate | Download | only in ssl

Lines Matching full:decrypted

2012  *   ret: (output) on return, if a ticket was decrypted, then this is set to
2017 * never be decrypted, nor will s->tlsext_ticket_expected be set to 1.
2025 * couldn't be decrypted because of a non-fatal error.
2026 * 3: a ticket was successfully decrypted and *ret was set.
2097 * decrypted rather than generating the session
2106 case 2: /* ticket couldn't be decrypted */
2109 case 3: /* ticket was decrypted */
2111 case 4: /* ticket decrypted but need to renew */
2129 * psess: (output) on return, if a ticket was decrypted, then this is set to
2134 * 2: the ticket couldn't be decrypted.
2135 * 3: a ticket was successfully decrypted and *psess was set.