Lines Matching refs:siphash_data_st
39 struct siphash_data_st { struct
46 static unsigned int crounds(struct siphash_data_st *ctx) in crounds() argument
51 static unsigned int drounds(struct siphash_data_st *ctx) in drounds()
58 struct siphash_data_st *ctx; in siphash_new()
75 struct siphash_data_st *ssrc = vsrc; in siphash_dup()
76 struct siphash_data_st *sdst; in siphash_dup()
90 struct siphash_data_st *ctx = vmacctx; in siphash_size()
95 static int siphash_setkey(struct siphash_data_st *ctx, in siphash_setkey()
111 struct siphash_data_st *ctx = vmacctx; in siphash_init()
129 struct siphash_data_st *ctx = vmacctx; in siphash_update()
141 struct siphash_data_st *ctx = vmacctx; in siphash_final()
166 struct siphash_data_st *ctx = vmacctx; in siphash_get_ctx_params()
197 struct siphash_data_st *ctx = vmacctx; in siphash_set_params()