Searched refs:kTicketPlaceholder (Results 1 – 1 of 1) sorted by relevance
599 static const char kTicketPlaceholder[] = "TICKET TOO LARGE"; in ssl_encrypt_ticket_with_cipher_ctx() local600 if (CBB_add_bytes(out, (const uint8_t *)kTicketPlaceholder, in ssl_encrypt_ticket_with_cipher_ctx()601 strlen(kTicketPlaceholder))) { in ssl_encrypt_ticket_with_cipher_ctx()