Home | History | Annotate | Download | only in ssl

Lines Matching defs:tctx

3471 		SSL_CTX *tctx = s->initial_ctx;
3531 if (tctx->tlsext_ticket_key_cb)
3533 if (tctx->tlsext_ticket_key_cb(s, key_name, iv, &ctx,
3544 tctx->tlsext_tick_aes_key, iv);
3545 HMAC_Init_ex(&hctx, tctx->tlsext_tick_hmac_key, 16,
3547 memcpy(key_name, tctx->tlsext_tick_key_name, 16);