Home
last modified time | relevance | path

Searched refs:macofmacs_ctx (Results 1 – 1 of 1) sorted by relevance

/lib/crypto/tests/
A Dpoly1305_kunit.c84 struct poly1305_desc_ctx mac_ctx, macofmacs_ctx; in test_poly1305_allones_keys_and_message() local
91 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 2 milliseconds