Searched refs:poly1305_data_st (Results 1 – 1 of 1) sorted by relevance
38 struct poly1305_data_st { struct46 struct poly1305_data_st *ctx; in poly1305_new() argument63 struct poly1305_data_st *src = vsrc; in poly1305_dup()64 struct poly1305_data_st *dst; in poly1305_dup()81 static int poly1305_setkey(struct poly1305_data_st *ctx, in poly1305_setkey()96 struct poly1305_data_st *ctx = vmacctx; in poly1305_init()110 struct poly1305_data_st *ctx = vmacctx; in poly1305_update()124 struct poly1305_data_st *ctx = vmacctx; in poly1305_final()165 struct poly1305_data_st *ctx = vmacctx; in poly1305_set_ctx_params()
Completed in 5 milliseconds