Lines Matching refs:ticket
152 * Rotate active session ticket encryption key
286 * Create session ticket, with the following structure:
293 * } ticket;
416 * Load session ticket (see mbedtls_ssl_ticket_write for structure)
429 unsigned char *ticket = enc_len_p + TICKET_CRYPT_LEN_BYTES;
473 ticket, enc_len + TICKET_AUTH_TAG_BYTES,
474 ticket, enc_len, &clear_len)) != PSA_SUCCESS) {
483 ticket, enc_len + TICKET_AUTH_TAG_BYTES,
484 ticket, enc_len, &clear_len,
500 if ((ret = mbedtls_ssl_session_load(session, ticket, clear_len)) != 0) {