Home | History | Annotate | Download | only in jsse

Lines Matching defs:SSL_CTX_set_session_id_context

156             NativeCrypto.SSL_CTX_set_session_id_context(NULL, empty);
162 NativeCrypto.SSL_CTX_set_session_id_context(c, null);
166 NativeCrypto.SSL_CTX_set_session_id_context(c, empty);
167 NativeCrypto.SSL_CTX_set_session_id_context(c, new byte[32]);
169 NativeCrypto.SSL_CTX_set_session_id_context(c, new byte[33]);