Searched refs:main_ctx (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | util.c | 36 struct blake2s_ctx main_ctx; in test_blake2s() local 58 blake2s_init(&main_ctx, sizeof(hash)); in test_blake2s() 79 blake2s_update(&main_ctx, hash, HASH_LEN); in test_blake2s() 83 blake2s_final(&main_ctx, hash); in test_blake2s()
|
| /linux/lib/crypto/tests/ |
| H A D | blake2b_kunit.c | 47 struct blake2b_ctx main_ctx; in test_blake2b_all_key_and_hash_lens() local 51 blake2b_init(&main_ctx, BLAKE2B_HASH_SIZE); in test_blake2b_all_key_and_hash_lens() 56 blake2b_update(&main_ctx, hash, out_len); in test_blake2b_all_key_and_hash_lens() 59 blake2b_final(&main_ctx, main_hash); in test_blake2b_all_key_and_hash_lens()
|
| H A D | blake2s_kunit.c | 47 struct blake2s_ctx main_ctx; in test_blake2s_all_key_and_hash_lens() local 51 blake2s_init(&main_ctx, BLAKE2S_HASH_SIZE); in test_blake2s_all_key_and_hash_lens() 56 blake2s_update(&main_ctx, hash, out_len); in test_blake2s_all_key_and_hash_lens() 59 blake2s_final(&main_ctx, main_hash); in test_blake2s_all_key_and_hash_lens()
|
| H A D | sha3_kunit.c | 274 struct sha3_ctx main_ctx; in test_shake_all_lens_up_to_4096() local 284 sha3_256_init(&main_ctx); in test_shake_all_lens_up_to_4096() 289 sha3_update(&main_ctx, out, out_len); in test_shake_all_lens_up_to_4096() 291 sha3_final(&main_ctx, main_hash); in test_shake_all_lens_up_to_4096()
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | rss_ctx.py | 192 def test_rss_queue_reconfigure(cfg, main_ctx=True): argument 201 if not main_ctx: 212 if main_ctx: 227 if main_ctx: 237 if main_ctx: 265 if not main_ctx: 521 test_rss_queue_reconfigure(cfg, main_ctx=False)
|