Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_asn1.cc758 static const char kNotResumableSession[] = "NOT RESUMABLE"; in SSL_SESSION_to_bytes() local
760 *out_len = strlen(kNotResumableSession); in SSL_SESSION_to_bytes()
761 *out_data = (uint8_t *)BUF_memdup(kNotResumableSession, *out_len); in SSL_SESSION_to_bytes()