Searched refs:TSSslTicketKeyUpdate (Results 1 – 6 of 6) sorted by relevance
35 .. function:: void TSSslTicketKeyUpdate(char * ticketData, int ticketDataLength)69 :func:`TSSslTicketKeyUpdate` updates the running ATS process to use a new set of Session Ticket Enc…73 If both the ticket key files and :func:`TSSslTicketKeyUpdate` are used to update session ticket enc…
331 …TSSslTicketKeyUpdate(reinterpret_cast<char *>(ssl_param.ticket_keys), sizeof(ssl_param.ticket_keys… in STEK_update()440 …TSSslTicketKeyUpdate(reinterpret_cast<char *>(ssl_param.ticket_keys), sizeof(ssl_param.ticket_keys… in STEK_init_keys()
67 * :func:`TSSslTicketKeyUpdate`82 peers. The plugin calls :func:`TSSslTicketKeyUpdate` to update the local ATS process with the newe…
43 resend the STEK key. The plugin uses the TSSslTicketKeyUpdate call to update ATS with the last two…
1307 tsapi void TSSslTicketKeyUpdate(char *ticketData, int ticketDataLen);
9660 TSSslTicketKeyUpdate(char *ticketData, int ticketDataLen) in TSSslTicketKeyUpdate() function