Lines Matching refs:blake2_mac_data_st
36 struct blake2_mac_data_st { struct
44 struct blake2_mac_data_st *macctx; in blake2_mac_new() argument
59 struct blake2_mac_data_st *dst; in blake2_mac_dup()
60 struct blake2_mac_data_st *src = vsrc; in blake2_mac_dup()
75 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_free()
85 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_size()
90 static int blake2_setkey(struct blake2_mac_data_st *macctx, in blake2_setkey()
108 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_init()
126 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_update()
138 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_final()
191 struct blake2_mac_data_st *macctx = vmacctx; in blake2_mac_set_ctx_params()