Searched refs:kNotResumableSession (Results 1 – 1 of 1) sorted by relevance
758 static const char kNotResumableSession[] = "NOT RESUMABLE"; in SSL_SESSION_to_bytes() local760 *out_len = strlen(kNotResumableSession); in SSL_SESSION_to_bytes()761 *out_data = (uint8_t *)BUF_memdup(kNotResumableSession, *out_len); in SSL_SESSION_to_bytes()