Lines Matching refs:vmacctx
94 static void hmac_free(void *vmacctx) in hmac_free() argument
96 struct hmac_data_st *macctx = vmacctx; in hmac_free()
198 static int hmac_init(void *vmacctx, const unsigned char *key, in hmac_init() argument
201 struct hmac_data_st *macctx = vmacctx; in hmac_init()
213 static int hmac_update(void *vmacctx, const unsigned char *data, in hmac_update() argument
216 struct hmac_data_st *macctx = vmacctx; in hmac_update()
247 static int hmac_final(void *vmacctx, unsigned char *out, size_t *outl, in hmac_final() argument
251 struct hmac_data_st *macctx = vmacctx; in hmac_final()
281 static int hmac_get_ctx_params(void *vmacctx, OSSL_PARAM params[]) in hmac_get_ctx_params() argument
283 struct hmac_data_st *macctx = vmacctx; in hmac_get_ctx_params()
327 static int hmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[]) in hmac_set_ctx_params() argument
329 struct hmac_data_st *macctx = vmacctx; in hmac_set_ctx_params()