Searched refs:kmac_data_st (Results 1 – 1 of 1) sorted by relevance
117 struct kmac_data_st { struct146 struct kmac_data_st *kctx = vmacctx; in kmac_free() argument162 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()[all …]