Home
last modified time | relevance | path

Searched refs:kTicketPlaceholder (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
Dssl_session.cc489 static const char kTicketPlaceholder[] = "TICKET TOO LARGE"; in ssl_encrypt_ticket_with_cipher_ctx() local
490 return CBB_add_bytes(out, (const uint8_t *)kTicketPlaceholder, in ssl_encrypt_ticket_with_cipher_ctx()
491 strlen(kTicketPlaceholder)); in ssl_encrypt_ticket_with_cipher_ctx()