Searched refs:fsc (Results 1 – 1 of 1) sorted by relevance
1997 const SSL_CONNECTION *fsc = SSL_CONNECTION_FROM_CONST_SSL_ONLY(f); in SSL_copy_session_id() local1999 if (tsc == NULL || fsc == NULL) in SSL_copy_session_id()2017 CRYPTO_UP_REF(&fsc->cert->references, &i); in SSL_copy_session_id()2019 tsc->cert = fsc->cert; in SSL_copy_session_id()2020 if (!SSL_set_session_id_context(t, fsc->sid_ctx, (int)fsc->sid_ctx_length)) { in SSL_copy_session_id()
Completed in 20 milliseconds