Lines Matching refs:tctx
1611 SSL_CTX *tctx = s->initial_ctx;
1646 if (tctx->tlsext_ticket_key_cb)
1648 if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx,
1659 tctx->tlsext_tick_aes_key, iv);
1660 HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
1662 memcpy(key_name, tctx->tlsext_tick_key_name, 16);