Lines Matching refs:vmacctx
47 static void gmac_free(void *vmacctx)
49 struct gmac_data_st *macctx = vmacctx;
114 static int gmac_init(void *vmacctx, const unsigned char *key,
117 struct gmac_data_st *macctx = vmacctx;
126 static int gmac_update(void *vmacctx, const unsigned char *data,
129 struct gmac_data_st *macctx = vmacctx;
145 static int gmac_final(void *vmacctx, unsigned char *out, size_t *outl,
149 struct gmac_data_st *macctx = vmacctx;
203 static int gmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[])
205 struct gmac_data_st *macctx = vmacctx;