Lines Matching defs:hctx
3671 SSL_HMAC *hctx = NULL;
3700 hctx = ssl_hmac_new(tctx);
3701 if (ctx == NULL || hctx == NULL) {
3751 ssl_hmac_get0_EVP_MAC_CTX(hctx),
3757 ssl_hmac_get0_HMAC_CTX(hctx), 1);
3778 ssl_hmac_free(hctx);
3805 || !ssl_hmac_init(hctx, tctx->ext.secure->tick_hmac_key,
3838 || !ssl_hmac_update(hctx,
3842 || !ssl_hmac_final(hctx, macdata1, &hlen, EVP_MAX_MD_SIZE)
3860 ssl_hmac_free(hctx);