Searched refs:macofmacs_ctx (Results 1 – 1 of 1) sorted by relevance
84 struct poly1305_desc_ctx mac_ctx, macofmacs_ctx; in test_poly1305_allones_keys_and_message() local91 poly1305_init(&macofmacs_ctx, test_buf); in test_poly1305_allones_keys_and_message()99 poly1305_update(&macofmacs_ctx, mac, in test_poly1305_allones_keys_and_message()103 poly1305_final(&macofmacs_ctx, mac); in test_poly1305_allones_keys_and_message()
Completed in 3 milliseconds