Lines Matching refs:vmacctx
90 static void hmac_free(void *vmacctx)
92 struct hmac_data_st *macctx = vmacctx;
173 static int hmac_init(void *vmacctx, const unsigned char *key,
176 struct hmac_data_st *macctx = vmacctx;
188 static int hmac_update(void *vmacctx, const unsigned char *data,
191 struct hmac_data_st *macctx = vmacctx;
222 static int hmac_final(void *vmacctx, unsigned char *out, size_t *outl,
226 struct hmac_data_st *macctx = vmacctx;
255 static int hmac_get_ctx_params(void *vmacctx, OSSL_PARAM params[])
257 struct hmac_data_st *macctx = vmacctx;
306 static int hmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[])
308 struct hmac_data_st *macctx = vmacctx;