Lines Matching refs:kmac_data_st
117 struct kmac_data_st { struct
146 struct kmac_data_st *kctx = vmacctx; in kmac_free() argument
162 static struct kmac_data_st *kmac_new(void *provctx) in kmac_new()
164 struct kmac_data_st *kctx; in kmac_new()
180 struct kmac_data_st *kctx = kmac_new(provctx); in kmac_fetch_new()
216 struct kmac_data_st *src = vsrc; in kmac_dup()
217 struct kmac_data_st *dst; in kmac_dup()
242 static int kmac_setkey(struct kmac_data_st *kctx, const unsigned char *key, in kmac_setkey()
270 struct kmac_data_st *kctx = vmacctx; in kmac_init()
328 struct kmac_data_st *kctx = vmacctx; in kmac_update()
336 struct kmac_data_st *kctx = vmacctx; in kmac_final()
368 struct kmac_data_st *kctx = vmacctx; in kmac_get_ctx_params()
409 struct kmac_data_st *kctx = vmacctx; in kmac_set_ctx_params()