Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dpoly1305_kunit.c84 struct poly1305_desc_ctx mac_ctx, macofmacs_ctx; in test_poly1305_allones_keys_and_message() local
90 poly1305_init(&mac_ctx, test_buf); in test_poly1305_allones_keys_and_message()
96 poly1305_update(&mac_ctx, test_buf, len); in test_poly1305_allones_keys_and_message()
97 tmp_ctx = mac_ctx; in test_poly1305_allones_keys_and_message()