Home | History | Annotate | Download | only in jsse

Lines Matching refs:SSL_CTX_set_session_id_context

280             NativeCrypto.SSL_CTX_set_session_id_context(NULL, empty);
286 NativeCrypto.SSL_CTX_set_session_id_context(c, null);
290 NativeCrypto.SSL_CTX_set_session_id_context(c, empty);
291 NativeCrypto.SSL_CTX_set_session_id_context(c, new byte[32]);
293 NativeCrypto.SSL_CTX_set_session_id_context(c, new byte[33]);