Lines Matching refs:vmacctx
144 static void kmac_free(void *vmacctx)
146 struct kmac_data_st *kctx = vmacctx;
267 static int kmac_init(void *vmacctx, const unsigned char *key,
270 struct kmac_data_st *kctx = vmacctx;
325 static int kmac_update(void *vmacctx, const unsigned char *data,
328 struct kmac_data_st *kctx = vmacctx;
333 static int kmac_final(void *vmacctx, unsigned char *out, size_t *outl,
336 struct kmac_data_st *kctx = vmacctx;
366 static int kmac_get_ctx_params(void *vmacctx, OSSL_PARAM params[])
368 struct kmac_data_st *kctx = vmacctx;
407 static int kmac_set_ctx_params(void *vmacctx, const OSSL_PARAM *params)
409 struct kmac_data_st *kctx = vmacctx;