Searched refs:ctx_h (Results 1 – 1 of 1) sorted by relevance
1560 HMAC_CTX *ctx_h; in process_openssl_auth_op() local1576 ctx_h = HMAC_CTX_new(); in process_openssl_auth_op()1577 HMAC_CTX_copy(ctx_h, sess->auth.hmac.ctx); in process_openssl_auth_op()1580 ctx_h); in process_openssl_auth_op()1581 HMAC_CTX_free(ctx_h); in process_openssl_auth_op()