Searched refs:poly1305_update_length (Results 1 – 1 of 1) sorted by relevance
145 static void poly1305_update_length(poly1305_state *poly1305, size_t data_len) { in poly1305_update_length() function181 poly1305_update_length(&ctx, ad_len); in calc_tag()182 poly1305_update_length(&ctx, ciphertext_total); in calc_tag()