Lines Matching defs:hctx
3970 SSL_HMAC *hctx = NULL;
4006 hctx = ssl_hmac_new(tctx);
4007 if (hctx == NULL) {
4058 ssl_hmac_get0_EVP_MAC_CTX(hctx),
4064 ssl_hmac_get0_HMAC_CTX(hctx), 1);
4085 ssl_hmac_free(hctx);
4112 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key,
4145 || !ssl_hmac_update(hctx,
4149 || !ssl_hmac_final(hctx, macdata1, &hlen, EVP_MAX_MD_SIZE)
4167 ssl_hmac_free(hctx);